Skip to content

Commit 9fdd583

Browse files
Bump Microsoft.Azure.Functions.Worker.Sdk from 2.0.0 to 2.0.1 (#707)
Bumps [Microsoft.Azure.Functions.Worker.Sdk](https://github.com/Azure/azure-functions-dotnet-worker) 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.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Moseley <[email protected]>
1 parent a2127e0 commit 9fdd583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/AspireWithAzureFunctions/ImageGallery.Functions/ImageGallery.Functions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.1" />
1414
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs" Version="6.6.1" />
1515
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.5.1" />
16-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.0" />
16+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.1" />
1717
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.10.0" />
1818
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.2" />
1919
<PackageReference Include="Aspire.Azure.Storage.Blobs" Version="9.1.0" />

0 commit comments

Comments
 (0)