Skip to content

Commit a0fc6c0

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#104200
1 parent 39d682c commit a0fc6c0

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)