Skip to content

Commit

Permalink
Update Host Version 4.5.2 (#3065)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smanchem authored Jun 3, 2022
1 parent 4fc6b10 commit df686d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.20.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.5.1" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.5.2" />
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
Expand All @@ -161,7 +161,7 @@
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.3.0" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.1842" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.1847" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.2.0-hotfix" />
</ItemGroup>
<Target Name="ExcludeWorkersFromReadyToRun">
<CreateItem Include="%(None.Filename)%(None.Extension)" Condition="$([System.String]::new('%(None.TargetPath)').StartsWith('workers'))" PreserveExistingMetadata="false">
Expand Down

0 comments on commit df686d8

Please sign in to comment.