Skip to content

Commit 9b2125f

Browse files
VpOfEngineeringazfuncgh
andauthored
Updating host version to 3.5.2 (#3031)
Co-authored-by: azfuncgh <[email protected]>
1 parent 9e8af69 commit 9b2125f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@
149149
<PackageReference Include="DotNetZip" Version="1.13.3" />
150150
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
151151
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
152-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="3.4.2" />
152+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="3.5.2" />
153153
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
154154
<PackageReference Include="YamlDotNet" Version="6.0.0" />
155155
</ItemGroup>
156156
<ItemGroup Condition="'$(NoWorkers)' != 'true'">
157-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.9.0" />
157+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.10.0-SNAPSHOT" />
158158
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.2" />
159159
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
160-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.1045" />
160+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.1573" />
161161
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.6" />
162162
</ItemGroup>
163163
<Target Name="ExcludeWorkersFromReadyToRun">

0 commit comments

Comments
 (0)