Skip to content

Commit

Permalink
Update Core tools version 4.14.0 (#3210)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smanchem authored Nov 28, 2022
1 parent ea46ebc commit 50d214d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,18 +168,18 @@
<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.13.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.14.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.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.4.0" />
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.7.0" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.1" />
<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" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.8.0" />
</ItemGroup>
<Target Name="ExcludeWorkersFromReadyToRun">
<CreateItem Include="%(None.Filename)%(None.Extension)" Condition="$([System.String]::new('%(None.TargetPath)').StartsWith('workers'))" PreserveExistingMetadata="false">
Expand Down

0 comments on commit 50d214d

Please sign in to comment.