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
PCLs are not recommended. Although PCLs are supported, package authors should support netstandard instead. The .NET Platform Standard is an evolution of PCLs and represents binary portability across platforms using a single moniker that isn't tied to a static library like portable-a+b+c monikers.
Support for Silverlight and Windows Phone may be dropped. A net40 + netstandard2.0 seems fine.
The text was updated successfully, but these errors were encountered:
Current build targets Profile344 (portable-net45+sl5+win8+wpa81+wp8).
Microsoft indicates:
Support for Silverlight and Windows Phone may be dropped. A net40 + netstandard2.0 seems fine.
The text was updated successfully, but these errors were encountered: