Skip to content

Commit 1af5cc0

Browse files
Update MSTest to 3.8.3 (#46180)
--- updated-dependencies: - dependency-name: MSTest dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12e25f9 commit 1af5cc0

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.2" />
11+
<PackageReference Include="MSTest" Version="3.8.3" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)