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 1 commit
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
1 change: 1 addition & 0 deletions docs/standard/class-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The .NET Standard does not expose the entire functionality of the .NET Framework
The following platforms support .NET Standard libraries:

* .NET Core
* Universal Windows Platform (UWP), Fall Creators Update or newer
Copy link
Contributor

Choose a reason for hiding this comment

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

should we simply list the version here instead?
Universal Windows Platform (UWP) 10.0 and later versions

@terrajobst?

* ASP.NET Core
* .NET Framework 4.5+
* Windows Store Apps
Expand Down