Skip to content

Commit 4f45a1c

Browse files
dependabot[bot]kzu
authored andcommitted
Bump the azure group with 6 updates
Bumps the azure group with 6 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues](https://github.com/Azure/azure-functions-dotnet-worker) | `5.5.1` | `5.5.2` | | [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) | `8.0.0` | `5.0.0` | | [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) | `8.0.0` | `5.0.0` | | [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) | `8.0.1` | `5.0.0` | | [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `8.0.1` | `5.0.0` | | [Microsoft.Extensions.Options.ConfigurationExtensions](https://github.com/dotnet/runtime) | `8.0.0` | `5.0.0` | Updates `Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md) - [Commits](https://github.com/Azure/azure-functions-dotnet-worker/commits) Updates `Microsoft.Extensions.Configuration` from 8.0.0 to 5.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v5.0.0) Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` from 8.0.0 to 5.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v5.0.0) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 8.0.1 to 5.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v5.0.0) Updates `Microsoft.Extensions.DependencyInjection` from 8.0.1 to 5.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v5.0.0) Updates `Microsoft.Extensions.Options.ConfigurationExtensions` from 8.0.0 to 5.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v5.0.0) --- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.Configuration dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 943a30b commit 4f45a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WhatsApp/WhatsApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Azure.Data.Tables" Version="12.10.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.3.0" />
1414
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
15-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.5.1" />
15+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.5.2" />
1616
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.10.0" />
1717
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="8.0.0" />
1818
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />

0 commit comments

Comments
 (0)