Skip to content

Commit

Permalink
host version update 3.10.2 (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smanchem authored Jul 18, 2022
1 parent f55405e commit 3fd0771
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 @@ -149,15 +149,15 @@
<PackageReference Include="DotNetZip" Version="1.13.3" />
<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="3.8.2" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="3.10.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="YamlDotNet" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(NoWorkers)' != 'true'">
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.11.0" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.3" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.1761" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.1845" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.2046" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.3" />
</ItemGroup>
<Target Name="ExcludeWorkersFromReadyToRun">
Expand Down

0 comments on commit 3fd0771

Please sign in to comment.