Skip to content

Commit c140ea3

Browse files
authored
Updated Core Tools to 4.24.4 (#3447)
1 parent a46d7c2 commit c140ea3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
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>
@@ -49,7 +49,7 @@
4949
<EmbeddedResource Include="StaticResources\Dockerfile.dotnet7Isolated">
5050
<LogicalName>$(AssemblyName).Dockerfile.dotnet7Isolated</LogicalName>
5151
</EmbeddedResource>
52-
<EmbeddedResource Include="StaticResources\Dockerfile.dotnet8Isolated">
52+
<EmbeddedResource Include="StaticResources\Dockerfile.dotnet8Isolated">
5353
<LogicalName>$(AssemblyName).Dockerfile.dotnet8Isolated</LogicalName>
5454
</EmbeddedResource>
5555
<EmbeddedResource Include="StaticResources\ExtensionsProj.csproj.template">
@@ -273,16 +273,16 @@
273273
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
274274
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
275275
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
276-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.23.2" />
276+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.24.4" />
277277
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
278278
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
279279
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
280280
<PackageReference Include="YamlDotNet" Version="6.0.0" />
281281
</ItemGroup>
282282
<ItemGroup Condition="'$(NoWorkers)' != 'true'">
283-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.0" />
284-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.1" />
285-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2823" />
283+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.1" />
284+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.7.0" />
285+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2850" />
286286
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2803" />
287287
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2802" />
288288
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.14.0" />

0 commit comments

Comments
 (0)