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 5dadae5 commit ed8438fCopy full SHA for ed8438f
docs/azure/sdk/snippets/unit-testing/UnitTestingSampleApp.csproj
@@ -15,7 +15,7 @@
15
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
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.1.0" />
18
- <PackageReference Include="xunit" Version="2.9.0" />
+ <PackageReference Include="xunit" Version="2.9.1" />
19
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
20
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
21
<PrivateAssets>all</PrivateAssets>
0 commit comments