File tree 2 files changed +4
-6
lines changed
src/Cli/func/Actions/HostActions 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 22
22
<PackageVersion Include =" Microsoft.ApplicationInsights" Version =" 2.22.0" />
23
23
<PackageVersion Include =" Microsoft.AspNetCore.DataProtection" Version =" 2.2.0" />
24
24
<PackageVersion Include =" Microsoft.Azure.DurableTask.AzureStorage.Internal" Version =" 1.4.0" />
25
- <PackageVersion Include =" Microsoft.Azure.WebJobs.Script.WebHost" Version =" 4.1037.0 " />
25
+ <PackageVersion Include =" Microsoft.Azure.WebJobs.Script.WebHost" Version =" 4.1038.300 " />
26
26
<PackageVersion Include =" Microsoft.Build" Version =" 17.0.0" />
27
27
<PackageVersion Include =" Microsoft.Identity.Client" Version =" 4.61.3" />
28
28
<PackageVersion Include =" NuGet.Packaging" Version =" 5.11.6" />
34
34
35
35
<!-- workers -->
36
36
<ItemGroup >
37
- <PackageVersion Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.17.0 " />
37
+ <PackageVersion Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.18.1 " />
38
38
<PackageVersion Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.10.1" />
39
39
<PackageVersion Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.3148" />
40
40
<PackageVersion Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.4025" />
41
- <PackageVersion Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.4026 " />
42
- <PackageVersion Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.34 .0" />
41
+ <PackageVersion Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.4206 " />
42
+ <PackageVersion Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.35 .0" />
43
43
</ItemGroup >
44
44
45
45
<!-- host -->
Original file line number Diff line number Diff line change 12
12
using Microsoft . Azure . WebJobs . Script . WebHost . Authentication ;
13
13
using Microsoft . Azure . WebJobs . Script . WebHost . Controllers ;
14
14
using Microsoft . Azure . WebJobs . Script . WebHost . DependencyInjection ;
15
- using Microsoft . Azure . WebJobs . Script . WebHost . Security ;
16
- using Microsoft . Azure . WebJobs . Script . WebHost . Security . Authentication ;
17
15
using Microsoft . Extensions . Configuration ;
18
16
using Microsoft . Extensions . DependencyInjection ;
19
17
using Microsoft . Extensions . Logging ;
You can’t perform that action at this time.
0 commit comments