|
6 | 6 | "compilationOptions": {},
|
7 | 7 | "targets": {
|
8 | 8 | ".NETCoreApp,Version=v8.0": {
|
9 |
| - "Microsoft.Azure.WebJobs.Script.WebHost/4.1033.6": { |
| 9 | + "Microsoft.Azure.WebJobs.Script.WebHost/4.1035.1": { |
10 | 10 | "dependencies": {
|
11 | 11 | "Azure.Data.Tables": "12.8.3",
|
12 | 12 | "Azure.Identity": "1.11.4",
|
13 |
| - "Azure.Security.KeyVault.Secrets": "4.2.0", |
| 13 | + "Azure.Security.KeyVault.Secrets": "4.6.0", |
14 | 14 | "Microsoft.ApplicationInsights": "2.22.0",
|
15 | 15 | "Microsoft.ApplicationInsights.AspNetCore": "2.22.0",
|
16 | 16 | "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0",
|
|
26 | 26 | "Microsoft.Azure.Storage.File": "11.1.7",
|
27 | 27 | "Microsoft.Azure.WebJobs": "3.0.41",
|
28 | 28 | "Microsoft.Azure.WebJobs.Host.Storage": "5.0.1",
|
29 |
| - "Microsoft.Azure.WebJobs.Script": "4.1033.6", |
30 |
| - "Microsoft.Azure.WebJobs.Script.Grpc": "4.1033.6", |
| 29 | + "Microsoft.Azure.WebJobs.Script": "4.1035.1", |
| 30 | + "Microsoft.Azure.WebJobs.Script.Grpc": "4.1035.1", |
31 | 31 | "Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha",
|
32 | 32 | "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
|
33 | 33 | "Microsoft.IdentityModel.Tokens": "6.35.0",
|
|
38 | 38 | "System.IdentityModel.Tokens.Jwt": "6.35.0",
|
39 | 39 | "System.Net.NameResolution": "4.3.0",
|
40 | 40 | "System.Private.Uri": "4.3.2",
|
41 |
| - "System.Security.Cryptography.Xml": "4.7.1", |
42 |
| - "System.Text.RegularExpressions": "4.3.1", |
43 |
| - "Microsoft.Azure.WebJobs.Script.Reference": "4.1033.0.0", |
44 |
| - "Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.1033.0.0" |
| 41 | + "Microsoft.Azure.WebJobs.Script.Reference": "4.1035.0.0", |
| 42 | + "Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.1035.0.0" |
45 | 43 | },
|
46 | 44 | "runtime": {
|
47 | 45 | "Microsoft.Azure.WebJobs.Script.WebHost.dll": {}
|
|
147 | 145 | }
|
148 | 146 | }
|
149 | 147 | },
|
150 |
| - "Azure.Security.KeyVault.Secrets/4.2.0": { |
| 148 | + "Azure.Security.KeyVault.Secrets/4.6.0": { |
151 | 149 | "dependencies": {
|
152 | 150 | "Azure.Core": "1.38.0",
|
153 | 151 | "System.Memory": "4.5.4",
|
|
156 | 154 | },
|
157 | 155 | "runtime": {
|
158 | 156 | "lib/netstandard2.0/Azure.Security.KeyVault.Secrets.dll": {
|
159 |
| - "assemblyVersion": "4.2.0.0", |
160 |
| - "fileVersion": "4.200.21.31503" |
| 157 | + "assemblyVersion": "4.6.0.0", |
| 158 | + "fileVersion": "4.600.24.11403" |
161 | 159 | }
|
162 | 160 | }
|
163 | 161 | },
|
|
1083 | 1081 | "runtime": {
|
1084 | 1082 | "lib/netstandard2.0/Microsoft.Azure.WebJobs.Script.Abstractions.dll": {
|
1085 | 1083 | "assemblyVersion": "1.0.0.0",
|
1086 |
| - "fileVersion": "1.0.21220.0" |
| 1084 | + "fileVersion": "1.0.19706.0" |
1087 | 1085 | }
|
1088 | 1086 | }
|
1089 | 1087 | },
|
|
2330 | 2328 | "System.Threading": "4.3.0"
|
2331 | 2329 | }
|
2332 | 2330 | },
|
2333 |
| - "System.Formats.Asn1/5.0.0": {}, |
| 2331 | + "System.Formats.Asn1/6.0.1": {}, |
2334 | 2332 | "System.Globalization/4.3.0": {
|
2335 | 2333 | "dependencies": {
|
2336 | 2334 | "Microsoft.NETCore.Platforms": "2.1.2",
|
|
2831 | 2829 | },
|
2832 | 2830 | "System.Security.Cryptography.Cng/5.0.0": {
|
2833 | 2831 | "dependencies": {
|
2834 |
| - "System.Formats.Asn1": "5.0.0" |
| 2832 | + "System.Formats.Asn1": "6.0.1" |
2835 | 2833 | }
|
2836 | 2834 | },
|
2837 | 2835 | "System.Security.Cryptography.Csp/4.3.0": {
|
|
2886 | 2884 | },
|
2887 | 2885 | "System.Security.Cryptography.Pkcs/5.0.0": {
|
2888 | 2886 | "dependencies": {
|
2889 |
| - "System.Formats.Asn1": "5.0.0", |
| 2887 | + "System.Formats.Asn1": "6.0.1", |
2890 | 2888 | "System.Security.Cryptography.Cng": "5.0.0"
|
2891 | 2889 | }
|
2892 | 2890 | },
|
|
3139 | 3137 | }
|
3140 | 3138 | }
|
3141 | 3139 | },
|
3142 |
| - "Microsoft.Azure.WebJobs.Script/4.1033.6": { |
| 3140 | + "Microsoft.Azure.WebJobs.Script/4.1035.1": { |
3143 | 3141 | "dependencies": {
|
3144 | 3142 | "Azure.Core": "1.38.0",
|
3145 | 3143 | "Azure.Identity": "1.11.4",
|
|
3178 | 3176 | "OpenTelemetry.Instrumentation.Http": "1.8.1",
|
3179 | 3177 | "System.Diagnostics.DiagnosticSource": "8.0.0",
|
3180 | 3178 | "System.Drawing.Common": "8.0.0",
|
| 3179 | + "System.Formats.Asn1": "6.0.1", |
3181 | 3180 | "System.IO.Abstractions": "2.1.0.227",
|
| 3181 | + "System.Net.Http": "4.3.4", |
3182 | 3182 | "System.Reactive.Core": "5.0.0",
|
3183 | 3183 | "System.Reactive.Linq": "5.0.0",
|
3184 | 3184 | "System.Runtime.Loader": "4.3.0",
|
3185 |
| - "System.Text.Json": "8.0.4" |
| 3185 | + "System.Security.Cryptography.Xml": "4.7.1", |
| 3186 | + "System.Text.Json": "8.0.4", |
| 3187 | + "System.Text.RegularExpressions": "4.3.1" |
3186 | 3188 | },
|
3187 | 3189 | "runtime": {
|
3188 | 3190 | "Microsoft.Azure.WebJobs.Script.dll": {
|
3189 |
| - "assemblyVersion": "4.1033.6", |
| 3191 | + "assemblyVersion": "4.1035.1", |
3190 | 3192 | "fileVersion": ""
|
3191 | 3193 | }
|
3192 | 3194 | }
|
3193 | 3195 | },
|
3194 |
| - "Microsoft.Azure.WebJobs.Script.Grpc/4.1033.6": { |
| 3196 | + "Microsoft.Azure.WebJobs.Script.Grpc/4.1035.1": { |
3195 | 3197 | "dependencies": {
|
3196 | 3198 | "Grpc.AspNetCore": "2.55.0",
|
3197 | 3199 | "Microsoft.ApplicationInsights": "2.22.0",
|
|
3200 | 3202 | "Microsoft.ApplicationInsights.WindowsServer": "2.22.0",
|
3201 | 3203 | "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0",
|
3202 | 3204 | "Microsoft.Azure.WebJobs.Rpc.Core": "3.0.37",
|
3203 |
| - "Microsoft.Azure.WebJobs.Script": "4.1033.6", |
| 3205 | + "Microsoft.Azure.WebJobs.Script": "4.1035.1", |
3204 | 3206 | "System.IO.FileSystem.Primitives": "4.3.0",
|
3205 | 3207 | "System.Threading.Channels": "8.0.0",
|
3206 | 3208 | "Yarp.ReverseProxy": "2.0.1"
|
3207 | 3209 | },
|
3208 | 3210 | "runtime": {
|
3209 | 3211 | "Microsoft.Azure.WebJobs.Script.Grpc.dll": {
|
3210 |
| - "assemblyVersion": "4.1033.6", |
| 3212 | + "assemblyVersion": "4.1035.1", |
3211 | 3213 | "fileVersion": ""
|
3212 | 3214 | }
|
3213 | 3215 | }
|
3214 | 3216 | },
|
3215 |
| - "Microsoft.Azure.WebJobs.Script.Reference/4.1033.0.0": { |
| 3217 | + "Microsoft.Azure.WebJobs.Script.Reference/4.1035.0.0": { |
3216 | 3218 | "runtime": {
|
3217 | 3219 | "Microsoft.Azure.WebJobs.Script.dll": {
|
3218 |
| - "assemblyVersion": "4.1033.0.0", |
3219 |
| - "fileVersion": "4.1033.6.0" |
| 3220 | + "assemblyVersion": "4.1035.0.0", |
| 3221 | + "fileVersion": "4.1035.1.0" |
3220 | 3222 | }
|
3221 | 3223 | }
|
3222 | 3224 | },
|
3223 |
| - "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1033.0.0": { |
| 3225 | + "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1035.0.0": { |
3224 | 3226 | "runtime": {
|
3225 | 3227 | "Microsoft.Azure.WebJobs.Script.Grpc.dll": {
|
3226 |
| - "assemblyVersion": "4.1033.0.0", |
3227 |
| - "fileVersion": "4.1033.6.0" |
| 3228 | + "assemblyVersion": "4.1035.0.0", |
| 3229 | + "fileVersion": "4.1035.1.0" |
3228 | 3230 | }
|
3229 | 3231 | }
|
3230 | 3232 | }
|
3231 | 3233 | }
|
3232 | 3234 | },
|
3233 | 3235 | "libraries": {
|
3234 |
| - "Microsoft.Azure.WebJobs.Script.WebHost/4.1033.6": { |
| 3236 | + "Microsoft.Azure.WebJobs.Script.WebHost/4.1035.1": { |
3235 | 3237 | "type": "project",
|
3236 | 3238 | "serviceable": false,
|
3237 | 3239 | "sha512": ""
|
|
3285 | 3287 | "path": "azure.monitor.opentelemetry.livemetrics/1.0.0-beta.3",
|
3286 | 3288 | "hashPath": "azure.monitor.opentelemetry.livemetrics.1.0.0-beta.3.nupkg.sha512"
|
3287 | 3289 | },
|
3288 |
| - "Azure.Security.KeyVault.Secrets/4.2.0": { |
| 3290 | + "Azure.Security.KeyVault.Secrets/4.6.0": { |
3289 | 3291 | "type": "package",
|
3290 | 3292 | "serviceable": true,
|
3291 |
| - "sha512": "sha512-ujVMKVzEtVNQom5A0iEXSDovNGoSidV0RO5QlOBFfcIZlXwFnBmO5OhOfS4D/F1gbMNCCFS3re39qd/Bgh6+QQ==", |
3292 |
| - "path": "azure.security.keyvault.secrets/4.2.0", |
3293 |
| - "hashPath": "azure.security.keyvault.secrets.4.2.0.nupkg.sha512" |
| 3293 | + "sha512": "sha512-vwPceoznuT6glvirZcXlaCQrh1uzTSxpZUi2hRFNumHiS3hVyqIXI5fgWiLtlBzwqPJMTr0flUoSvGKjXXQlfg==", |
| 3294 | + "path": "azure.security.keyvault.secrets/4.6.0", |
| 3295 | + "hashPath": "azure.security.keyvault.secrets.4.6.0.nupkg.sha512" |
3294 | 3296 | },
|
3295 | 3297 | "Azure.Storage.Blobs/12.19.1": {
|
3296 | 3298 | "type": "package",
|
|
3883 | 3885 | "Microsoft.Azure.WebJobs/3.0.41": {
|
3884 | 3886 | "type": "package",
|
3885 | 3887 | "serviceable": true,
|
3886 |
| - "sha512": "sha512-nprqeSOAkhFrpIW1KVkXQb6BZCbnS8d1ytq0nUzIYnpkmbvmfkcQlJE9zp3Dbo26Q/0h0JdPSQ3BaVVBNPOUZg==", |
| 3888 | + "sha512": "sha512-EOigHt+kjrpbg53s8SYn4dlTpZG9IgWPNrdmcdSG8c7U8qKZvcF4BwZtF7ETy3KGir2NtIpJaIc7dUm2+k9/GA==", |
3887 | 3889 | "path": "microsoft.azure.webjobs/3.0.41",
|
3888 | 3890 | "hashPath": "microsoft.azure.webjobs.3.0.41.nupkg.sha512"
|
3889 | 3891 | },
|
|
3918 | 3920 | "Microsoft.Azure.WebJobs.Host.Storage/5.0.1": {
|
3919 | 3921 | "type": "package",
|
3920 | 3922 | "serviceable": true,
|
3921 |
| - "sha512": "sha512-eO/sX41oaGkDiXHpT7y/F1F5Wvzm7e1QqFmd4GGMJOMdLOHGvwOvZR82AfR7rjvpqQZWyKjRHqxAVcntq+ZYwQ==", |
| 3923 | + "sha512": "sha512-5fF88jDYdxUs4EdYZw3MqK7ghG4mZ5MsCt8MhKk38CiTK90VmoWtXbBYURohil+WJ8vB/i0UwQGg64y6TdvliA==", |
3922 | 3924 | "path": "microsoft.azure.webjobs.host.storage/5.0.1",
|
3923 | 3925 | "hashPath": "microsoft.azure.webjobs.host.storage.5.0.1.nupkg.sha512"
|
3924 | 3926 | },
|
|
3939 | 3941 | "Microsoft.Azure.WebJobs.Script.Abstractions/1.0.4-preview": {
|
3940 | 3942 | "type": "package",
|
3941 | 3943 | "serviceable": true,
|
3942 |
| - "sha512": "sha512-+f2iWeAdES4X4HtvgWoIHPXfTxXeX7UlQDbWMkSuxWdt1vHVJf164IEUZxG7Gtfh42ircV9jy7F1zPhuaWNamQ==", |
| 3944 | + "sha512": "sha512-mvgXnFKwh4/Gw8BXc99ZJd2iQ8DQJTCotvY9PZ9Y2UHa4KiOsYaEW4kuZ5RFBD9KqGO2vXG56w3wMFVyxmaA2g==", |
3943 | 3945 | "path": "microsoft.azure.webjobs.script.abstractions/1.0.4-preview",
|
3944 | 3946 | "hashPath": "microsoft.azure.webjobs.script.abstractions.1.0.4-preview.nupkg.sha512"
|
3945 | 3947 | },
|
|
4797 | 4799 | "path": "system.dynamic.runtime/4.0.11",
|
4798 | 4800 | "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
|
4799 | 4801 | },
|
4800 |
| - "System.Formats.Asn1/5.0.0": { |
| 4802 | + "System.Formats.Asn1/6.0.1": { |
4801 | 4803 | "type": "package",
|
4802 | 4804 | "serviceable": true,
|
4803 |
| - "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", |
4804 |
| - "path": "system.formats.asn1/5.0.0", |
4805 |
| - "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512" |
| 4805 | + "sha512": "sha512-glgtKqWJpH9GDw0m9I5xFiF6WDIQqi/eZXU6MkMRPzAWEERGGAJh+qztkrlWSDbokQ1jalj5NcBNIvVoSDpSSA==", |
| 4806 | + "path": "system.formats.asn1/6.0.1", |
| 4807 | + "hashPath": "system.formats.asn1.6.0.1.nupkg.sha512" |
4806 | 4808 | },
|
4807 | 4809 | "System.Globalization/4.3.0": {
|
4808 | 4810 | "type": "package",
|
|
5378 | 5380 | "path": "yarp.reverseproxy/2.0.1",
|
5379 | 5381 | "hashPath": "yarp.reverseproxy.2.0.1.nupkg.sha512"
|
5380 | 5382 | },
|
5381 |
| - "Microsoft.Azure.WebJobs.Script/4.1033.6": { |
| 5383 | + "Microsoft.Azure.WebJobs.Script/4.1035.1": { |
5382 | 5384 | "type": "project",
|
5383 | 5385 | "serviceable": false,
|
5384 | 5386 | "sha512": ""
|
5385 | 5387 | },
|
5386 |
| - "Microsoft.Azure.WebJobs.Script.Grpc/4.1033.6": { |
| 5388 | + "Microsoft.Azure.WebJobs.Script.Grpc/4.1035.1": { |
5387 | 5389 | "type": "project",
|
5388 | 5390 | "serviceable": false,
|
5389 | 5391 | "sha512": ""
|
5390 | 5392 | },
|
5391 |
| - "Microsoft.Azure.WebJobs.Script.Reference/4.1033.0.0": { |
| 5393 | + "Microsoft.Azure.WebJobs.Script.Reference/4.1035.0.0": { |
5392 | 5394 | "type": "reference",
|
5393 | 5395 | "serviceable": false,
|
5394 | 5396 | "sha512": ""
|
5395 | 5397 | },
|
5396 |
| - "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1033.0.0": { |
| 5398 | + "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1035.0.0": { |
5397 | 5399 | "type": "reference",
|
5398 | 5400 | "serviceable": false,
|
5399 | 5401 | "sha512": ""
|
|
0 commit comments