Skip to content

Commit 309e20d

Browse files
Bump MSTest.TestFramework (#44081)
Bumps the dotnet group in /docs/core/whats-new/snippets/dotnet-8/csharp/ConsoleApp with 1 update: [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestFramework` from 3.6.4 to 3.7.0 - [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.0) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e38c899 commit 309e20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/whats-new/snippets/dotnet-8/csharp/ConsoleApp/Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
15-
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
15+
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)