-
Notifications
You must be signed in to change notification settings - Fork 28
Please make sure the NuGet release supports the portable profile #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@akarnokd I've targeted a portable profile in building the nuget package: https://github.com/alignedsolutions/reactive-streams-dotnet/commit/05ca8b1f49d0585e3c365a8940741ac7f109f5b2 Can you try to pack that locally and see if you can consume it from a portable profile? |
Not really, I know only how to import from NuGet via the VS GUI. |
@akarnokd you can easily create a local source and placed the generated package there: https://docs.nuget.org/create/hosting-your-own-nuget-feeds |
Sure, on it. A quick feedback: I had to manually enable generating the XML docs in the build properties; not sure if this property is saved to a project or not. |
Thanks, the local NuGet import works! |
Awesome, thanks for confirming @akarnokd . Also enabled the xml docs, thanks for pointing it out. One more thing? Can you reference the package from a regular net45 profile? |
PCL support is now included in #9 so this can be closed. |
closing |
If not already ensured, please release the NuGet library so it can be consumed from a portable profile. (The assembly has to be compiled this way, unlike Java).
The text was updated successfully, but these errors were encountered: