We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebf876 commit e38c899Copy full SHA for e38c899
samples/snippets/core/testing/unit-testing-vb-mstest/vb/PrimeService.Tests/PrimeService.Tests.vbproj
@@ -8,8 +8,8 @@
8
9
<ItemGroup>
10
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11
- <PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
12
- <PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
+ <PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
+ <PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
13
</ItemGroup>
14
15
0 commit comments