Skip to content

Commit

Permalink
Bump Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore
Browse files Browse the repository at this point in the history
Bumps the azure group with 1 update: [Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore](https://github.com/Azure/azure-functions-dotnet-worker).


Updates `Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore` from 1.3.1 to 1.3.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](Azure/azure-functions-dotnet-worker@http-aspnetcore-extension-1.3.1...http-aspnetcore-extension-1.3.2)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Jun 14, 2024
1 parent dc89a79 commit 5757c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.2" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.2.0" />
Expand Down

0 comments on commit 5757c48

Please sign in to comment.