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 2
2
<!-- Please add your release notes in the following format:
3
3
- My change description (#PR)
4
4
-->
5
+ - Updated HTTP extension to [ 3.0.10] ( https://github.com/Azure/azure-webjobs-sdk-extensions/releases/tag/http-v3.0.10 )
5
6
- Update Python Worker Version to [ 1.1.10] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.10 )
6
7
- Configure host.json to use workflow when creating a default host.json and app is identified as a logic app. (#6810 )
7
8
- 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 46
46
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7" Version =" 3.0.629" />
47
47
<PackageReference Include =" Microsoft.Azure.WebJobs" Version =" 3.0.26" />
48
48
<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 " />
50
50
<PackageReference Include =" Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version =" 3.0.26" />
51
51
<PackageReference Include =" Microsoft.Azure.WebJobs.Script.Abstractions" Version =" 1.0.2-preview" />
52
52
<PackageReference Include =" Microsoft.Build" Version =" 15.8.166" />
Original file line number Diff line number Diff line change 17
17
</PropertyGroup >
18
18
19
19
<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 " />
21
21
</ItemGroup >
22
22
23
23
</Project >
You can’t perform that action at this time.
0 commit comments