From 7678806ecfd910e749902028af9005156d2f8347 Mon Sep 17 00:00:00 2001 From: Jonathan Dick Date: Wed, 14 Jul 2021 10:36:22 -0400 Subject: [PATCH] Update Reunion to 0.8.1 --- eng/Microsoft.Extensions.targets | 2 +- .../src/templates/maui-blazor/.template.config/template.json | 2 +- .../maui-blazor/MauiApp1.WinUI/Properties/launchSettings.json | 3 ++- .../src/templates/maui-mobile/.template.config/template.json | 2 +- .../maui-mobile/MauiApp1.WinUI/Properties/launchSettings.json | 3 ++- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/eng/Microsoft.Extensions.targets b/eng/Microsoft.Extensions.targets index f6dbb0f5056f..74a1646d257e 100644 --- a/eng/Microsoft.Extensions.targets +++ b/eng/Microsoft.Extensions.targets @@ -26,7 +26,7 @@ - <_MicrosoftProjectReunionVersion>0.8.0 + <_MicrosoftProjectReunionVersion>0.8.1 <_MicrosoftWebWebView2Version>1.0.705.50 diff --git a/src/Templates/src/templates/maui-blazor/.template.config/template.json b/src/Templates/src/templates/maui-blazor/.template.config/template.json index 10dea5cd3695..b77bbe97f137 100644 --- a/src/Templates/src/templates/maui-blazor/.template.config/template.json +++ b/src/Templates/src/templates/maui-blazor/.template.config/template.json @@ -46,7 +46,7 @@ "type": "parameter", "dataType": "string", "replaces": "PROJECT_REUNION_VERSION", - "defaultValue": "0.8.0" + "defaultValue": "0.8.1" } }, "defaultName": "MauiApp1" diff --git a/src/Templates/src/templates/maui-blazor/MauiApp1.WinUI/Properties/launchSettings.json b/src/Templates/src/templates/maui-blazor/MauiApp1.WinUI/Properties/launchSettings.json index f899cc660583..a6fccdb3f28b 100644 --- a/src/Templates/src/templates/maui-blazor/MauiApp1.WinUI/Properties/launchSettings.json +++ b/src/Templates/src/templates/maui-blazor/MauiApp1.WinUI/Properties/launchSettings.json @@ -1,7 +1,8 @@ { "profiles": { "MauiApp1.WinUI": { - "commandName": "MsixPackage" + "commandName": "MsixPackage", + "nativeDebugging": false } } } \ No newline at end of file diff --git a/src/Templates/src/templates/maui-mobile/.template.config/template.json b/src/Templates/src/templates/maui-mobile/.template.config/template.json index d6afde20a331..ca071b68a87a 100644 --- a/src/Templates/src/templates/maui-mobile/.template.config/template.json +++ b/src/Templates/src/templates/maui-mobile/.template.config/template.json @@ -36,7 +36,7 @@ "type": "parameter", "dataType": "string", "replaces": "PROJECT_REUNION_VERSION", - "defaultValue": "0.8.0" + "defaultValue": "0.8.1" } }, "defaultName": "MauiApp1" diff --git a/src/Templates/src/templates/maui-mobile/MauiApp1.WinUI/Properties/launchSettings.json b/src/Templates/src/templates/maui-mobile/MauiApp1.WinUI/Properties/launchSettings.json index f899cc660583..a6fccdb3f28b 100644 --- a/src/Templates/src/templates/maui-mobile/MauiApp1.WinUI/Properties/launchSettings.json +++ b/src/Templates/src/templates/maui-mobile/MauiApp1.WinUI/Properties/launchSettings.json @@ -1,7 +1,8 @@ { "profiles": { "MauiApp1.WinUI": { - "commandName": "MsixPackage" + "commandName": "MsixPackage", + "nativeDebugging": false } } } \ No newline at end of file