|
1 |
| -<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun"> |
2 | 2 | <PropertyGroup>
|
3 | 3 | <OutputType>Exe</OutputType>
|
4 | 4 | <TargetFrameworks>net8.0</TargetFrameworks>
|
|
58 | 58 | <EmbeddedResource Include="StaticResources\Dockerfile.dotnet8Isolated">
|
59 | 59 | <LogicalName>$(AssemblyName).Dockerfile.dotnet8Isolated</LogicalName>
|
60 | 60 | </EmbeddedResource>
|
61 |
| - <EmbeddedResource Include="StaticResources\Dockerfile.dotnet9Isolated"> |
| 61 | + <EmbeddedResource Include="StaticResources\Dockerfile.dotnet9Isolated"> |
62 | 62 | <LogicalName>$(AssemblyName).Dockerfile.dotnet9Isolated</LogicalName>
|
63 |
| - </EmbeddedResource> |
| 63 | + </EmbeddedResource> |
64 | 64 | <EmbeddedResource Include="StaticResources\ExtensionsProj.csproj.template">
|
65 | 65 | <LogicalName>$(AssemblyName).ExtensionsProj.csproj</LogicalName>
|
66 | 66 | </EmbeddedResource>
|
|
279 | 279 | <PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
|
280 | 280 | <PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
|
281 | 281 | <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" /> |
283 | 283 | <PackageReference Include="Microsoft.Build" Version="17.0.0" />
|
284 | 284 | <PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
|
285 | 285 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
288 | 288 | <PackageReference Include="System.Text.Json" Version="8.0.5" />
|
289 | 289 | <PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
|
290 | 290 | <PackageReference Include="YamlDotNet" Version="6.0.0" />
|
291 |
| - |
292 | 291 | <!-- Transitive dependency -->
|
293 | 292 | <PackageReference Include="System.Text.Json" Version="8.0.5" />
|
294 | 293 | </ItemGroup>
|
295 | 294 | <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" /> |
298 | 297 | <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" /> |
302 | 301 | </ItemGroup>
|
303 | 302 | <Target Name="ExcludeWorkersFromReadyToRun">
|
304 | 303 | <CreateItem Include="%(None.Filename)%(None.Extension)" Condition="$([System.String]::new('%(None.TargetPath)').StartsWith('workers'))" PreserveExistingMetadata="false">
|
|
0 commit comments