I am hoping this pilot error, but I have tried creating two new solutions and hit the same problem
I add the nuget EventCtore.ClientAPI.NetCore to my project and get the following error:
error: Package System.Data.Common 4.1.0 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package System.Data.Common 4.1.0 supports:
error: - monoandroid10 (MonoAndroid,Version=v1.0)
error: - monotouch10 (MonoTouch,Version=v1.0)
error: - netstandard1.2 (.NETStandard,Version=v1.2)
error: - portable-net451+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=net451+win8+wp8+wpa81)
error: - xamarinios10 (Xamarin.iOS,Version=v1.0)
error: - xamarinmac20 (Xamarin.Mac,Version=v2.0)
error: - xamarintvos10 (Xamarin.TVOS,Version=v1.0)
error: - xamarinwatchos10 (Xamarin.WatchOS,Version=v1.0)
error: Package System.Xml.XmlSerializer 4.0.11 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package System.Xml.XmlSerializer 4.0.11 supports:
error: - monoandroid10 (MonoAndroid,Version=v1.0)
error: - monotouch10 (MonoTouch,Version=v1.0)
error: - net45 (.NETFramework,Version=v4.5)
error: - netcore50 (.NETCore,Version=v5.0)
error: - netstandard1.0 (.NETStandard,Version=v1.0)
error: - netstandard1.3 (.NETStandard,Version=v1.3)
error: - portable-net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile259)
error: - win8 (Windows,Version=v8.0)
error: - wp8 (WindowsPhone,Version=v8.0)
error: - wpa81 (WindowsPhoneApp,Version=v8.1)
error: - xamarinios10 (Xamarin.iOS,Version=v1.0)
error: - xamarinmac20 (Xamarin.Mac,Version=v2.0)
error: - xamarintvos10 (Xamarin.TVOS,Version=v1.0)
error: - xamarinwatchos10 (Xamarin.WatchOS,Version=v1.0)
error: One or more packages are incompatible with .NETCoreApp,Version=v1.0.
log : Writing lock file to disk. Path: c:\users\steven_blair\documents\visual studio 2015\Projects\ConsoleApp2\src\ConsoleApp2\project.lock.json
log : c:\users\steven_blair\documents\visual studio 2015\Projects\ConsoleApp2\src\ConsoleApp2\ConsoleApp2.xproj
log : Restore failed in 712ms.
Errors in c:\users\steven_blair\documents\visual studio 2015\Projects\ConsoleApp2\src\ConsoleApp2\ConsoleApp2.xproj
Package System.Data.Common 4.1.0 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package System.Data.Common 4.1.0 supports:
-
monoandroid10 (MonoAndroid,Version=v1.0)
-
monotouch10 (MonoTouch,Version=v1.0)
-
netstandard1.2 (.NETStandard,Version=v1.2)
-
portable-net451+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=net451+win8+wp8+wpa81)
-
xamarinios10 (Xamarin.iOS,Version=v1.0)
-
xamarinmac20 (Xamarin.Mac,Version=v2.0)
-
xamarintvos10 (Xamarin.TVOS,Version=v1.0)
-
xamarinwatchos10 (Xamarin.WatchOS,Version=v1.0)
Package System.Xml.XmlSerializer 4.0.11 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package System.Xml.XmlSerializer 4.0.11 supports:
-
monoandroid10 (MonoAndroid,Version=v1.0)
-
monotouch10 (MonoTouch,Version=v1.0)
-
net45 (.NETFramework,Version=v4.5)
-
netcore50 (.NETCore,Version=v5.0)
-
netstandard1.0 (.NETStandard,Version=v1.0)
-
netstandard1.3 (.NETStandard,Version=v1.3)
-
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)
One or more packages are incompatible with .NETCoreApp,Version=v1.0.
Anyone else had this?
The nuget date hasn’t changed, and I have used it before without this problem.
tried from an ASP.NET Project, console application. and a class library (also tried netcoreapp 1.1)