Skip to content

Commit e0967a3

Browse files
Bump the dotnet group
Bumps the dotnet group in /docs/azure/sdk/snippets/unit-testing with 2 updates: [Azure.Core](https://github.com/Azure/azure-sdk-for-net) and [Azure.Security.KeyVault.Secrets](https://github.com/Azure/azure-sdk-for-net). Updates `Azure.Core` from 1.44.0 to 1.44.1 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Core_1.44.0...Azure.Core_1.44.1) Updates `Azure.Security.KeyVault.Secrets` from 4.6.0 to 4.7.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Security.KeyVault.Secrets_4.6.0...Azure.Security.KeyVault.Secrets_4.7.0) Updates `Azure.Core` from 1.44.0 to 1.44.1 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Core_1.44.0...Azure.Core_1.44.1) --- updated-dependencies: - dependency-name: Azure.Core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Azure.Security.KeyVault.Secrets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Azure.Core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1f2afe commit e0967a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1212
<ItemGroup>
13-
<PackageReference Include="Azure.Core" Version="1.44.0" />
14-
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
13+
<PackageReference Include="Azure.Core" Version="1.44.1" />
14+
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
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.1.0" />

0 commit comments

Comments
 (0)