I have just updated all my nuget packages for my solution (dotnet core 1.1 project).
I am now getting the following warnings and I don't really know what they mean.
Update: I am still getting warnings mentioned above. My web projects warn about the Microsoft.NETCore.App package (see screenshot below) and my lib projects warn about NETStandard.Library (see screenshot above)
When trying to update Microsoft.NETCore.App in the NuGet package manager, I am getting the following error:
Hope someone can help me get rid of those warnings and setup everything it is meant to be, so I can update all my packages.
Thanks in advance!
Try removing:
from your project file - this is what worked for me!
If you are still left with
NU1605
Error code you can ignore it by adding the following to your project file:Try using NuGet
I was getting:
So I referenced the package directory by running (in the project folder):
See NuGet Errors - NU1605
Issue:
Solution: