Skip to content

Commit 282154d

Browse files
Bump Azure.Core (#46041)
Bumps the dotnet group in /docs/azure/sdk/snippets/unit-testing with 1 update: [Azure.Core](https://github.com/Azure/azure-sdk-for-net). Updates `Azure.Core` from 1.45.0 to 1.46.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Core_1.45.0...Azure.Core_1.46.0) --- updated-dependencies: - dependency-name: Azure.Core dependency-version: 1.46.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 60c360d commit 282154d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Azure.Core" Version="1.45.0" />
13+
<PackageReference Include="Azure.Core" Version="1.46.0" />
1414
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1616
<PackageReference Include="Moq" Version="[4.20.72]" /> <!-- Context: https://github.com/Azure/azure-sdk-for-net/issues/38111 -->

0 commit comments

Comments
 (0)