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 7e726ed commit 74dddc8Copy full SHA for 74dddc8
docs/azure/sdk/snippets/unit-testing/UnitTestingSampleApp.csproj
@@ -16,7 +16,7 @@
16
<PackageReference Include="Moq" Version="[4.20.72]" /> <!-- Context: https://github.com/Azure/azure-sdk-for-net/issues/38111 -->
17
<PackageReference Include="NSubstitute" Version="5.3.0" />
18
<PackageReference Include="xunit" Version="2.9.3" />
19
- <PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
20
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
21
<PrivateAssets>all</PrivateAssets>
22
</PackageReference>
0 commit comments