Skip to content

Commit 94c549d

Browse files
authored
Update core tools version to 4.19.2 (#3363)
1 parent 89542ab commit 94c549d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
250250
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
251251
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
252-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.19.1" />
252+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.19.2" />
253253
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
254254
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
255255
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
@@ -261,7 +261,7 @@
261261
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2733" />
262262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2719" />
263263
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2669" />
264-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.13.0" />
264+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.14.0" />
265265
</ItemGroup>
266266
<Target Name="ExcludeWorkersFromReadyToRun">
267267
<CreateItem Include="%(None.Filename)%(None.Extension)" Condition="$([System.String]::new('%(None.TargetPath)').StartsWith('workers'))" PreserveExistingMetadata="false">

0 commit comments

Comments
 (0)