Skip to content

Commit aa7ab94

Browse files
Bump MSTest.TestFramework from 3.6.4 to 3.7.3
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.6.4 to 3.7.3. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.4...v3.7.3) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fc632d commit aa7ab94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.12.0" />
1818
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
19-
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
19+
<PackageReference Include="MSTest.TestFramework" Version="3.7.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.12.0" />
1313
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
14-
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
14+
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
1515
<PackageReference Include="YamlDotNet" Version="16.3.0" />
1616
</ItemGroup>
1717
<ItemGroup>

0 commit comments

Comments
 (0)