Skip to content

Commit

Permalink
Update core tools version to 4.19.2 (#3363)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smanchem authored May 8, 2023
1 parent 89542ab commit 94c549d
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 @@ -249,7 +249,7 @@
<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.19.1" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.19.2" />
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
Expand All @@ -261,7 +261,7 @@
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2733" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2719" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2669" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.13.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.14.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 94c549d

Please sign in to comment.