-
Notifications
You must be signed in to change notification settings - Fork 53
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
Make library portable #17
Comments
Want to make a PR for review? |
Yes, that would be great! |
We'll be watching... good luck! |
Thanks! Unfortunately the To make CSharpMonad be a portable class library, we'll have to upgrade it to .NET 4.6 and a minimum of Visual Studio 2015. The advantage is that this library will be available for all Windows Universal 10 apps (which includes all the platforms listed here); the disadvantage is that the library wouldn't be available to code using less than .NET 4.6. What do you think--is this tradeoff acceptable? |
It would be nice if the NuGet package was a portable class library. This could be done by using the template called
Class Library (Portable)
in Visual Studio 2015 Community Edition.The advantage to doing it this way is that your library can be used in applications for Windows Store, Windows Phone, Xamarin Android, Xamarin iOS, Silverlight, etc.
The text was updated successfully, but these errors were encountered: