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 491429c commit 152176aCopy full SHA for 152176a
docs/core/whats-new/snippets/dotnet-8/csharp/ConsoleApp/Project.csproj
@@ -12,7 +12,7 @@
12
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.10.0" />
13
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
14
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
15
- <PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
+ <PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
16
</ItemGroup>
17
18
</Project>
0 commit comments