File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/azure/sdk/snippets/unit-testing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
16
16
<PackageReference Include =" Moq" Version =" [4.20.72]" /> <!-- Context: https://github.com/Azure/azure-sdk-for-net/issues/38111 -->
17
17
<PackageReference Include =" NSubstitute" Version =" 5.3.0" />
18
- <PackageReference Include =" xunit" Version =" 2.9.2 " />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.0 " >
18
+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
</PackageReference >
You can’t perform that action at this time.
0 commit comments