Closed akarnokd closed 8 years ago
@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).