Skip to content

Commit

Permalink
Updated Core Tools to 4.25.3 (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smanchem authored Sep 11, 2023
1 parent bb99b69 commit fedd855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,17 +273,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.24.5" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.25.3" />
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<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.12.1" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.7.0" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.8.0" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2850" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2803" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2890" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2802" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.14.0" />
</ItemGroup>
Expand Down

0 comments on commit fedd855

Please sign in to comment.