Skip to content

Commit 71cc849

Browse files
authored
Updated Core tools to 4.33.2 (#3646)
1 parent 83b60d1 commit 71cc849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
1+
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net6.0</TargetFramework>
@@ -276,7 +276,7 @@
276276
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
277277
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
278278
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
279-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.33.1" />
279+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.33.2" />
280280
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
281281
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" />
282282
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.35.0" />
@@ -292,7 +292,7 @@
292292
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.3148" />
293293
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.3131" />
294294
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.3147" />
295-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.27.0" />
295+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.27.2" />
296296
</ItemGroup>
297297
<Target Name="ExcludeWorkersFromReadyToRun">
298298
<CreateItem Include="%(None.Filename)%(None.Extension)" Condition="$([System.String]::new('%(None.TargetPath)').StartsWith('workers'))" PreserveExistingMetadata="false">

0 commit comments

Comments
 (0)