You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use SoapCore in an ASP.NET Core 2.1 project that runs under .NET Framework 4.7.2. ASP.NET Core 2.1 is still supported by Microsoft, specifically for scenarios where ASP.NET Core must be run under .NET Framework. Source: https://dotnet.microsoft.com/en-us/platform/support/policy/aspnet
However the issue is that 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.
Is it possible for SoapCore to depend on the supported ASP.NET Core 2.1 packages instead of the deprecated 2.2 packages? The 2.1 packages most likely contain fixes for security issues, so it would be better to use these packages.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to use SoapCore in an ASP.NET Core 2.1 project that runs under .NET Framework 4.7.2. ASP.NET Core 2.1 is still supported by Microsoft, specifically for scenarios where ASP.NET Core must be run under .NET Framework. Source: https://dotnet.microsoft.com/en-us/platform/support/policy/aspnet
However the issue is that 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
Is it possible for SoapCore to depend on the supported ASP.NET Core 2.1 packages instead of the deprecated 2.2 packages? The 2.1 packages most likely contain fixes for security issues, so it would be better to use these packages.
The text was updated successfully, but these errors were encountered: