From 999db8dad05c77f7ddc709788027a7b6483b82af Mon Sep 17 00:00:00 2001 From: Josh Free Date: Wed, 18 Oct 2017 09:53:08 -0700 Subject: [PATCH] Windows Fall Creators Update SDK Drop "preview" from Windows Fall Creators Update SDK --- releases/UWP/net-native2.0/incremental-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/UWP/net-native2.0/incremental-compilation.md b/releases/UWP/net-native2.0/incremental-compilation.md index a6b89d3..bbc1f46 100644 --- a/releases/UWP/net-native2.0/incremental-compilation.md +++ b/releases/UWP/net-native2.0/incremental-compilation.md @@ -24,7 +24,7 @@ Currently the new build mode is only supported in Debug configurations of UWP ap To go back and forth between .NET Native and .NET Core just use the checkbox in the build configuration tab of the project. -The incremental build is only supported on .NET Native 2.0, which in turn is only used if the app has its minimum target version of Windows SDK set to the Windows Fall Creators Update SDK preview. +The incremental build is only supported on .NET Native 2.0, which in turn is only used if the app has its minimum target version of Windows SDK set to the Windows Fall Creators Update SDK. ## Known Issues