Skip to main content

New Target - .NET Standard SDK

· One min read

We are excited to announce the latest addition to our long list of supported platforms. Our C# section now has a new template for a .NET Standard library in addition to the already supported PCL and UWP templates. This library targets .Net Standard 1.3.

The .NET Standard improves on the experience of creating portable libraries by establishing greater uniformity across .NET runtimes thus providing wider platform support as a result.

Supported PlatformsMinimum version
.NET Framework4.6
.NET Core1.0
Mono4.6
Xamarin.IOS10.0
Xamarin.Mac3.0
Xamarin.IOS7.0
Universal Windows Platform10.0

This library requires Visual Studio 2017.

For further information regarding .NET standard libraries read the documentation here.