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.
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.