Skip to content

Commit c643fb6

Browse files
authored
Update Azure.AppService.Middleware to 1.5.2 (#9394)
* Update Azure.AppService.Middleware to 1.5.2
1 parent 6ebfee4 commit c643fb6

File tree

4 files changed

+131
-61
lines changed

4 files changed

+131
-61
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
55
<add key="azure-appservice-test" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/azure-appservice-test%40Local/nuget/v3/index.json" />
66
<add key="Microsoft.Azure.Functions.PowerShellWorker" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/Microsoft.Azure.Functions.PowerShellWorker/nuget/v3/index.json" />
7+
<add key="AzureFunctions@internalrelease" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctions%40internalrelease/nuget/v3/index.json" />
78
<add key="AzureFunctions@staging" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctions%40staging/nuget/v3/index.json" />
89
<add key="AzureFunctionsRelease" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsRelease/nuget/v3/index.json" />
910
<add key="AzureFunctionsPreRelease" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsPreRelease/nuget/v3/index.json" />

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
7373
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
7474
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
75-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.1" />
75+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.2" />
7676
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
7777
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
7878
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />

src/WebJobs.Script/runtimeassemblies.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,10 @@
791791
"name": "Microsoft.IdentityModel.Tokens",
792792
"resolutionPolicy": "minorMatchOrLower"
793793
},
794+
{
795+
"name": "Microsoft.IdentityModel.Validators",
796+
"resolutionPolicy": "private"
797+
},
794798
{
795799
"name": "Microsoft.JSInterop",
796800
"resolutionPolicy": "minorMatchOrLower"

test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json

Lines changed: 125 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Microsoft.AspNet.WebApi.Client": "5.2.8",
1919
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.0",
2020
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.0",
21-
"Microsoft.Azure.AppService.Middleware.Functions": "1.5.1",
21+
"Microsoft.Azure.AppService.Middleware.Functions": "1.5.2",
2222
"Microsoft.Azure.AppService.Proxy.Client": "2.2.20220831.41",
2323
"Microsoft.Azure.Cosmos.Table": "1.0.8",
2424
"Microsoft.Azure.Functions.PythonWorker": "4.15.0",
@@ -28,11 +28,12 @@
2828
"Microsoft.Azure.WebJobs.Script": "4.24.1",
2929
"Microsoft.Azure.WebJobs.Script.Grpc": "4.24.1",
3030
"Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha",
31-
"Microsoft.IdentityModel.Tokens": "6.31.0",
31+
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.32.0",
32+
"Microsoft.IdentityModel.Tokens": "6.32.0",
3233
"Microsoft.Security.Utilities": "1.3.0",
3334
"Microsoft.SourceLink.GitHub": "1.0.0",
3435
"StyleCop.Analyzers": "1.2.0-beta.435",
35-
"System.IdentityModel.Tokens.Jwt": "6.31.0",
36+
"System.IdentityModel.Tokens.Jwt": "6.32.0",
3637
"System.Net.NameResolution": "4.3.0",
3738
"System.Private.Uri": "4.3.2",
3839
"System.Security.Cryptography.Xml": "4.7.1",
@@ -271,7 +272,7 @@
271272
"Microsoft.ApplicationInsights.PerfCounterCollector/2.21.0": {
272273
"dependencies": {
273274
"Microsoft.ApplicationInsights": "2.21.0",
274-
"Microsoft.Extensions.Caching.Memory": "2.2.0",
275+
"Microsoft.Extensions.Caching.Memory": "5.0.0",
275276
"System.Diagnostics.PerformanceCounter": "4.7.0"
276277
},
277278
"runtime": {
@@ -358,7 +359,7 @@
358359
},
359360
"Microsoft.AspNetCore.Authentication.JwtBearer/6.0.0": {
360361
"dependencies": {
361-
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0"
362+
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.32.0"
362363
},
363364
"runtime": {
364365
"lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
@@ -499,7 +500,7 @@
499500
"Microsoft.AspNetCore.Mvc.TagHelpers": "2.1.0",
500501
"Microsoft.AspNetCore.Mvc.ViewFeatures": "2.1.0",
501502
"Microsoft.AspNetCore.Razor.Design": "2.1.0",
502-
"Microsoft.Extensions.Caching.Memory": "2.2.0",
503+
"Microsoft.Extensions.Caching.Memory": "5.0.0",
503504
"Microsoft.Extensions.DependencyInjection": "6.0.0"
504505
}
505506
},
@@ -580,7 +581,7 @@
580581
"Microsoft.AspNetCore.Razor.Runtime": "2.1.0",
581582
"Microsoft.CodeAnalysis.CSharp": "3.3.1",
582583
"Microsoft.CodeAnalysis.Razor": "2.1.0",
583-
"Microsoft.Extensions.Caching.Memory": "2.2.0",
584+
"Microsoft.Extensions.Caching.Memory": "5.0.0",
584585
"Microsoft.Extensions.FileProviders.Composite": "2.1.0"
585586
}
586587
},
@@ -606,7 +607,7 @@
606607
"Microsoft.AspNetCore.Mvc.Razor": "2.1.0",
607608
"Microsoft.AspNetCore.Razor.Runtime": "2.1.0",
608609
"Microsoft.AspNetCore.Routing.Abstractions": "2.2.0",
609-
"Microsoft.Extensions.Caching.Memory": "2.2.0",
610+
"Microsoft.Extensions.Caching.Memory": "5.0.0",
610611
"Microsoft.Extensions.FileSystemGlobbing": "3.1.0",
611612
"Microsoft.Extensions.Primitives": "6.0.0"
612613
}
@@ -682,40 +683,67 @@
682683
"System.Text.Encodings.Web": "6.0.0"
683684
}
684685
},
685-
"Microsoft.Azure.AppService.Middleware.Functions/1.5.1": {
686+
"Microsoft.Azure.AppService.Middleware/1.5.2": {
687+
"dependencies": {
688+
"Microsoft.Extensions.Configuration": "6.0.0",
689+
"Microsoft.Extensions.Logging.Console": "6.0.0",
690+
"Newtonsoft.Json": "13.0.2"
691+
},
692+
"runtime": {
693+
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.dll": {
694+
"assemblyVersion": "1.5.2.0",
695+
"fileVersion": "1.5.2.0"
696+
}
697+
}
698+
},
699+
"Microsoft.Azure.AppService.Middleware.Functions/1.5.2": {
686700
"dependencies": {
687-
"Microsoft.Azure.AppService.Middleware.NetCore": "1.5.1"
701+
"Microsoft.Azure.AppService.Middleware": "1.5.2",
702+
"Microsoft.Azure.AppService.Middleware.Modules": "1.5.2",
703+
"Microsoft.Azure.AppService.Middleware.NetCore": "1.5.2"
688704
},
689705
"runtime": {
690706
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.Functions.dll": {
691-
"assemblyVersion": "1.5.1.0",
692-
"fileVersion": "1.5.1.0"
707+
"assemblyVersion": "1.5.2.0",
708+
"fileVersion": "1.5.2.0"
693709
}
694710
}
695711
},
696-
"Microsoft.Azure.AppService.Middleware.NetCore/1.5.1": {
712+
"Microsoft.Azure.AppService.Middleware.Modules/1.5.2": {
713+
"dependencies": {
714+
"Microsoft.Azure.AppService.Middleware": "1.5.2",
715+
"Microsoft.Extensions.Caching.Memory": "5.0.0",
716+
"Microsoft.Extensions.Configuration": "6.0.0",
717+
"Microsoft.Extensions.Logging": "6.0.0",
718+
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
719+
"Microsoft.IdentityModel.Validators": "6.32.0",
720+
"Newtonsoft.Json": "13.0.2",
721+
"System.IdentityModel.Tokens.Jwt": "6.32.0",
722+
"System.Security.Cryptography.X509Certificates": "4.3.1"
723+
},
724+
"runtime": {
725+
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.Modules.dll": {
726+
"assemblyVersion": "1.5.2.0",
727+
"fileVersion": "1.5.2.0"
728+
}
729+
}
730+
},
731+
"Microsoft.Azure.AppService.Middleware.NetCore/1.5.2": {
697732
"dependencies": {
698733
"Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
699-
"Microsoft.Extensions.Caching.Memory": "2.2.0",
734+
"Microsoft.Azure.AppService.Middleware": "1.5.2",
735+
"Microsoft.Azure.AppService.Middleware.Modules": "1.5.2",
736+
"Microsoft.Extensions.Caching.Memory": "5.0.0",
700737
"Microsoft.Extensions.Configuration": "6.0.0",
701738
"Microsoft.Extensions.Logging": "6.0.0",
702739
"Newtonsoft.Json": "13.0.2",
703-
"System.IdentityModel.Tokens.Jwt": "6.31.0",
704740
"System.Security.Cryptography.X509Certificates": "4.3.1",
705741
"System.Text.Encodings.Web": "6.0.0"
706742
},
707743
"runtime": {
708-
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.Modules.dll": {
709-
"assemblyVersion": "1.5.1.0",
710-
"fileVersion": "1.5.1.0"
711-
},
712744
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.NetCore.dll": {
713-
"assemblyVersion": "1.5.1.0",
714-
"fileVersion": "1.5.1.0"
715-
},
716-
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.dll": {
717-
"assemblyVersion": "1.0.0.0",
718-
"fileVersion": "1.0.0.0"
745+
"assemblyVersion": "1.5.2.0",
746+
"fileVersion": "1.5.2.0"
719747
}
720748
}
721749
},
@@ -819,7 +847,7 @@
819847
},
820848
"Microsoft.Azure.Functions.DotNetIsolatedNativeHost/1.0.0-preview805": {},
821849
"Microsoft.Azure.Functions.JavaWorker/2.12.0": {},
822-
"Microsoft.Azure.Functions.NodeJsWorker/3.7.0": {},
850+
"Microsoft.Azure.Functions.NodeJsWorker/3.8.0": {},
823851
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.2850": {},
824852
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.2803": {},
825853
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.2802": {},
@@ -950,7 +978,7 @@
950978
}
951979
}
952980
},
953-
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.36": {
981+
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.37": {
954982
"dependencies": {
955983
"Microsoft.ApplicationInsights": "2.21.0",
956984
"Microsoft.ApplicationInsights.AspNetCore": "2.21.0",
@@ -969,8 +997,8 @@
969997
},
970998
"runtime": {
971999
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Logging.ApplicationInsights.dll": {
972-
"assemblyVersion": "3.0.36.0",
973-
"fileVersion": "3.0.36.0"
1000+
"assemblyVersion": "3.0.37.0",
1001+
"fileVersion": "3.0.37.0"
9741002
}
9751003
}
9761004
},
@@ -1291,16 +1319,18 @@
12911319
}
12921320
}
12931321
},
1294-
"Microsoft.Extensions.Caching.Abstractions/2.2.0": {
1322+
"Microsoft.Extensions.Caching.Abstractions/5.0.0": {
12951323
"dependencies": {
12961324
"Microsoft.Extensions.Primitives": "6.0.0"
12971325
}
12981326
},
1299-
"Microsoft.Extensions.Caching.Memory/2.2.0": {
1327+
"Microsoft.Extensions.Caching.Memory/5.0.0": {
13001328
"dependencies": {
1301-
"Microsoft.Extensions.Caching.Abstractions": "2.2.0",
1329+
"Microsoft.Extensions.Caching.Abstractions": "5.0.0",
13021330
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
1303-
"Microsoft.Extensions.Options": "6.0.0"
1331+
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
1332+
"Microsoft.Extensions.Options": "6.0.0",
1333+
"Microsoft.Extensions.Primitives": "6.0.0"
13041334
}
13051335
},
13061336
"Microsoft.Extensions.Configuration/6.0.0": {
@@ -1569,6 +1599,20 @@
15691599
}
15701600
}
15711601
},
1602+
"Microsoft.IdentityModel.Validators/6.32.0": {
1603+
"dependencies": {
1604+
"Microsoft.IdentityModel.Protocols": "6.32.0",
1605+
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.32.0",
1606+
"Microsoft.IdentityModel.Tokens": "6.32.0",
1607+
"System.IdentityModel.Tokens.Jwt": "6.32.0"
1608+
},
1609+
"runtime": {
1610+
"lib/net6.0/Microsoft.IdentityModel.Validators.dll": {
1611+
"assemblyVersion": "6.32.0.0",
1612+
"fileVersion": "6.32.0.40712"
1613+
}
1614+
}
1615+
},
15721616
"Microsoft.Net.Http.Headers/2.2.0": {
15731617
"dependencies": {
15741618
"Microsoft.Extensions.Primitives": "6.0.0",
@@ -2950,7 +2994,7 @@
29502994
"Microsoft.Azure.AppService.Proxy.Client": "2.2.20220831.41",
29512995
"Microsoft.Azure.Functions.DotNetIsolatedNativeHost": "1.0.0-preview805",
29522996
"Microsoft.Azure.Functions.JavaWorker": "2.12.0",
2953-
"Microsoft.Azure.Functions.NodeJsWorker": "3.7.0",
2997+
"Microsoft.Azure.Functions.NodeJsWorker": "3.8.0",
29542998
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0": "4.0.2850",
29552999
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.2803",
29563000
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.2802",
@@ -2959,7 +3003,7 @@
29593003
"Microsoft.Azure.WebJobs.Extensions.Http": "3.2.0",
29603004
"Microsoft.Azure.WebJobs.Extensions.Timers.Storage": "1.0.0-beta.1",
29613005
"Microsoft.Azure.WebJobs.Host.Storage": "5.0.0-beta.2-11957",
2962-
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights": "3.0.36",
3006+
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights": "3.0.37",
29633007
"Microsoft.Azure.WebJobs.Script.Abstractions": "1.0.4-preview",
29643008
"Microsoft.CodeAnalysis.CSharp.Scripting": "3.3.1",
29653009
"Microsoft.Extensions.Azure": "1.1.1",
@@ -3496,19 +3540,33 @@
34963540
"path": "microsoft.aspnetcore.webutilities/2.2.0",
34973541
"hashPath": "microsoft.aspnetcore.webutilities.2.2.0.nupkg.sha512"
34983542
},
3499-
"Microsoft.Azure.AppService.Middleware.Functions/1.5.1": {
3543+
"Microsoft.Azure.AppService.Middleware/1.5.2": {
3544+
"type": "package",
3545+
"serviceable": true,
3546+
"sha512": "sha512-uvoX6quN8IDN7uboWLiuXLjBlgSVVasVUSIWyS+2ACjghWNt0ybixVgxITbMzNWJtcoGMX3j6PlHwxoDBjrQsQ==",
3547+
"path": "microsoft.azure.appservice.middleware/1.5.2",
3548+
"hashPath": "microsoft.azure.appservice.middleware.1.5.2.nupkg.sha512"
3549+
},
3550+
"Microsoft.Azure.AppService.Middleware.Functions/1.5.2": {
35003551
"type": "package",
35013552
"serviceable": true,
3502-
"sha512": "sha512-dTVpWfUJYaZwkMF6/amxggqO6Yllhl0Vgpybm6q0IDjSFcEMXgdBLUnaAB7/IG09utzjq8Sx9o9riohDqIoTJQ==",
3503-
"path": "microsoft.azure.appservice.middleware.functions/1.5.1",
3504-
"hashPath": "microsoft.azure.appservice.middleware.functions.1.5.1.nupkg.sha512"
3553+
"sha512": "sha512-7AApUXz9tLBxvrPIP5wkaL9ENkbUXo2gNTju6tek8URqKtHLAwydFnBQlL35ned2D0PhE7XcsAd9JIdjfexdkw==",
3554+
"path": "microsoft.azure.appservice.middleware.functions/1.5.2",
3555+
"hashPath": "microsoft.azure.appservice.middleware.functions.1.5.2.nupkg.sha512"
35053556
},
3506-
"Microsoft.Azure.AppService.Middleware.NetCore/1.5.1": {
3557+
"Microsoft.Azure.AppService.Middleware.Modules/1.5.2": {
35073558
"type": "package",
35083559
"serviceable": true,
3509-
"sha512": "sha512-eDp1nwlEdL5C9PAWnPWJDdZu9lLNfuqd98tEyKf90B/NNxiJtbUz0X7jVXVQXHvgP0QV3K1BZubDuTmxgp8MYw==",
3510-
"path": "microsoft.azure.appservice.middleware.netcore/1.5.1",
3511-
"hashPath": "microsoft.azure.appservice.middleware.netcore.1.5.1.nupkg.sha512"
3560+
"sha512": "sha512-RPEA+MP2c9llngh+bm77gF2E1iKYeZYFpzzv/N2fOETvdKc8pOst6kCuFgbor3hns5y6YtwYxjGJuK6eLlbLvw==",
3561+
"path": "microsoft.azure.appservice.middleware.modules/1.5.2",
3562+
"hashPath": "microsoft.azure.appservice.middleware.modules.1.5.2.nupkg.sha512"
3563+
},
3564+
"Microsoft.Azure.AppService.Middleware.NetCore/1.5.2": {
3565+
"type": "package",
3566+
"serviceable": true,
3567+
"sha512": "sha512-IjvBrnqPI0jzvYdtTR760Sxp+z0jPGR+CGTAPHEuiY2RWBkCeX8J1b94fD/0vMvMvKUBCoqmoXYb9wPfe7oUIg==",
3568+
"path": "microsoft.azure.appservice.middleware.netcore/1.5.2",
3569+
"hashPath": "microsoft.azure.appservice.middleware.netcore.1.5.2.nupkg.sha512"
35123570
},
35133571
"Microsoft.Azure.AppService.Proxy.Client/2.2.20220831.41": {
35143572
"type": "package",
@@ -3559,12 +3617,12 @@
35593617
"path": "microsoft.azure.functions.javaworker/2.12.0",
35603618
"hashPath": "microsoft.azure.functions.javaworker.2.12.0.nupkg.sha512"
35613619
},
3562-
"Microsoft.Azure.Functions.NodeJsWorker/3.7.0": {
3620+
"Microsoft.Azure.Functions.NodeJsWorker/3.8.0": {
35633621
"type": "package",
35643622
"serviceable": true,
3565-
"sha512": "sha512-m8gnppDWJzTIhj3yBKfAY68w+kvZzb4ITLkLpIJEh//PcFVj1/6HxsDd3JvG2y/aajCkAmmdeT/a66+JWnx4Gg==",
3566-
"path": "microsoft.azure.functions.nodejsworker/3.7.0",
3567-
"hashPath": "microsoft.azure.functions.nodejsworker.3.7.0.nupkg.sha512"
3623+
"sha512": "sha512-wG1P9BbSGTH9i5DjCYvpkS00vO+AXeHMmjP7yeHxr98yrKjWCO+hCok9VfPHf0tP3LM7p7Na7bc0v/naB6n2Mw==",
3624+
"path": "microsoft.azure.functions.nodejsworker/3.8.0",
3625+
"hashPath": "microsoft.azure.functions.nodejsworker.3.8.0.nupkg.sha512"
35683626
},
35693627
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.2850": {
35703628
"type": "package",
@@ -3625,7 +3683,7 @@
36253683
"Microsoft.Azure.WebJobs.Core/3.0.37": {
36263684
"type": "package",
36273685
"serviceable": true,
3628-
"sha512": "sha512-nKlnoQyKmC5HsUIWLXu3a9VYhLKAAriZQ8v3PLldWKjV1vIQMiHKGK68FbLjRtvZsxCnIYS44gLlQjuOua//dg==",
3686+
"sha512": "sha512-hTQ/Y+X3I8Dr0bz2qh3Dpwz2l+Cz7CtoCxeIcBjK6EEGFV2LyRFbcWW1bhLbtS9O6yAxQ7Tt/RIsV6hT7vxm4Q==",
36293687
"path": "microsoft.azure.webjobs.core/3.0.37",
36303688
"hashPath": "microsoft.azure.webjobs.core.3.0.37.nupkg.sha512"
36313689
},
@@ -3657,12 +3715,12 @@
36573715
"path": "microsoft.azure.webjobs.host.storage/5.0.0-beta.2-11957",
36583716
"hashPath": "microsoft.azure.webjobs.host.storage.5.0.0-beta.2-11957.nupkg.sha512"
36593717
},
3660-
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.36": {
3718+
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.37": {
36613719
"type": "package",
36623720
"serviceable": true,
3663-
"sha512": "sha512-jVW2/6yKfQj1b3vF5tIW9aJT1CkNWjK5GOzA/lbyhKA2IjhWvzPTZGemZfwm2t8zqLfkzeCLgpEgVrAA3Q2oqA==",
3664-
"path": "microsoft.azure.webjobs.logging.applicationinsights/3.0.36",
3665-
"hashPath": "microsoft.azure.webjobs.logging.applicationinsights.3.0.36.nupkg.sha512"
3721+
"sha512": "sha512-pVpSbiV3dzQZWyM135W5CU3LY1+2GiFFVCmwh9QwkcwkjMJq5wOmyWD3igmd+Pjpz3QAYvVj0x7S70QPVnKzSA==",
3722+
"path": "microsoft.azure.webjobs.logging.applicationinsights/3.0.37",
3723+
"hashPath": "microsoft.azure.webjobs.logging.applicationinsights.3.0.37.nupkg.sha512"
36663724
},
36673725
"Microsoft.Azure.WebJobs.Rpc.Core/3.0.37": {
36683726
"type": "package",
@@ -3762,19 +3820,19 @@
37623820
"path": "microsoft.extensions.azure/1.1.1",
37633821
"hashPath": "microsoft.extensions.azure.1.1.1.nupkg.sha512"
37643822
},
3765-
"Microsoft.Extensions.Caching.Abstractions/2.2.0": {
3823+
"Microsoft.Extensions.Caching.Abstractions/5.0.0": {
37663824
"type": "package",
37673825
"serviceable": true,
3768-
"sha512": "sha512-spsJkYo8gGJapaxTSQFN/wqA+ghpJMLwB4ZyTB+fSdpd7AmMFP/YSpIcGmczcw4KggpxLGhLk7lCkSIlgvHaqQ==",
3769-
"path": "microsoft.extensions.caching.abstractions/2.2.0",
3770-
"hashPath": "microsoft.extensions.caching.abstractions.2.2.0.nupkg.sha512"
3826+
"sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
3827+
"path": "microsoft.extensions.caching.abstractions/5.0.0",
3828+
"hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512"
37713829
},
3772-
"Microsoft.Extensions.Caching.Memory/2.2.0": {
3830+
"Microsoft.Extensions.Caching.Memory/5.0.0": {
37733831
"type": "package",
37743832
"serviceable": true,
3775-
"sha512": "sha512-yFs44RzB2Pzfoj4uk+mEz3MTTQKyeWb8gDhv5GyVPfHnLv0eQhGwzbw/5WpxAcVyOgG/H3/0ULY6g0/7/B+r7w==",
3776-
"path": "microsoft.extensions.caching.memory/2.2.0",
3777-
"hashPath": "microsoft.extensions.caching.memory.2.2.0.nupkg.sha512"
3833+
"sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
3834+
"path": "microsoft.extensions.caching.memory/5.0.0",
3835+
"hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512"
37783836
},
37793837
"Microsoft.Extensions.Configuration/6.0.0": {
37803838
"type": "package",
@@ -4028,6 +4086,13 @@
40284086
"path": "microsoft.identitymodel.tokens/6.32.0",
40294087
"hashPath": "microsoft.identitymodel.tokens.6.32.0.nupkg.sha512"
40304088
},
4089+
"Microsoft.IdentityModel.Validators/6.32.0": {
4090+
"type": "package",
4091+
"serviceable": true,
4092+
"sha512": "sha512-MSKEMxjgeUZbuUQfT0+V3pS3sInBHe/X6mGTQVE7YYd4R0OkCSjRQ2FBIWPfmw1Fng859gkH16QtoCYCuwyXow==",
4093+
"path": "microsoft.identitymodel.validators/6.32.0",
4094+
"hashPath": "microsoft.identitymodel.validators.6.32.0.nupkg.sha512"
4095+
},
40314096
"Microsoft.Net.Http.Headers/2.2.0": {
40324097
"type": "package",
40334098
"serviceable": true,

0 commit comments

Comments
 (0)