Skip to content

Commit d4c20ad

Browse files
Update host version 3.7.1 (#3060)
* update host version 3.7.1 * updates version 3.7.1 * Added dll to third party binaries Co-authored-by: Michael Peng <[email protected]>
1 parent f47e2e8 commit d4c20ad

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: build/Settings.cs

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public class SignInfo
237237
"System.Private.ServiceModel.dll",
238238
"System.Reactive.*.dll",
239239
"System.Security.Cryptography.ProtectedData.dll",
240+
"Microsoft.Security.Utilities.dll",
240241
"YamlDotNet.dll",
241242
"Marklio.Metadata.dll",
242243
"Microsoft.Azure.Cosmos.Table.dll",

Diff for: src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@
149149
<PackageReference Include="DotNetZip" Version="1.13.3" />
150150
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
151151
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
152-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="3.5.2" />
152+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="3.7.1" />
153153
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
154154
<PackageReference Include="YamlDotNet" Version="6.0.0" />
155155
</ItemGroup>
156156
<ItemGroup Condition="'$(NoWorkers)' != 'true'">
157-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.10.0-SNAPSHOT" />
158-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.2" />
159-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
160-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.1573" />
157+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.11.0" />
158+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.3" />
159+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.1761" />
160+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.1845" />
161161
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.6" />
162162
</ItemGroup>
163163
<Target Name="ExcludeWorkersFromReadyToRun">

0 commit comments

Comments
 (0)