Skip to content
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

Depend on ASP.NET 2.1 packages for netstandard2.0 package #994

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

vidrenning
Copy link
Contributor

@vidrenning vidrenning commented Jan 30, 2024

SoapCore depends on Microsoft.AspNetCore.Http 2.2.0. This version is not supported anymore by Microsoft. When looking at https://www.nuget.org/packages/Microsoft.AspNetCore.Http, you can see that the newest version 2.2.2 from the 2.2 branch is from 2019, but the newest version 2.1.34 from the 2.1 branch is from 2022. The version 2.2.2 is marked as deprecated, but version 2.1.34 is not.

In this link you can see the list of supported ASP.NET Core 2.1 packages: https://dotnet.microsoft.com/en-us/platform/support/policy/aspnet/2.1-packages

Lowered referenced package versions to 2.1 for the netstandard2.0 build.

Fixes #993

Lowered referenced package versions because the 2.1 versions are
supported by Microsoft, while the 2.2 versions are not.

Fixes DigDes#993
@vidrenning vidrenning changed the title Depend on ASP.NET 2.1 packages for netstandard2.0 package (Fixes #993) Depend on ASP.NET 2.1 packages for netstandard2.0 package Jan 31, 2024
@andersjonsson
Copy link
Collaborator

Thank you!

@andersjonsson andersjonsson merged commit 0f29018 into DigDes:develop Jan 31, 2024
3 checks passed
@vidrenning
Copy link
Contributor Author

Thank you for merging the change!

@vidrenning vidrenning deleted the aspnet21 branch January 31, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

netstandard2.0 version depends on unsupported ASP.NET Core version 2.2
2 participants