Skip to content

Commit 8fe00b6

Browse files
Bump Microsoft.Azure.Functions.Worker.Extensions.Http and Microsoft.Extensions.Configuration.UserSecrets
Bumps [Microsoft.Azure.Functions.Worker.Extensions.Http](https://github.com/Azure/azure-functions-dotnet-worker) and [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Azure.Functions.Worker.Extensions.Http` from 3.2.0 to 3.3.0 - [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](Azure/azure-functions-dotnet-worker@http-extension-3.2.0...http-extension-3.3.0) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 7.0.0 to 5.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v5.0.0) --- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a758d3 commit 8fe00b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GraphSampleFunctions/GraphSampleFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="Azure.Identity" Version="1.13.2" />
12-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
12+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
1313
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.18.1" OutputItemType="Analyzer" />
1414
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />

0 commit comments

Comments
 (0)