File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ public class SignInfo
237
237
"System.Private.ServiceModel.dll" ,
238
238
"System.Reactive.*.dll" ,
239
239
"System.Security.Cryptography.ProtectedData.dll" ,
240
+ "Microsoft.Security.Utilities.dll" ,
240
241
"YamlDotNet.dll" ,
241
242
"Marklio.Metadata.dll" ,
242
243
"Microsoft.Azure.Cosmos.Table.dll" ,
Original file line number Diff line number Diff line change 149
149
<PackageReference Include =" DotNetZip" Version =" 1.13.3" />
150
150
<PackageReference Include =" Microsoft.AspNetCore.DataProtection" Version =" 2.2.0" />
151
151
<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 " />
153
153
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
154
154
<PackageReference Include =" YamlDotNet" Version =" 6.0.0" />
155
155
</ItemGroup >
156
156
<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 " />
161
161
<PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.1.2.6" />
162
162
</ItemGroup >
163
163
<Target Name =" ExcludeWorkersFromReadyToRun" >
You can’t perform that action at this time.
0 commit comments