Skip to content

Commit

Permalink
Updated Core Tools to 4.24.4 (#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smanchem authored Sep 7, 2023
1 parent a46d7c2 commit c140ea3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand Down Expand Up @@ -49,7 +49,7 @@
<EmbeddedResource Include="StaticResources\Dockerfile.dotnet7Isolated">
<LogicalName>$(AssemblyName).Dockerfile.dotnet7Isolated</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="StaticResources\Dockerfile.dotnet8Isolated">
<EmbeddedResource Include="StaticResources\Dockerfile.dotnet8Isolated">
<LogicalName>$(AssemblyName).Dockerfile.dotnet8Isolated</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="StaticResources\ExtensionsProj.csproj.template">
Expand Down Expand Up @@ -273,16 +273,16 @@
<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.23.2" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.24.4" />
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<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.12.0" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.1" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2823" />
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.1" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.7.0" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2850" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2803" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2802" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.14.0" />
Expand Down

0 comments on commit c140ea3

Please sign in to comment.