We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pick up the latest Microsoft.AspNetCore.Http package.
This results in a number of transitive packages being updated to new major versions (see #1161), many of which are not marked as private in https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/runtimeassemblies.json - so extensive testing and validation will need to be done before making this update.
Microsoft.Extensions.DependencyInjection.Abstractions 2.2.0 -> 8.0.0 runtimeVersion Microsoft.Extensions.ObjectPool 2.2.0 -> 8.0.11 minorMatchOrLower Microsoft.Extensions.Options 2.2.0 -> 8.0.2 minorMatchOrLower Microsoft.Extensions.Primitives 2.2.0 -> 8.0.0 minorMatchOrLower System.ComponentModel.Annotations 4.5.0 -> 5.0.0 minorMatchOrLower System.Text.Encodings.Web 6.0.0 -> 8.0.0 minorMatchOrLower
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pick up the latest Microsoft.AspNetCore.Http package.
This results in a number of transitive packages being updated to new major versions (see #1161), many of which are not marked as private in https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/runtimeassemblies.json - so extensive testing and validation will need to be done before making this update.
The text was updated successfully, but these errors were encountered: