Skip to content

Commit 816ad33

Browse files
Bump the dotnet group with 2 updates (#54035)
Bumps Azure.Core from 1.56.0 to 1.57.0 Bumps Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0 --- updated-dependencies: - dependency-name: Azure.Core dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f92b9dd commit 816ad33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/azure/sdk/snippets/unit-testing/UnitTestingSampleApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Azure.Core" Version="1.56.0" />
13+
<PackageReference Include="Azure.Core" Version="1.57.0" />
1414
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.11.0" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
1616
<PackageReference Include="Moq" Version="[4.20.72]" /> <!-- Context: https://github.com/Azure/azure-sdk-for-net/issues/38111 -->
1717
<PackageReference Include="NSubstitute" Version="5.3.0" />
1818
<PackageReference Include="xunit" Version="2.9.3" />

0 commit comments

Comments
 (0)