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.
I was able to fix some error like that adding NoWarn in cproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <NoWarn>$(NoWarn);NU1605</NoWarn> </PropertyGroup> ... </Project>
You may want to add it only temporarily during multiple package upgrade and remove it later.