From 99b4e4b971471ddbff3e2a362d534f72dbedcde9 Mon Sep 17 00:00:00 2001 From: Oleksandr Liakhevych Date: Tue, 9 Nov 2021 02:04:18 +0200 Subject: [PATCH] Update to Preview 10 --- samples/ControlGallery/ControlGallery.csproj | 12 +++++------- samples/ControlGallery/_Imports.razor | 4 +++- samples/HybridApp/HybridApp.csproj | 12 +++++------- samples/HybridAuthSample/HybridAuthApp.csproj | 14 ++++++-------- .../MobileBlazorBindingsXaminals.csproj | 12 +++++------- src/BlinForms.Framework/BlinForms.Framework.csproj | 4 ++-- ...soft.MobileBlazorBindings.Authentication.csproj | 2 +- .../Microsoft.MobileBlazorBindings.Core.csproj | 11 +++-------- ...ft.MobileBlazorBindings.ProtectedStorage.csproj | 1 + ...Microsoft.MobileBlazorBindings.SkiaSharp.csproj | 7 +------ .../Microsoft.MobileBlazorBindings.csproj | 5 ----- 11 files changed, 32 insertions(+), 52 deletions(-) diff --git a/samples/ControlGallery/ControlGallery.csproj b/samples/ControlGallery/ControlGallery.csproj index 0ff0c36..c5f1b86 100644 --- a/samples/ControlGallery/ControlGallery.csproj +++ b/samples/ControlGallery/ControlGallery.csproj @@ -24,12 +24,13 @@ 14.2 14.0 21.0 - 10.0.18362.0 + 10.0.17763.0 + 10.0.17763.0 - + @@ -43,11 +44,8 @@ - - - - - + + diff --git a/samples/ControlGallery/_Imports.razor b/samples/ControlGallery/_Imports.razor index 227156e..7b37e4f 100644 --- a/samples/ControlGallery/_Imports.razor +++ b/samples/ControlGallery/_Imports.razor @@ -14,4 +14,6 @@ @using FlyoutHeaderBehavior = Microsoft.Maui.Controls.FlyoutHeaderBehavior @using ItemsLayoutOrientation = Microsoft.Maui.Controls.ItemsLayoutOrientation @using SwipeDirection = Microsoft.Maui.Controls.SwipeDirection -@using SelectionMode = Microsoft.Maui.Controls.SelectionMode \ No newline at end of file +@using SelectionMode = Microsoft.Maui.Controls.SelectionMode + +@using GradientStop = Microsoft.MobileBlazorBindings.Elements.GradientStop \ No newline at end of file diff --git a/samples/HybridApp/HybridApp.csproj b/samples/HybridApp/HybridApp.csproj index 54a021d..9a76c99 100644 --- a/samples/HybridApp/HybridApp.csproj +++ b/samples/HybridApp/HybridApp.csproj @@ -24,12 +24,13 @@ 14.2 14.0 21.0 - 10.0.18362.0 + 10.0.17763.0 + 10.0.17763.0 - + @@ -43,11 +44,8 @@ - - - - - + + diff --git a/samples/HybridAuthSample/HybridAuthApp.csproj b/samples/HybridAuthSample/HybridAuthApp.csproj index 3d6acd3..9355733 100644 --- a/samples/HybridAuthSample/HybridAuthApp.csproj +++ b/samples/HybridAuthSample/HybridAuthApp.csproj @@ -24,12 +24,13 @@ 14.2 14.0 21.0 - 10.0.18362.0 + 10.0.17763.0 + 10.0.17763.0 - + @@ -43,11 +44,8 @@ - - - - - + + @@ -60,7 +58,7 @@ - + diff --git a/samples/MobileBlazorBindingsXaminals/MobileBlazorBindingsXaminals.csproj b/samples/MobileBlazorBindingsXaminals/MobileBlazorBindingsXaminals.csproj index 44e618d..0f12ee9 100644 --- a/samples/MobileBlazorBindingsXaminals/MobileBlazorBindingsXaminals.csproj +++ b/samples/MobileBlazorBindingsXaminals/MobileBlazorBindingsXaminals.csproj @@ -23,12 +23,13 @@ 14.2 14.0 21.0 - 10.0.18362.0 + 10.0.17763.0 + 10.0.17763.0 - + @@ -42,11 +43,8 @@ - - - - - + + diff --git a/src/BlinForms.Framework/BlinForms.Framework.csproj b/src/BlinForms.Framework/BlinForms.Framework.csproj index 6e351bc..8fc2568 100644 --- a/src/BlinForms.Framework/BlinForms.Framework.csproj +++ b/src/BlinForms.Framework/BlinForms.Framework.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/src/Microsoft.MobileBlazorBindings.Authentication/Microsoft.MobileBlazorBindings.Authentication.csproj b/src/Microsoft.MobileBlazorBindings.Authentication/Microsoft.MobileBlazorBindings.Authentication.csproj index b1d6bf3..754185c 100644 --- a/src/Microsoft.MobileBlazorBindings.Authentication/Microsoft.MobileBlazorBindings.Authentication.csproj +++ b/src/Microsoft.MobileBlazorBindings.Authentication/Microsoft.MobileBlazorBindings.Authentication.csproj @@ -12,7 +12,7 @@ - + all diff --git a/src/Microsoft.MobileBlazorBindings.Core/Microsoft.MobileBlazorBindings.Core.csproj b/src/Microsoft.MobileBlazorBindings.Core/Microsoft.MobileBlazorBindings.Core.csproj index 8f1bc9b..b06a0d7 100644 --- a/src/Microsoft.MobileBlazorBindings.Core/Microsoft.MobileBlazorBindings.Core.csproj +++ b/src/Microsoft.MobileBlazorBindings.Core/Microsoft.MobileBlazorBindings.Core.csproj @@ -7,11 +7,6 @@ blazor;mobileblazorbindings true - - 14.2 - 14.0 - 21.0 - 10.0.18362.0 @@ -23,9 +18,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Microsoft.MobileBlazorBindings.ProtectedStorage/Microsoft.MobileBlazorBindings.ProtectedStorage.csproj b/src/Microsoft.MobileBlazorBindings.ProtectedStorage/Microsoft.MobileBlazorBindings.ProtectedStorage.csproj index c5c4383..c588f24 100644 --- a/src/Microsoft.MobileBlazorBindings.ProtectedStorage/Microsoft.MobileBlazorBindings.ProtectedStorage.csproj +++ b/src/Microsoft.MobileBlazorBindings.ProtectedStorage/Microsoft.MobileBlazorBindings.ProtectedStorage.csproj @@ -13,6 +13,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Microsoft.MobileBlazorBindings.SkiaSharp/Microsoft.MobileBlazorBindings.SkiaSharp.csproj b/src/Microsoft.MobileBlazorBindings.SkiaSharp/Microsoft.MobileBlazorBindings.SkiaSharp.csproj index 5a615ae..edc5b65 100644 --- a/src/Microsoft.MobileBlazorBindings.SkiaSharp/Microsoft.MobileBlazorBindings.SkiaSharp.csproj +++ b/src/Microsoft.MobileBlazorBindings.SkiaSharp/Microsoft.MobileBlazorBindings.SkiaSharp.csproj @@ -7,11 +7,6 @@ Experimental binding of Skia Sharp in Mobile Blazor Bindings Support for Skia Sharp for Experimental Mobile Blazor Bindings. blazor;mobileblazorbindings;SkiaSharp; - - 14.2 - 14.0 - 21.0 - 10.0.18362.0 @@ -20,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Microsoft.MobileBlazorBindings/Microsoft.MobileBlazorBindings.csproj b/src/Microsoft.MobileBlazorBindings/Microsoft.MobileBlazorBindings.csproj index f4d9a91..99ae42f 100644 --- a/src/Microsoft.MobileBlazorBindings/Microsoft.MobileBlazorBindings.csproj +++ b/src/Microsoft.MobileBlazorBindings/Microsoft.MobileBlazorBindings.csproj @@ -6,11 +6,6 @@ Experimental Forms binding for Blazor Experimental Mobile Blazor Bindings enables using Blazor syntax in .razor files to build native apps for iOS and Android. blazor;mobileblazorbindings - - 14.2 - 14.0 - 21.0 - 10.0.18362.0