Skip to content

Commit 754a3a6

Browse files
committed
updating worker and webhost version to latest
1 parent 9a71ee3 commit 754a3a6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

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

+9-10
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
<TargetFrameworks>net8.0</TargetFrameworks>
@@ -58,9 +58,9 @@
5858
<EmbeddedResource Include="StaticResources\Dockerfile.dotnet8Isolated">
5959
<LogicalName>$(AssemblyName).Dockerfile.dotnet8Isolated</LogicalName>
6060
</EmbeddedResource>
61-
<EmbeddedResource Include="StaticResources\Dockerfile.dotnet9Isolated">
61+
<EmbeddedResource Include="StaticResources\Dockerfile.dotnet9Isolated">
6262
<LogicalName>$(AssemblyName).Dockerfile.dotnet9Isolated</LogicalName>
63-
</EmbeddedResource>
63+
</EmbeddedResource>
6464
<EmbeddedResource Include="StaticResources\ExtensionsProj.csproj.template">
6565
<LogicalName>$(AssemblyName).ExtensionsProj.csproj</LogicalName>
6666
</EmbeddedResource>
@@ -279,7 +279,7 @@
279279
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
280280
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
281281
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
282-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.1036.1" />
282+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.1037.0" />
283283
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
284284
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
285285
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
@@ -288,17 +288,16 @@
288288
<PackageReference Include="System.Text.Json" Version="8.0.5" />
289289
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
290290
<PackageReference Include="YamlDotNet" Version="6.0.0" />
291-
292291
<!-- Transitive dependency -->
293292
<PackageReference Include="System.Text.Json" Version="8.0.5" />
294293
</ItemGroup>
295294
<ItemGroup Condition="'$(NoWorkers)' != 'true'">
296-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.16.0" />
297-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.0" />
295+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.17.0" />
296+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.1" />
298297
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.3148" />
299-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.4020" />
300-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4021" />
301-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.31.0" />
298+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.4025" />
299+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4026" />
300+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.34.0" />
302301
</ItemGroup>
303302
<Target Name="ExcludeWorkersFromReadyToRun">
304303
<CreateItem Include="%(None.Filename)%(None.Extension)" Condition="$([System.String]::new('%(None.TargetPath)').StartsWith('workers'))" PreserveExistingMetadata="false">

0 commit comments

Comments
 (0)