I am experiencing the following NU1605 dependency errors in my netcoreapp2.0 console application:
NU1605 Detected package downgrade: System.Dia
Just had the same issue (NU1605) with .Net core 3.1
and log4Net
:
error NU1605: Detected package downgrade: System.Net.NameResolution from 4.3.0 to 4.0.0.
What I did is adding a Nuget reference to System.Net.NameResolution
and install version 4.3.0, then I closed Visual Studio and re-opened the Solution.