Skip to content

Commit d46fd5b

Browse files
CopilotYunchuWang
authored andcommitted
Update Azure Functions package versions to 3.3.0 and 2.0.7
Updated package versions in Directory.Packages.props: - Microsoft.Azure.Functions.Worker.Extensions.Http: 3.0.13 -> 3.3.0 - Microsoft.Azure.Functions.Worker.Sdk: 1.16.2 -> 2.0.7 Co-authored-by: YunchuWang <[email protected]>
1 parent f25814e commit d46fd5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<PackageVersion Include="Azure.Identity" Version="1.17.1" />
2626
<PackageVersion Include="Azure.Storage.Blobs" Version="12.26.0" />
2727
<PackageVersion Include="Microsoft.Azure.Functions.Worker" Version="2.51.0" />
28-
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
29-
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.16.2" />
28+
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
29+
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.7" />
3030
</ItemGroup>
3131

3232
<!-- DurableTask Packages -->

0 commit comments

Comments
 (0)