Skip to content

Commit 6c091de

Browse files
Update MSTest to 3.9.0 (#46297)
--- updated-dependencies: - dependency-name: MSTest 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 677aef5 commit 6c091de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/snippets/testcontext/csharp/project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="MSTest" Version="3.8.3" />
11+
<PackageReference Include="MSTest" Version="3.9.0" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)