|
6 | 6 | "compilationOptions": {}, |
7 | 7 | "targets": { |
8 | 8 | ".NETCoreApp,Version=v6.0": { |
9 | | - "Microsoft.Azure.WebJobs.Script.WebHost/4.39.100-dev": { |
| 9 | + "Microsoft.Azure.WebJobs.Script.WebHost/4.40.100-dev": { |
10 | 10 | "dependencies": { |
11 | 11 | "Azure.Data.Tables": "12.8.3", |
12 | 12 | "Azure.Identity": "1.11.4", |
|
23 | 23 | "Microsoft.Azure.AppService.Proxy.Client": "2.2.20220831.41", |
24 | 24 | "Microsoft.Azure.Cosmos.Table": "1.0.8", |
25 | 25 | "Microsoft.Azure.Functions.DotNetIsolatedNativeHost": "1.0.11", |
26 | | - "Microsoft.Azure.Functions.JavaWorker": "2.18.1", |
| 26 | + "Microsoft.Azure.Functions.JavaWorker": "2.19.0", |
27 | 27 | "Microsoft.Azure.Functions.NodeJsWorker": "3.10.1", |
28 | 28 | "Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption": "1.0.5", |
29 | 29 | "Microsoft.Azure.Functions.PowerShellWorker.PS7.0": "4.0.3148", |
30 | 30 | "Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.4025", |
31 | | - "Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4175", |
32 | | - "Microsoft.Azure.Functions.PythonWorker": "4.35.0", |
| 31 | + "Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4206", |
| 32 | + "Microsoft.Azure.Functions.PythonWorker": "4.36.1", |
33 | 33 | "Microsoft.Azure.Storage.File": "11.1.7", |
34 | 34 | "Microsoft.Azure.WebJobs": "3.0.41", |
35 | 35 | "Microsoft.Azure.WebJobs.Host.Storage": "5.0.1", |
36 | | - "Microsoft.Azure.WebJobs.Script": "4.39.100-dev", |
37 | | - "Microsoft.Azure.WebJobs.Script.Grpc": "4.39.100-dev", |
| 36 | + "Microsoft.Azure.WebJobs.Script": "4.40.100-dev", |
| 37 | + "Microsoft.Azure.WebJobs.Script.Grpc": "4.40.100-dev", |
38 | 38 | "Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha", |
| 39 | + "Microsoft.DotNet.PlatformAbstractions": "2.1.0", |
39 | 40 | "Microsoft.Extensions.DependencyModel": "6.0.2", |
40 | 41 | "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", |
41 | 42 | "Microsoft.IdentityModel.Tokens": "6.35.0", |
|
46 | 47 | "System.IdentityModel.Tokens.Jwt": "6.35.0", |
47 | 48 | "System.Memory.Data": "6.0.0", |
48 | 49 | "System.Net.NameResolution": "4.3.0", |
49 | | - "Microsoft.Azure.WebJobs.Script.Reference": "4.39.0.0", |
50 | | - "Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.39.0.0" |
| 50 | + "Microsoft.Azure.WebJobs.Script.Reference": "4.40.0.0", |
| 51 | + "Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.40.0.0" |
51 | 52 | }, |
52 | 53 | "runtime": { |
53 | 54 | "Microsoft.Azure.WebJobs.Script.WebHost.dll": {} |
|
867 | 868 | } |
868 | 869 | }, |
869 | 870 | "Microsoft.Azure.Functions.DotNetIsolatedNativeHost/1.0.11": {}, |
870 | | - "Microsoft.Azure.Functions.JavaWorker/2.18.1": {}, |
| 871 | + "Microsoft.Azure.Functions.JavaWorker/2.19.0": {}, |
871 | 872 | "Microsoft.Azure.Functions.NodeJsWorker/3.10.1": {}, |
872 | 873 | "Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption/1.0.5": { |
873 | 874 | "dependencies": { |
|
883 | 884 | }, |
884 | 885 | "Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.3148": {}, |
885 | 886 | "Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4025": {}, |
886 | | - "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4175": {}, |
887 | | - "Microsoft.Azure.Functions.PythonWorker/4.35.0": {}, |
| 887 | + "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4206": {}, |
| 888 | + "Microsoft.Azure.Functions.PythonWorker/4.36.1": {}, |
888 | 889 | "Microsoft.Azure.KeyVault.Core/2.0.4": { |
889 | 890 | "dependencies": { |
890 | 891 | "System.Runtime": "4.3.1", |
|
1317 | 1318 | } |
1318 | 1319 | }, |
1319 | 1320 | "Microsoft.CSharp/4.7.0": {}, |
| 1321 | + "Microsoft.DotNet.PlatformAbstractions/2.1.0": { |
| 1322 | + "dependencies": { |
| 1323 | + "System.AppContext": "4.1.0", |
| 1324 | + "System.Collections": "4.3.0", |
| 1325 | + "System.IO": "4.3.0", |
| 1326 | + "System.IO.FileSystem": "4.3.0", |
| 1327 | + "System.Reflection.TypeExtensions": "4.3.0", |
| 1328 | + "System.Runtime.Extensions": "4.3.0", |
| 1329 | + "System.Runtime.InteropServices": "4.3.0", |
| 1330 | + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" |
| 1331 | + }, |
| 1332 | + "runtime": { |
| 1333 | + "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": { |
| 1334 | + "assemblyVersion": "2.1.0.0", |
| 1335 | + "fileVersion": "2.1.0.0" |
| 1336 | + } |
| 1337 | + } |
| 1338 | + }, |
1320 | 1339 | "Microsoft.Extensions.Azure/1.7.1": { |
1321 | 1340 | "dependencies": { |
1322 | 1341 | "Azure.Core": "1.38.0", |
|
2013 | 2032 | } |
2014 | 2033 | }, |
2015 | 2034 | "StyleCop.Analyzers.Unstable/1.2.0.435": {}, |
| 2035 | + "System.AppContext/4.1.0": { |
| 2036 | + "dependencies": { |
| 2037 | + "System.Runtime": "4.3.1" |
| 2038 | + } |
| 2039 | + }, |
2016 | 2040 | "System.Buffers/4.5.1": {}, |
2017 | 2041 | "System.ClientModel/1.0.0": { |
2018 | 2042 | "dependencies": { |
|
2635 | 2659 | "System.Runtime.Handles": "4.3.0" |
2636 | 2660 | } |
2637 | 2661 | }, |
| 2662 | + "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { |
| 2663 | + "dependencies": { |
| 2664 | + "Microsoft.NETCore.Platforms": "5.0.0", |
| 2665 | + "System.Reflection": "4.3.0", |
| 2666 | + "System.Resources.ResourceManager": "4.3.0", |
| 2667 | + "System.Runtime": "4.3.1", |
| 2668 | + "System.Runtime.InteropServices": "4.3.0", |
| 2669 | + "System.Threading": "4.3.0", |
| 2670 | + "runtime.native.System": "4.3.0" |
| 2671 | + } |
| 2672 | + }, |
2638 | 2673 | "System.Runtime.Loader/4.3.0": { |
2639 | 2674 | "dependencies": { |
2640 | 2675 | "System.IO": "4.3.0", |
|
3013 | 3048 | } |
3014 | 3049 | } |
3015 | 3050 | }, |
3016 | | - "Microsoft.Azure.WebJobs.Script/4.39.100-dev": { |
| 3051 | + "Microsoft.Azure.WebJobs.Script/4.40.100-dev": { |
3017 | 3052 | "dependencies": { |
3018 | 3053 | "Azure.Core": "1.38.0", |
3019 | 3054 | "Azure.Data.Tables": "12.8.3", |
|
3054 | 3089 | }, |
3055 | 3090 | "runtime": { |
3056 | 3091 | "Microsoft.Azure.WebJobs.Script.dll": { |
3057 | | - "assemblyVersion": "4.39.100-dev", |
| 3092 | + "assemblyVersion": "4.40.100-dev", |
3058 | 3093 | "fileVersion": "" |
3059 | 3094 | } |
3060 | 3095 | } |
3061 | 3096 | }, |
3062 | | - "Microsoft.Azure.WebJobs.Script.Grpc/4.39.100-dev": { |
| 3097 | + "Microsoft.Azure.WebJobs.Script.Grpc/4.40.100-dev": { |
3063 | 3098 | "dependencies": { |
3064 | 3099 | "Grpc.AspNetCore": "2.55.0", |
3065 | 3100 | "Microsoft.ApplicationInsights": "2.22.0", |
|
3068 | 3103 | "Microsoft.ApplicationInsights.WindowsServer": "2.21.0", |
3069 | 3104 | "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.21.0", |
3070 | 3105 | "Microsoft.Azure.WebJobs.Rpc.Core": "3.0.37", |
3071 | | - "Microsoft.Azure.WebJobs.Script": "4.39.100-dev", |
| 3106 | + "Microsoft.Azure.WebJobs.Script": "4.40.100-dev", |
3072 | 3107 | "System.IO.FileSystem.Primitives": "4.3.0", |
3073 | 3108 | "System.Threading.Channels": "6.0.0", |
3074 | 3109 | "Yarp.ReverseProxy": "2.0.1" |
3075 | 3110 | }, |
3076 | 3111 | "runtime": { |
3077 | 3112 | "Microsoft.Azure.WebJobs.Script.Grpc.dll": { |
3078 | | - "assemblyVersion": "4.39.100-dev", |
| 3113 | + "assemblyVersion": "4.40.100-dev", |
3079 | 3114 | "fileVersion": "" |
3080 | 3115 | } |
3081 | 3116 | } |
3082 | 3117 | }, |
3083 | | - "Microsoft.Azure.WebJobs.Script.Reference/4.39.0.0": { |
| 3118 | + "Microsoft.Azure.WebJobs.Script.Reference/4.40.0.0": { |
3084 | 3119 | "runtime": { |
3085 | 3120 | "Microsoft.Azure.WebJobs.Script.dll": { |
3086 | | - "assemblyVersion": "4.39.0.0", |
| 3121 | + "assemblyVersion": "4.40.0.0", |
3087 | 3122 | "fileVersion": "42.42.42.4242" |
3088 | 3123 | } |
3089 | 3124 | } |
3090 | 3125 | }, |
3091 | | - "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.39.0.0": { |
| 3126 | + "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.40.0.0": { |
3092 | 3127 | "runtime": { |
3093 | 3128 | "Microsoft.Azure.WebJobs.Script.Grpc.dll": { |
3094 | | - "assemblyVersion": "4.39.0.0", |
| 3129 | + "assemblyVersion": "4.40.0.0", |
3095 | 3130 | "fileVersion": "42.42.42.4242" |
3096 | 3131 | } |
3097 | 3132 | } |
3098 | 3133 | } |
3099 | 3134 | } |
3100 | 3135 | }, |
3101 | 3136 | "libraries": { |
3102 | | - "Microsoft.Azure.WebJobs.Script.WebHost/4.39.100-dev": { |
| 3137 | + "Microsoft.Azure.WebJobs.Script.WebHost/4.40.100-dev": { |
3103 | 3138 | "type": "project", |
3104 | 3139 | "serviceable": false, |
3105 | 3140 | "sha512": "" |
|
3657 | 3692 | "path": "microsoft.azure.functions.dotnetisolatednativehost/1.0.11", |
3658 | 3693 | "hashPath": "microsoft.azure.functions.dotnetisolatednativehost.1.0.11.nupkg.sha512" |
3659 | 3694 | }, |
3660 | | - "Microsoft.Azure.Functions.JavaWorker/2.18.1": { |
| 3695 | + "Microsoft.Azure.Functions.JavaWorker/2.19.0": { |
3661 | 3696 | "type": "package", |
3662 | 3697 | "serviceable": true, |
3663 | | - "sha512": "sha512-XxzCZa9meGb6UTxyc7c/3ls8tG6IkMSCxkt2cdKgGeWX0Ytk1nVpQi2rFsHgVeoS0ZViDPCFMa1jznHyn+Z3Uw==", |
3664 | | - "path": "microsoft.azure.functions.javaworker/2.18.1", |
3665 | | - "hashPath": "microsoft.azure.functions.javaworker.2.18.1.nupkg.sha512" |
| 3698 | + "sha512": "sha512-sZbpZQQ+4CSmoKCwZTryI1oJ8rvU2TwvA5u4+Mn/VOt5C1wTZLSiRX2w7fCY34LF5PUhJsi++YzQg8+RGt0LdA==", |
| 3699 | + "path": "microsoft.azure.functions.javaworker/2.19.0", |
| 3700 | + "hashPath": "microsoft.azure.functions.javaworker.2.19.0.nupkg.sha512" |
3666 | 3701 | }, |
3667 | 3702 | "Microsoft.Azure.Functions.NodeJsWorker/3.10.1": { |
3668 | 3703 | "type": "package", |
|
3692 | 3727 | "path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.4025", |
3693 | 3728 | "hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.4025.nupkg.sha512" |
3694 | 3729 | }, |
3695 | | - "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4175": { |
| 3730 | + "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4206": { |
3696 | 3731 | "type": "package", |
3697 | 3732 | "serviceable": true, |
3698 | | - "sha512": "sha512-YEVd2okln/HzCy3ZfOSbX+8vgUHiQb/xeJCIy+Z6fraUxwZXV0K/AeZJnBGBaGJesECecfy+GDtpebKxQoRhlA==", |
3699 | | - "path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4175", |
3700 | | - "hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4175.nupkg.sha512" |
| 3733 | + "sha512": "sha512-wW1OUKmlb1bN3VeenBjLKzorWwcmQuwM4mEzGgRQqObniZW5b6pQbRoHmwyX6exbRNWoH8OcwQusFqsxPpbvJA==", |
| 3734 | + "path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4206", |
| 3735 | + "hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4206.nupkg.sha512" |
3701 | 3736 | }, |
3702 | | - "Microsoft.Azure.Functions.PythonWorker/4.35.0": { |
| 3737 | + "Microsoft.Azure.Functions.PythonWorker/4.36.1": { |
3703 | 3738 | "type": "package", |
3704 | 3739 | "serviceable": true, |
3705 | | - "sha512": "sha512-zkQWdqBEx47jzUjQZd/+v3tJ/3VW1hWAiDjVgG6Z6OVrAoCoS8J5r9kzYXapg63M/9VULHy7jTo3xY8zwmso6Q==", |
3706 | | - "path": "microsoft.azure.functions.pythonworker/4.35.0", |
3707 | | - "hashPath": "microsoft.azure.functions.pythonworker.4.35.0.nupkg.sha512" |
| 3740 | + "sha512": "sha512-k5XitXh60UV6ppKQi+VxyREocG61xZ5dOcg71aXNnW5EM1t69Zo8IljiFOeZeWHq3Jhm2E2LzU7I2EBuGLZGNA==", |
| 3741 | + "path": "microsoft.azure.functions.pythonworker/4.36.1", |
| 3742 | + "hashPath": "microsoft.azure.functions.pythonworker.4.36.1.nupkg.sha512" |
3708 | 3743 | }, |
3709 | 3744 | "Microsoft.Azure.KeyVault.Core/2.0.4": { |
3710 | 3745 | "type": "package", |
|
3730 | 3765 | "Microsoft.Azure.WebJobs/3.0.41": { |
3731 | 3766 | "type": "package", |
3732 | 3767 | "serviceable": true, |
3733 | | - "sha512": "sha512-nprqeSOAkhFrpIW1KVkXQb6BZCbnS8d1ytq0nUzIYnpkmbvmfkcQlJE9zp3Dbo26Q/0h0JdPSQ3BaVVBNPOUZg==", |
| 3768 | + "sha512": "sha512-EOigHt+kjrpbg53s8SYn4dlTpZG9IgWPNrdmcdSG8c7U8qKZvcF4BwZtF7ETy3KGir2NtIpJaIc7dUm2+k9/GA==", |
3734 | 3769 | "path": "microsoft.azure.webjobs/3.0.41", |
3735 | 3770 | "hashPath": "microsoft.azure.webjobs.3.0.41.nupkg.sha512" |
3736 | 3771 | }, |
|
3765 | 3800 | "Microsoft.Azure.WebJobs.Host.Storage/5.0.1": { |
3766 | 3801 | "type": "package", |
3767 | 3802 | "serviceable": true, |
3768 | | - "sha512": "sha512-eO/sX41oaGkDiXHpT7y/F1F5Wvzm7e1QqFmd4GGMJOMdLOHGvwOvZR82AfR7rjvpqQZWyKjRHqxAVcntq+ZYwQ==", |
| 3803 | + "sha512": "sha512-5fF88jDYdxUs4EdYZw3MqK7ghG4mZ5MsCt8MhKk38CiTK90VmoWtXbBYURohil+WJ8vB/i0UwQGg64y6TdvliA==", |
3769 | 3804 | "path": "microsoft.azure.webjobs.host.storage/5.0.1", |
3770 | 3805 | "hashPath": "microsoft.azure.webjobs.host.storage.5.0.1.nupkg.sha512" |
3771 | 3806 | }, |
|
3853 | 3888 | "path": "microsoft.csharp/4.7.0", |
3854 | 3889 | "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" |
3855 | 3890 | }, |
| 3891 | + "Microsoft.DotNet.PlatformAbstractions/2.1.0": { |
| 3892 | + "type": "package", |
| 3893 | + "serviceable": true, |
| 3894 | + "sha512": "sha512-9KPDwvb/hLEVXYruVHVZ8BkebC8j17DmPb56LnqRF74HqSPLjCkrlFUjOtFpQPA2DeADBRTI/e69aCfRBfrhxw==", |
| 3895 | + "path": "microsoft.dotnet.platformabstractions/2.1.0", |
| 3896 | + "hashPath": "microsoft.dotnet.platformabstractions.2.1.0.nupkg.sha512" |
| 3897 | + }, |
3856 | 3898 | "Microsoft.Extensions.Azure/1.7.1": { |
3857 | 3899 | "type": "package", |
3858 | 3900 | "serviceable": true, |
|
4434 | 4476 | "path": "stylecop.analyzers.unstable/1.2.0.435", |
4435 | 4477 | "hashPath": "stylecop.analyzers.unstable.1.2.0.435.nupkg.sha512" |
4436 | 4478 | }, |
| 4479 | + "System.AppContext/4.1.0": { |
| 4480 | + "type": "package", |
| 4481 | + "serviceable": true, |
| 4482 | + "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==", |
| 4483 | + "path": "system.appcontext/4.1.0", |
| 4484 | + "hashPath": "system.appcontext.4.1.0.nupkg.sha512" |
| 4485 | + }, |
4437 | 4486 | "System.Buffers/4.5.1": { |
4438 | 4487 | "type": "package", |
4439 | 4488 | "serviceable": true, |
|
4861 | 4910 | "path": "system.runtime.interopservices/4.3.0", |
4862 | 4911 | "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" |
4863 | 4912 | }, |
| 4913 | + "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { |
| 4914 | + "type": "package", |
| 4915 | + "serviceable": true, |
| 4916 | + "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==", |
| 4917 | + "path": "system.runtime.interopservices.runtimeinformation/4.0.0", |
| 4918 | + "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512" |
| 4919 | + }, |
4864 | 4920 | "System.Runtime.Loader/4.3.0": { |
4865 | 4921 | "type": "package", |
4866 | 4922 | "serviceable": true, |
|
5127 | 5183 | "path": "yarp.reverseproxy/2.0.1", |
5128 | 5184 | "hashPath": "yarp.reverseproxy.2.0.1.nupkg.sha512" |
5129 | 5185 | }, |
5130 | | - "Microsoft.Azure.WebJobs.Script/4.39.100-dev": { |
| 5186 | + "Microsoft.Azure.WebJobs.Script/4.40.100-dev": { |
5131 | 5187 | "type": "project", |
5132 | 5188 | "serviceable": false, |
5133 | 5189 | "sha512": "" |
5134 | 5190 | }, |
5135 | | - "Microsoft.Azure.WebJobs.Script.Grpc/4.39.100-dev": { |
| 5191 | + "Microsoft.Azure.WebJobs.Script.Grpc/4.40.100-dev": { |
5136 | 5192 | "type": "project", |
5137 | 5193 | "serviceable": false, |
5138 | 5194 | "sha512": "" |
5139 | 5195 | }, |
5140 | | - "Microsoft.Azure.WebJobs.Script.Reference/4.39.0.0": { |
| 5196 | + "Microsoft.Azure.WebJobs.Script.Reference/4.40.0.0": { |
5141 | 5197 | "type": "reference", |
5142 | 5198 | "serviceable": false, |
5143 | 5199 | "sha512": "" |
5144 | 5200 | }, |
5145 | | - "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.39.0.0": { |
| 5201 | + "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.40.0.0": { |
5146 | 5202 | "type": "reference", |
5147 | 5203 | "serviceable": false, |
5148 | 5204 | "sha512": "" |
|
0 commit comments