Skip to content

Commit 9063611

Browse files
Bump the dotnet group (#45045)
Bumps the dotnet group in /docs/azure/sdk/snippets/aspnetcore-guidance/MinApiSample with 2 updates: [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) and [Microsoft.Extensions.Azure](https://github.com/Azure/azure-sdk-for-net). Updates `Azure.Messaging.ServiceBus` from 7.18.3 to 7.18.4 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.18.3...Azure.Messaging.ServiceBus_7.18.4) Updates `Microsoft.Extensions.Azure` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Microsoft.Extensions.Azure_1.9.0...Microsoft.Extensions.Azure_1.10.0) --- updated-dependencies: - dependency-name: Azure.Messaging.ServiceBus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Azure dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2b7d46 commit 9063611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/azure/sdk/snippets/aspnetcore-guidance/MinApiSample/MinApiSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
11-
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.3" />
11+
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.4" />
1212
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
1313
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
14-
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.9.0" />
14+
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.10.0" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)