From ea6312e71abfb2ab986191dbbbc11d2309f9311f Mon Sep 17 00:00:00 2001 From: Dmitriy Kirakosyan Date: Fri, 11 Nov 2022 19:43:06 +0700 Subject: [PATCH] Bump version in demo apps --- .../Contoso.Forms.Demo.Droid.csproj | 8 ++++---- .../Contoso.Forms.Demo.MacOS.csproj | 6 +++--- .../Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj | 6 +++--- .../Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj | 8 ++++---- .../Contoso.Forms.Demo/Contoso.Forms.Demo.csproj | 8 ++++---- Apps/Contoso.MAUI.Demo/Contoso.MAUI.Demo.csproj | 8 ++++---- Apps/Contoso.MAUI.Demo/global.json | 5 +++++ Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj | 4 ++-- .../Contoso.WPF.Demo.DotNetCore.csproj | 4 ++-- Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj | 4 ++-- .../Contoso.WinForms.Demo.DotNetCore.csproj | 4 ++-- Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj | 4 ++-- .../Contoso.WinUI.Desktop.Demo.csproj | 4 ++-- 13 files changed, 39 insertions(+), 34 deletions(-) create mode 100644 Apps/Contoso.MAUI.Demo/global.json diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj index 7363de403..e1eb9d0f7 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj @@ -73,14 +73,14 @@ - + - + - - + + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/Contoso.Forms.Demo.MacOS.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/Contoso.Forms.Demo.MacOS.csproj index 82c8a0e03..cfa6fb54f 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/Contoso.Forms.Demo.MacOS.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/Contoso.Forms.Demo.MacOS.csproj @@ -58,9 +58,9 @@ - - - + + + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj index 38a0fb366..3ad82f34d 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj @@ -136,9 +136,9 @@ - - - + + + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj index 9358efd8e..88dc072a0 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj @@ -22,7 +22,7 @@ true true None - i386, x86_64 + x86_64 HttpClientHandler Default false @@ -93,9 +93,9 @@ - - - + + + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj index 444290a82..808829f71 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj @@ -20,14 +20,14 @@ false - + - + - - + + diff --git a/Apps/Contoso.MAUI.Demo/Contoso.MAUI.Demo.csproj b/Apps/Contoso.MAUI.Demo/Contoso.MAUI.Demo.csproj index 9e663f24c..cbfe6b3a0 100644 --- a/Apps/Contoso.MAUI.Demo/Contoso.MAUI.Demo.csproj +++ b/Apps/Contoso.MAUI.Demo/Contoso.MAUI.Demo.csproj @@ -55,13 +55,13 @@ - - + + - + - + \ No newline at end of file diff --git a/Apps/Contoso.MAUI.Demo/global.json b/Apps/Contoso.MAUI.Demo/global.json new file mode 100644 index 000000000..b4dc11283 --- /dev/null +++ b/Apps/Contoso.MAUI.Demo/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "6.0.402" + } +} diff --git a/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj b/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj index 79165449b..39be7a43c 100644 --- a/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj +++ b/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj @@ -149,8 +149,8 @@ - - + + diff --git a/Apps/Contoso.WPF.Demo.DotNetCore/Contoso.WPF.Demo.DotNetCore.csproj b/Apps/Contoso.WPF.Demo.DotNetCore/Contoso.WPF.Demo.DotNetCore.csproj index 55e60eb3e..f9d7a66e9 100644 --- a/Apps/Contoso.WPF.Demo.DotNetCore/Contoso.WPF.Demo.DotNetCore.csproj +++ b/Apps/Contoso.WPF.Demo.DotNetCore/Contoso.WPF.Demo.DotNetCore.csproj @@ -9,8 +9,8 @@ 5.0.0.0 - - + + diff --git a/Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj b/Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj index 58c616a28..ac5796f10 100644 --- a/Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj +++ b/Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj @@ -115,8 +115,8 @@ - - + + diff --git a/Apps/Contoso.WinForms.Demo.DotNetCore/Contoso.WinForms.Demo.DotNetCore.csproj b/Apps/Contoso.WinForms.Demo.DotNetCore/Contoso.WinForms.Demo.DotNetCore.csproj index d9d426c87..8a7a2444d 100644 --- a/Apps/Contoso.WinForms.Demo.DotNetCore/Contoso.WinForms.Demo.DotNetCore.csproj +++ b/Apps/Contoso.WinForms.Demo.DotNetCore/Contoso.WinForms.Demo.DotNetCore.csproj @@ -7,8 +7,8 @@ 5.0.0 - - + + diff --git a/Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj b/Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj index 8b9b74753..4d2f8d747 100644 --- a/Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj +++ b/Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj @@ -81,8 +81,8 @@ - - + + diff --git a/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo.csproj b/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo.csproj index 95a8f3d45..f2958ce32 100644 --- a/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo.csproj +++ b/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo.csproj @@ -11,8 +11,8 @@ - - + +