Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 8ce42ce

Browse files
Bump Microsoft.Azure.Functions.Worker, Microsoft.Azure.Functions.Worker.Extensions.Http and Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore (#49)
Bumps [Microsoft.Azure.Functions.Worker](https://github.com/Azure/azure-functions-dotnet-worker), [Microsoft.Azure.Functions.Worker.Extensions.Http](https://github.com/Azure/azure-functions-dotnet-worker) and [Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore](https://github.com/Azure/azure-functions-dotnet-worker). These dependencies needed to be updated together. Updates `Microsoft.Azure.Functions.Worker` from 2.0.0 to 2.0.0 - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/2.0.0/release_notes.md) - [Commits](Azure/azure-functions-dotnet-worker@2.0.0...2.0.0) Updates `Microsoft.Azure.Functions.Worker.Extensions.Http` from 3.2.0 to 3.2.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.2.0) Updates `Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore` from 2.0.0 to 2.0.1 - [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@2.0.0...http-aspnetcore-extension-2.0.1) --- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 688f410 commit 8ce42ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

growing-image-sync.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1212
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
1313
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
14-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.0" />
14+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.1" />
1515
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
1616
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.0" />
1717
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />

0 commit comments

Comments
 (0)