From ea46ebcae29f4211500e9f9bed263566d07f7566 Mon Sep 17 00:00:00 2001 From: v-smanchem <105010995+v-smanchem@users.noreply.github.com> Date: Mon, 14 Nov 2022 10:39:25 -0800 Subject: [PATCH] Updated Coretools version 4.13.0 (#3200) --- src/Azure.Functions.Cli/Azure.Functions.Cli.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Azure.Functions.Cli/Azure.Functions.Cli.csproj b/src/Azure.Functions.Cli/Azure.Functions.Cli.csproj index f42336060..96375bc91 100644 --- a/src/Azure.Functions.Cli/Azure.Functions.Cli.csproj +++ b/src/Azure.Functions.Cli/Azure.Functions.Cli.csproj @@ -168,17 +168,17 @@ <PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" /> <PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" /> <PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" /> - <PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.12.2" /> + <PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.13.0" /> <PackageReference Include="Microsoft.Build" Version="17.0.0" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="WindowsAzure.Storage" Version="9.3.1" /> <PackageReference Include="YamlDotNet" Version="6.0.0" /> </ItemGroup> <ItemGroup Condition="'$(NoWorkers)' != 'true'"> - <PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.4.0" /> + <PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.6.0" /> <PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.4.0" /> - <PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2045" /> - <PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2258" /> + <PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2302" /> + <PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2304" /> <PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.7.0" /> </ItemGroup> <Target Name="ExcludeWorkersFromReadyToRun">