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 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Azure.Core" Version =" 1.46.2 " />
13
+ <PackageReference Include =" Azure.Core" Version =" 1.47.0 " />
14
14
<PackageReference Include =" Azure.Security.KeyVault.Secrets" Version =" 4.8.0" />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
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
18
<PackageReference Include =" xunit" Version =" 2.9.3" />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.1 " >
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.2 " >
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