|
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 | <TargetFramework>net6.0</TargetFramework>
|
|
49 | 49 | <EmbeddedResource Include="StaticResources\Dockerfile.dotnet7Isolated">
|
50 | 50 | <LogicalName>$(AssemblyName).Dockerfile.dotnet7Isolated</LogicalName>
|
51 | 51 | </EmbeddedResource>
|
52 |
| - <EmbeddedResource Include="StaticResources\Dockerfile.dotnet8Isolated"> |
| 52 | + <EmbeddedResource Include="StaticResources\Dockerfile.dotnet8Isolated"> |
53 | 53 | <LogicalName>$(AssemblyName).Dockerfile.dotnet8Isolated</LogicalName>
|
54 | 54 | </EmbeddedResource>
|
55 | 55 | <EmbeddedResource Include="StaticResources\ExtensionsProj.csproj.template">
|
|
273 | 273 | <PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
|
274 | 274 | <PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
|
275 | 275 | <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" /> |
277 | 277 | <PackageReference Include="Microsoft.Build" Version="17.0.0" />
|
278 | 278 | <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
279 | 279 | <PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
|
280 | 280 | <PackageReference Include="YamlDotNet" Version="6.0.0" />
|
281 | 281 | </ItemGroup>
|
282 | 282 | <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" /> |
286 | 286 | <PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2803" />
|
287 | 287 | <PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2802" />
|
288 | 288 | <PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.14.0" />
|
|
0 commit comments