Skip to content

Commit cd1affc

Browse files
Bump MSTest.TestFramework from 3.7.0 to 3.7.1
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b076be7 commit cd1affc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</PackageReference>
3737
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
3838
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
39-
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
39+
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
4040
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4141
<PackageReference Include="ReportGenerator" Version="5.4.3" />
4242
</ItemGroup>

0 commit comments

Comments
 (0)