I am getting the following warning in my .net core 2.2 application.
Warning NU1701 Package 'Microsoft.AspNet.WebApi.Core 5.2.7' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.2'. This package may not be fully compatible with your project.
Is there any alternative for this package?
Microsoft.AspNet.WebApi.Core
end up in an ASP.NET Core project anyway? – Panagiotis Kanavos