Skip to content

Commit

Permalink
Update coretools host version to 3.8.2 (#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smanchem authored Jun 27, 2022
1 parent dcdfb30 commit 12da23e
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,7 +149,7 @@
<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.7.1" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="3.8.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="YamlDotNet" Version="6.0.0" />
</ItemGroup>
Expand All @@ -158,7 +158,7 @@
<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.PythonWorker" Version="3.1.2.6" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.3" />
</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 12da23e

Please sign in to comment.