-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v3.x]Update Middleware package #10492
Conversation
@fabiocav - need help with this PR - from failure logs - https://azfunc.visualstudio.com/public/_build/results?buildId=182319&view=logs&j=d3097984-58ae-595d-5abd-14a5c1707c21&t=9f63de88-fd7b-5bde-e456-e2fce12f3a74 Package is not found? does v3.x branch need an update to the app services nuget feed?
[Update - error was misleading. Updated pkg references in test project] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is introducing the following dependency changes:
Changed:
- Microsoft.Extensions.Configuration.Abstractions.dll: 3.1.9.0/3.100.920.47302 -> 5.0.0.0/5.0.20.51904
- Microsoft.Extensions.Configuration.dll: 3.1.9.0/3.100.920.47302 -> 5.0.0.0/5.0.20.51904
- Microsoft.Extensions.DependencyInjection.Abstractions.dll: 3.1.9.0/3.100.920.47302 -> 5.0.0.0/5.0.20.51904
- Microsoft.Extensions.DependencyInjection.dll: 3.1.9.0/3.100.920.47302 -> 5.0.0.0/5.0.20.51904
- Microsoft.Extensions.Logging.Abstractions.dll: 3.1.9.0/3.100.920.47302 -> 5.0.0.0/5.0.20.51904
- Microsoft.Extensions.Logging.dll: 3.1.9.0/3.100.920.47302 -> 5.0.0.0/5.0.20.51904
- Microsoft.Extensions.Options.dll: 3.1.9.0/3.100.920.47302 -> 5.0.0.0/5.0.20.51904
- Microsoft.Extensions.Primitives.dll: 3.1.9.0/3.100.920.47302 -> 5.0.0.0/5.0.20.51904
- Microsoft.IdentityModel.JsonWebTokens.dll: 5.5.0.0/5.5.0.60624 -> 6.32.0.0/6.32.0.40712
- Microsoft.IdentityModel.Logging.dll: 5.5.0.0/5.5.0.60624 -> 6.32.0.0/6.32.0.40712
- Microsoft.IdentityModel.Protocols.dll: 5.5.0.0/5.5.0.60624 -> 6.32.0.0/6.32.0.40712
- Microsoft.IdentityModel.Protocols.OpenIdConnect.dll: 5.5.0.0/5.5.0.60624 -> 6.32.0.0/6.32.0.40712
- Microsoft.IdentityModel.Tokens.dll: 5.5.0.0/5.5.0.60624 -> 6.32.0.0/6.32.0.40712
- Newtonsoft.Json.dll: 12.0.0.0/12.0.3.23909 -> 13.0.0.0/13.0.1.25517
- System.IdentityModel.Tokens.Jwt.dll: 5.5.0.0/5.5.0.60624 -> 6.32.0.0/6.32.0.40712
Removed:
- Microsoft.Extensions.Configuration.Binder.dll: 3.1.9.0/3.100.920.47302
Added:
- Microsoft.Extensions.Caching.Abstractions.dll: 5.0.0.0/5.0.20.51904
- Microsoft.Extensions.Caching.Memory.dll: 5.0.0.0/5.0.20.51904
- Microsoft.IdentityModel.Abstractions.dll: 6.32.0.0/6.32.0.40712
- Microsoft.IdentityModel.Validators.dll: 6.32.0.0/6.32.0.40712
- System.Text.Json.dll: 4.0.1.2/4.700.20.21406
Some of those are across major versions, so we can't safely bring them.
@@ -8,6 +8,7 @@ | |||
<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" /> | |||
<add key="AzureFunctionsRelease" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsRelease/nuget/v3/index.json" /> | |||
<add key="AzureFunctionsPreRelease" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsPreRelease/nuget/v3/index.json" /> | |||
<add key="AzureFunctions@internalrelease" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctions%40internalrelease/nuget/v3/index.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: formatting.
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
Issue describing the changes in this PR
Back port #10490
Pull request checklist
IMPORTANT: Currently, changes must be backported to the
in-proc
branch to be included in Core Tools and non-Flex deployments.in-proc
branch is not requiredrelease_notes.md
Additional information
Additional PR information