Prasanth

Prasanth

  • 1.5k
  • 181
  • 270

.Net Core - Owin Packages

Feb 21 2024 9:11 AM

Team,

  we have an existing .Net application which is using owin. now we are upgrading to .Net core. But i am getting messages like 
  
  
Severity    Code    Description    Project    File    Line    Suppression State
Warning    NU1701    Package 'Microsoft.Owin 4.2.2' was restored using '.NETFramework,Version=v4.6.1, 
.NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, 
.NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' 

instead of the project target framework 'net6.0'. 

This package may not be fully compatible with your project.TokenAuthenticationWEBAPI TokenAuthenticationWEBAPI.csproj    1    

 

Could you please confirm the alternative package for .Net core for the below packages

Microsoft.Owin.Host.SystemWeb
Microsoft.Owin.Security.OAuth
Microsoft.Owin.Cors

Thanks.


Answers (2)