File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
44 <TargetFramework >net6.0</TargetFramework >
276276 <PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.22.0" />
277277 <PackageReference Include =" Microsoft.AspNetCore.DataProtection" Version =" 2.2.0" />
278278 <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 " />
280280 <PackageReference Include =" Microsoft.Build" Version =" 17.0.0" />
281281 <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.60.3" />
282282 <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 6.35.0" />
292292 <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.3148" />
293293 <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.3131" />
294294 <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 " />
296296 </ItemGroup >
297297 <Target Name =" ExcludeWorkersFromReadyToRun" >
298298 <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