1
1
<Project >
2
-
3
2
<!-- common -->
4
3
<ItemGroup >
5
4
<PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.3" />
6
5
<PackageVersion Include =" Colors.Net" Version =" 1.1.0" />
7
6
<PackageVersion Include =" WindowsAzure.Storage" Version =" 9.3.1" />
8
7
<PackageVersion Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" />
9
8
</ItemGroup >
10
-
11
9
<!-- abstractions-->
12
10
<ItemGroup >
13
11
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.2" />
14
12
<PackageVersion Include =" System.CommandLine" Version =" 2.0.0-beta5.25306.101" />
15
13
</ItemGroup >
16
-
17
14
<!-- func -->
18
15
<ItemGroup >
19
16
<PackageVersion Include =" Autofac" Version =" 4.6.2" />
23
20
<PackageVersion Include =" Microsoft.ApplicationInsights" Version =" 2.22.0" />
24
21
<PackageVersion Include =" Microsoft.AspNetCore.DataProtection" Version =" 2.2.0" />
25
22
<PackageVersion Include =" Microsoft.Azure.DurableTask.AzureStorage.Internal" Version =" 1.4.0" />
26
- <PackageVersion Include =" Microsoft.Azure.WebJobs.Script.WebHost" Version =" 4.1040.300 " />
23
+ <PackageVersion Include =" Microsoft.Azure.WebJobs.Script.WebHost" Version =" 4.1041.200 " />
27
24
<PackageVersion Include =" Microsoft.Build" Version =" 17.0.0" />
28
25
<PackageVersion Include =" Microsoft.Identity.Client" Version =" 4.61.3" />
29
26
<PackageVersion Include =" NuGet.Packaging" Version =" 5.11.6" />
32
29
<!-- Transitive dependency -->
33
30
<PackageVersion Include =" System.Text.Json" Version =" 8.0.5" />
34
31
</ItemGroup >
35
-
36
32
<!-- workers -->
37
33
<ItemGroup >
38
- <PackageVersion Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.19.1 " />
34
+ <PackageVersion Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.19.2 " />
39
35
<PackageVersion Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.10.1" />
40
36
<PackageVersion Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.3148" />
41
37
<PackageVersion Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.4025" />
42
38
<PackageVersion Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.4206" />
43
- <PackageVersion Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.37 .0" />
39
+ <PackageVersion Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.38 .0" />
44
40
</ItemGroup >
45
-
46
41
<!-- host -->
47
42
<ItemGroup >
48
43
<PackageVersion Include =" Microsoft.NETCore.DotNetAppHost" Version =" 8.0.8" />
49
44
</ItemGroup >
50
-
51
45
<!-- test projects -->
52
46
<ItemGroup >
53
47
<PackageVersion Include =" Azure.Data.Tables" Version =" 12.9.0" />
67
61
<PackageVersion Include =" Microsoft.NET.Sdk.Functions" Version =" 4.5.0" />
68
62
<PackageVersion Include =" Microsoft.Azure.WebJobs.Extensions.DurableTask" Version =" 1.8.2" />
69
63
</ItemGroup >
70
-
71
- </Project >
64
+ </Project >
0 commit comments