How to create private NuGet server application using target framework .Net core 2.2 ?

  • Thread starter Thread starter Arun Balakrishnan (Azure)
  • Start date Start date
A

Arun Balakrishnan (Azure)

Guest
Hi,

I am trying to create a private NuGet server application using .Net Core 2.2 framework.But i am getting below error when i install NuGet.Server(3.2.1) in my application. Any help would be appreciated.

Error Description :

Severity Code Description Project File Line Suppression State
Warning NU1701 Package 'NuGet.Server 3.2.1' 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. TestNuGetServer D:\TestNuGetServer\TestNuGetServer\TestNuGetServer.csproj 1


Thanks in advance

Continue reading...
 
Back
Top