Skip to content

Commit

Permalink
Windows Fall Creators Update SDK
Browse files Browse the repository at this point in the history
Drop "preview" from Windows Fall Creators Update SDK
  • Loading branch information
joshfree authored Oct 18, 2017
1 parent 3e22d4f commit bff9163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/UWP/net-native2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bff9163

Please sign in to comment.