Commit 71cc849 1 parent 83b60d1 commit 71cc849 Copy full SHA for 71cc849
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
276
276
<PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.22.0" />
277
277
<PackageReference Include =" Microsoft.AspNetCore.DataProtection" Version =" 2.2.0" />
278
278
<PackageReference Include =" Microsoft.Azure.DurableTask.AzureStorage.Internal" Version =" 1.4.0" />
279
- <PackageReference Include =" Microsoft.Azure.WebJobs.Script.WebHost" Version =" 4.33.1 " />
279
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Script.WebHost" Version =" 4.33.2 " />
280
280
<PackageReference Include =" Microsoft.Build" Version =" 17.0.0" />
281
281
<PackageReference Include =" Microsoft.Identity.Client" Version =" 4.60.3" />
282
282
<PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 6.35.0" />
292
292
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.3148" />
293
293
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.3131" />
294
294
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.3147" />
295
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.27.0 " />
295
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.27.2 " />
296
296
</ItemGroup >
297
297
<Target Name =" ExcludeWorkersFromReadyToRun" >
298
298
<CreateItem Include =" %(None.Filename)%(None.Extension)" Condition =" $([System.String]::new('%(None.TargetPath)').StartsWith('workers'))" PreserveExistingMetadata =" false" >
You can’t perform that action at this time.
0 commit comments