Skip to content

Commit d195c5c

Browse files
Bump MSTest.TestFramework from 3.8.0 to 3.8.3 (#113)
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.8.0 to 3.8.3. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.8.0...v3.8.3) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Edwards <[email protected]>
1 parent 82bdd75 commit d195c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Hyperbee.Json.Cts/Hyperbee.Json.Cts.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PackageReference>
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1818
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
19-
<PackageReference Include="MSTest.TestFramework" Version="3.8.0" />
19+
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

test/Hyperbee.Json.Tests/Hyperbee.Json.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1313
<PackageReference Include="MSTest.TestAdapter" Version="3.8.0" />
14-
<PackageReference Include="MSTest.TestFramework" Version="3.8.0" />
14+
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
1515
<PackageReference Include="YamlDotNet" Version="16.3.0" />
1616
</ItemGroup>
1717
<ItemGroup>

0 commit comments

Comments
 (0)