Skip to content

Commit

Permalink
Bump Microsoft.Azure.Functions.Worker.Core from 1.11.0 to 1.16.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Azure.Functions.Worker.Core](https://github.com/Azure/azure-functions-dotnet-worker) from 1.11.0 to 1.16.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@sdk-1.11.0...1.16.0)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Functions.Worker.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent b7987f8 commit 00b40c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Http.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.11.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.16.0" />
</ItemGroup>

</Project>

0 comments on commit 00b40c8

Please sign in to comment.