Skip to content

Commit 46afa62

Browse files
Merge pull request #35562 from dotnet/dependabot/nuget/docs/core/tutorials/snippets/library-with-visual-studio/csharp/StringLibraryTest/MSTest.TestAdapter-3.0.3
Bump MSTest.TestAdapter from 3.0.2 to 3.0.3 in /docs/core/tutorials/snippets/library-with-visual-studio/csharp/StringLibraryTest
2 parents 08d86b5 + 4d28172 commit 46afa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/snippets/library-with-visual-studio/csharp/StringLibraryTest/StringLibraryTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.0">
1414
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)