File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +5
-5
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
- - Update Java Worker Version to [ 2.6 .0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.6 .0 )
5
+ - Update Java Worker Version to [ 2.7 .0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.7 .0 )
6
6
- Update Node.js Worker Version to [ 3.5.1] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.5.1 )
7
7
- Update PowerShell Worker 7.0 to 4.0.2302 [ Release Note] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2302 )
8
8
- Update PowerShell Worker 7.2 to 4.0.2304 [ Release Note] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2304 )
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
4
<PackageId >Microsoft.Azure.WebJobs.Script</PackageId >
56
56
57
57
<!-- Workers -->
58
58
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.2.20220831.41" />
59
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.6 .0" />
59
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.7 .0" />
60
60
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.5.1" />
61
61
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.2302" />
62
62
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.2304" />
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<Import Project =" ..\..\build\common.props" />
3
3
<Import Project =" ..\..\build\python.props" />
4
4
<PropertyGroup >
44
44
<PackageReference Include =" Microsoft.Azure.EventHubs" Version =" 2.1.0" />
45
45
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.5.1" />
46
46
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 4.0.5-11874" />
47
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.6 .0" />
47
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.7 .0" />
48
48
<PackageReference Include =" Microsoft.Azure.Mobile.Client" Version =" 4.0.2" />
49
49
<PackageReference Include =" Microsoft.Azure.ServiceBus" Version =" 4.2.1" />
50
50
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6.0.0" />
You can’t perform that action at this time.
0 commit comments