File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22<!-- Please add your release notes in the following format:
33- My change description (#PR)
44-->
5+ - Updated HTTP extension to [ 3.0.10] ( https://github.com/Azure/azure-webjobs-sdk-extensions/releases/tag/http-v3.0.10 )
56- Update Python Worker Version to [ 1.1.10] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.10 )
67- Configure host.json to use workflow when creating a default host.json and app is identified as a logic app. (#6810 )
78- Update Node.js Worker Version to [ 2.1.0] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v2.1.0 )
Original file line number Diff line number Diff line change 4646 <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7" Version =" 3.0.629" />
4747 <PackageReference Include =" Microsoft.Azure.WebJobs" Version =" 3.0.26" />
4848 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 4.0.2" />
49- <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.9 " />
49+ <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.10 " />
5050 <PackageReference Include =" Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version =" 3.0.26" />
5151 <PackageReference Include =" Microsoft.Azure.WebJobs.Script.Abstractions" Version =" 1.0.2-preview" />
5252 <PackageReference Include =" Microsoft.Build" Version =" 15.8.166" />
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <ItemGroup >
20- <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.9 " />
20+ <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.10 " />
2121 </ItemGroup >
2222
2323</Project >
You can’t perform that action at this time.
0 commit comments