Skip to content

Commit 22511a8

Browse files
Merge pull request #224908 from mumurug-MSFT/patch-24
(AzureCXP) fixes MicrosoftDocs/azure-docs#104200
2 parents d655914 + a0fc6c0 commit 22511a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/migrate-version-1-version-4.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ After you make these changes, your updated project should look like the followin
138138
<OutputType>Exe</OutputType>
139139
</PropertyGroup>
140140
<ItemGroup>
141-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
141+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.10.0" />
142+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
142143
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0" />
143144
</ItemGroup>
144145
<ItemGroup>

0 commit comments

Comments
 (0)