You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this with a netcoreapp1.1 website and it is not working. It seems to only target .NETPortable. When I tried to install the NuGet package I get the following errors:
Package Yelp.Api 1.2.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Yelp.Api 1.2.0 supports: portable45-net45+win8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile111) One or more packages are incompatible with .NETCoreApp,Version=v1.1.
Package Yelp.Api 1.2.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1) / win. Package Yelp.Api 1.2.0 supports: portable45-net45+win8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile111) One or more packages are incompatible with .NETCoreApp,Version=v1.1 (win).
Package Yelp.Api 1.2.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1) / win-x64. Package Yelp.Api 1.2.0 supports: portable45-net45+win8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile111) One or more packages are incompatible with .NETCoreApp,Version=v1.1 (win-x64).
Package Yelp.Api 1.2.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1) / win-x86. Package Yelp.Api 1.2.0 supports: portable45-net45+win8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile111) One or more packages are incompatible with .NETCoreApp,Version=v1.1 (win-x86).
I inserted your code directly into my project and it seems to work fine. Any reason this is only targeting .NETPortable?
Thanks.
The text was updated successfully, but these errors were encountered:
Pinski
changed the title
Not compatible with netcoreap1.1
Not compatible with netcoreapp1.1
Feb 17, 2017
I ran all of your unit tests in netcoreapp1.1 and they all passed. I had to create a new version of your test project that was targeting netcoreapp1.1 though.
So sorry, I didn't know that anyone had been creating issues and pull requests. Just noticed this now! Need to figure out how to get email notifications. But please go ahead and submit a pull request for this and I'll accept it.
Hello,
I'm trying to use this with a netcoreapp1.1 website and it is not working. It seems to only target .NETPortable. When I tried to install the NuGet package I get the following errors:
Package Yelp.Api 1.2.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Yelp.Api 1.2.0 supports: portable45-net45+win8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile111) One or more packages are incompatible with .NETCoreApp,Version=v1.1.
Package Yelp.Api 1.2.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1) / win. Package Yelp.Api 1.2.0 supports: portable45-net45+win8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile111) One or more packages are incompatible with .NETCoreApp,Version=v1.1 (win).
Package Yelp.Api 1.2.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1) / win-x64. Package Yelp.Api 1.2.0 supports: portable45-net45+win8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile111) One or more packages are incompatible with .NETCoreApp,Version=v1.1 (win-x64).
Package Yelp.Api 1.2.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1) / win-x86. Package Yelp.Api 1.2.0 supports: portable45-net45+win8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile111) One or more packages are incompatible with .NETCoreApp,Version=v1.1 (win-x86).
I inserted your code directly into my project and it seems to work fine. Any reason this is only targeting .NETPortable?
Thanks.
The text was updated successfully, but these errors were encountered: