-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hey,
I'm trying to install the NuGet package 1.0.0-rc2-001 into a .NET Standard 1.5 class library, but it is failing.
Restoring packages for xxx...
GET https://www.nuget.org/api/v2/FindPackagesById()?id='System.ComponentModel.EventBasedAsync'
OK https://www.nuget.org/api/v2/FindPackagesById()?id='System.ComponentModel.EventBasedAsync' 206ms
GET https://www.nuget.org/api/v2/package/System.ComponentModel.EventBasedAsync/4.0.11-beta-23516
OK https://www.nuget.org/api/v2/package/System.ComponentModel.EventBasedAsync/4.0.11-beta-23516 985ms
Installing System.Runtime.Handles 4.0.1-rc2-24027.
Installing System.Threading 4.0.11-rc2-24027.
Installing System.Runtime.Extensions 4.1.0-rc2-24027.
Installing System.Reflection.TypeExtensions 4.1.0-rc2-24027.
Installing System.Reflection.Emit.Lightweight 4.0.1-rc2-24027.
Installing System.Reflection.Emit.ILGeneration 4.0.1-rc2-24027.
Installing System.Reflection.Emit 4.0.1-rc2-24027.
Installing System.Diagnostics.Debug 4.0.11-rc2-24027.
Installing System.ComponentModel.EventBasedAsync 4.0.11-beta-23516.
Installing System.Threading.ThreadPool 4.0.10-rc2-24027.
Installing System.Linq.Expressions 4.0.11-rc2-24027.
Installing System.Threading.Thread 4.0.0-rc2-24027.
Package System.ComponentModel.EventBasedAsync 4.0.11-beta-23516 is not compatible with netstandard1.5 (.NETStandard,Version=v1.5). Package System.ComponentModel.EventBasedAsync 4.0.11-beta-23516 supports:
- dotnet5.1 (.NETPlatform,Version=v5.1)
- dotnet5.4 (.NETPlatform,Version=v5.4)
- monoandroid10 (MonoAndroid,Version=v1.0)
- monotouch10 (MonoTouch,Version=v1.0)
- net45 (.NETFramework,Version=v4.5)
- netcore50 (.NETCore,Version=v5.0)
- 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)
One or more packages are incompatible with .NETStandard,Version=v1.5.
Any ideas what's up?
Cheers,
Steve
Metadata
Metadata
Assignees
Labels
No labels