Skip to content

Commit f35b6b2

Browse files
Update MSTest.TestFramework to 3.9.0 (#46306)
--- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27549d7 commit f35b6b2

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.5.0" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.5" />
1414
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.5" />
15-
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
15+
<PackageReference Include="MSTest.TestFramework" Version="3.9.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)