Skip to content
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

Add UWP as platform that supports .NET Standard #3813

Merged
merged 3 commits into from
Mar 16, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions docs/standard/class-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,16 @@ The .NET Standard does not expose the entire functionality of the .NET Framework

The following platforms support .NET Standard libraries:

* .NET Core
* ASP.NET Core
* .NET Framework 4.5+
* Windows Store Apps
* Windows Phone 8+
* .NET Core
* .NET Framework
* Mono
* Xamarin.iOS, Xamarin.Mac, Xamarin.Android
* Universal Windows Platform (UWP)
* Windows
* Windows Phone
* Windows Phone Silverlight

For information about which .NET Standard version is supported by which platform version please have a look at the [.NET implementation support table](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could do a more generic statement here:

For more information, see the [.NET Standard](net-standard.md) topic.


### Mono Class Libraries

Expand Down