Skip to content

Commit

Permalink
Updated Coretools version to 3.15.1 (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smanchem authored Oct 27, 2022
1 parent 360edbd commit 38768d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@
<PackageReference Include="DotNetZip" Version="1.13.3" />
<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="3.14.1" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="3.15.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="YamlDotNet" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(NoWorkers)' != 'true'">
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.11.0" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.3" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.1761" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.2046" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.2303" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.3" />
</ItemGroup>
<Target Name="ExcludeWorkersFromReadyToRun">
Expand Down

0 comments on commit 38768d3

Please sign in to comment.