diff --git a/Directory.Build.props b/Directory.Build.props index 3425817285a..0ad20dfa734 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,7 +14,7 @@ $(MSBuildProjectName.Contains('Test')) $(MSBuildProjectName.Contains('Uwp')) $(MSBuildProjectName.Contains('Sample')) - 17763 + 18362 16299 $(MSBuildThisFileDirectory)bin\nupkg diff --git a/GazeInputTest/GazeInputTest.csproj b/GazeInputTest/GazeInputTest.csproj index a5a648e7b9b..04c9f390216 100644 --- a/GazeInputTest/GazeInputTest.csproj +++ b/GazeInputTest/GazeInputTest.csproj @@ -11,7 +11,7 @@ GazeInputTest en-US UAP - 10.0.17763.0 + 10.0.18362.0 10.0.17134.0 14 512 @@ -86,7 +86,7 @@ false prompt true - true + true true diff --git a/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj index 0b2cf702e3a..d239fc15c33 100644 --- a/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj +++ b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj @@ -48,7 +48,7 @@ native UAP,Version=v10.0 uap10.0 - 10.0.17763.0 + 10.0.18362.0 10.0.10240.0 $(DefineConstants);NETFX_CORE;WINDOWS_UWP;WINRT false diff --git a/Microsoft.Toolkit.Uwp.SampleApp/Pages/SampleController.xaml.cs b/Microsoft.Toolkit.Uwp.SampleApp/Pages/SampleController.xaml.cs index 7c93b2bafac..5cae24a47fc 100644 --- a/Microsoft.Toolkit.Uwp.SampleApp/Pages/SampleController.xaml.cs +++ b/Microsoft.Toolkit.Uwp.SampleApp/Pages/SampleController.xaml.cs @@ -501,6 +501,11 @@ private async void GitHub_OnClick(object sender, RoutedEventArgs e) private void UpdateXamlRender(string text) { + if (XamlCodeEditor == null) + { + return; + } + // Hide any Previous Errors XamlCodeEditor.ClearErrors(); diff --git a/Microsoft.Toolkit.Uwp.Samples.BackgroundTasks/Microsoft.Toolkit.Uwp.Samples.BackgroundTasks.csproj b/Microsoft.Toolkit.Uwp.Samples.BackgroundTasks/Microsoft.Toolkit.Uwp.Samples.BackgroundTasks.csproj index 34fddfc1331..b60b5c9d5cf 100644 --- a/Microsoft.Toolkit.Uwp.Samples.BackgroundTasks/Microsoft.Toolkit.Uwp.Samples.BackgroundTasks.csproj +++ b/Microsoft.Toolkit.Uwp.Samples.BackgroundTasks/Microsoft.Toolkit.Uwp.Samples.BackgroundTasks.csproj @@ -11,7 +11,7 @@ Microsoft.Toolkit.Uwp.Samples.BackgroundTasks fr-FR UAP - 10.0.17763.0 + 10.0.18362.0 10.0.16299.0 14 512 diff --git a/UnitTests/UnitTests.Notifications.UWP/UnitTests.Notifications.UWP.csproj b/UnitTests/UnitTests.Notifications.UWP/UnitTests.Notifications.UWP.csproj index 22884f98e50..ba049ec3e10 100644 --- a/UnitTests/UnitTests.Notifications.UWP/UnitTests.Notifications.UWP.csproj +++ b/UnitTests/UnitTests.Notifications.UWP/UnitTests.Notifications.UWP.csproj @@ -11,7 +11,7 @@ UnitTests.Notifications.UWP en-US UAP - 10.0.17763.0 + 10.0.18362.0 10.0.16299.0 14 512 diff --git a/UnitTests/UnitTests.Notifications.WinRT/UnitTests.Notifications.WinRT.csproj b/UnitTests/UnitTests.Notifications.WinRT/UnitTests.Notifications.WinRT.csproj index 76e0af7e3ab..fce3c7b0c0d 100644 --- a/UnitTests/UnitTests.Notifications.WinRT/UnitTests.Notifications.WinRT.csproj +++ b/UnitTests/UnitTests.Notifications.WinRT/UnitTests.Notifications.WinRT.csproj @@ -11,7 +11,7 @@ UnitTests.Notifications.WinRT en-US UAP - 10.0.17763.0 + 10.0.18362.0 10.0.16299.0 14 512 diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 1affd3b186e..91f347a7d55 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -11,7 +11,7 @@ UnitTests en-US UAP - 10.0.17763.0 + 10.0.18362.0 10.0.16299.0 14 512 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0c8e1ef2d5e..66e4849a830 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,7 +41,7 @@ steps: - script: nbgv cloud displayName: Set Version -#- powershell: .\build\Install-WindowsSdkISO.ps1 17763 +#- powershell: .\build\Install-WindowsSdkISO.ps1 18362 # displayName: Insider SDK - powershell: .\build\build.ps1 -target=Package