Windows Fall Creators Update SDK

Drop "preview" from Windows Fall Creators Update SDK
pull/525/head
Josh Free 2017-10-18 09:51:59 -07:00 committed by GitHub
parent 3e22d4fda0
commit bff916339d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ When using Visual Studio these packages require Visual Studio 2017 Version 15.4
#### .NET Standard 2.0 Support
- The Windows Fall Creators Update brings support for .NET Standard 2.0 to UWP development. In order to leverage the new APIs with .NET Standard 2.0, you need to set the minimum version target of your application to the Windows Fall Creators Update SDK preview. You will then have the ability to reference .NET Standard 2.0 NuGet packages, class libraries, and APIs directly from your UWP application.
- The Windows Fall Creators Update brings support for .NET Standard 2.0 to UWP development. In order to leverage the new APIs with .NET Standard 2.0, you need to set the minimum version target of your application to the Windows Fall Creators Update SDK. You will then have the ability to reference .NET Standard 2.0 NuGet packages, class libraries, and APIs directly from your UWP application.
- More information is available on .NET Standard 2.0 support [here](https://docs.microsoft.com/en-us/dotnet/standard/net-standard).
#### Improvements to Program Optimization, Throughput and Debuggability.