再次安装vs2017 后,新建项目,构建,出现下列错误。
错误 NU1202 包 Microsoft.Win32.Registry 4.0.0 与 netcoreapp2.0 (.NETCoreApp,Version=v2.0) 不兼容。 包 Microsoft.Win32.Registry 4.0.0 不支持任何目标框架。
错误 NU1202 包 System.Runtime 4.3.0 与 netcoreapp2.0 (.NETCoreApp,Version=v2.0) 不兼容。 包 System.Runtime 4.3.0 支持:
- monoandroid10 (MonoAndroid,Version=v1.0)
- monotouch10 (MonoTouch,Version=v1.0)
- net45 (.NETFramework,Version=v4.5)
- portable-net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile259)
- win8 (Windows,Version=v8.0)
- wp8 (WindowsPhone,Version=v8.0)
- wpa81 (WindowsPhoneApp,Version=v8.1)
- xamarinios10 (Xamarin.iOS,Version=v1.0)
- xamarinmac20 (Xamarin.Mac,Version=v2.0)
- xamarintvos10 (Xamarin.TVOS,Version=v1.0)
- xamarinwatchos10 (Xamarin.WatchOS,Version=v1.0)
解决方案:
在 nuget console 执行:
dotnet nuget locals all --clear