From 222f5f4ef58f834d00a1ab6c7fe6fa9af1fad9e9 Mon Sep 17 00:00:00 2001 From: "lakshmi.natarajan" Date: Wed, 10 Feb 2021 21:50:43 +0530 Subject: [PATCH] XAMARIN-38720 Sample updated to latest nuget --- .../CustomSorting.Android/CustomSorting.Android.csproj | 6 +++--- .../CustomSorting.Android/Properties/AndroidManifest.xml | 8 ++++---- .../CustomSorting.UWP/CustomSorting.UWP.csproj | 8 ++++---- .../CustomSorting.iOS/CustomSorting.iOS.csproj | 4 ++-- .../CustomSorting/CustomSorting/CustomSorting.csproj | 4 ++-- .../CustomSorting/CustomSorting/{ => Views}/MainPage.xaml | 0 .../CustomSorting/{ => Views}/MainPage.xaml.cs | 0 7 files changed, 15 insertions(+), 15 deletions(-) rename CustomSorting/CustomSorting/CustomSorting/{ => Views}/MainPage.xaml (100%) rename CustomSorting/CustomSorting/CustomSorting/{ => Views}/MainPage.xaml.cs (100%) diff --git a/CustomSorting/CustomSorting/CustomSorting.Android/CustomSorting.Android.csproj b/CustomSorting/CustomSorting/CustomSorting.Android/CustomSorting.Android.csproj index d9c32e9..0531897 100644 --- a/CustomSorting/CustomSorting/CustomSorting.Android/CustomSorting.Android.csproj +++ b/CustomSorting/CustomSorting/CustomSorting.Android/CustomSorting.Android.csproj @@ -16,7 +16,7 @@ Resources Assets false - v8.1 + v9.0 Xamarin.Android.Net.AndroidClientHandler @@ -91,10 +91,10 @@ - 17.2.0.39 + 18.4.0.42 - 4.1.0.618606 + 4.5.0.617 diff --git a/CustomSorting/CustomSorting/CustomSorting.Android/Properties/AndroidManifest.xml b/CustomSorting/CustomSorting/CustomSorting.Android/Properties/AndroidManifest.xml index 484a3a7..833f0b6 100644 --- a/CustomSorting/CustomSorting/CustomSorting.Android/Properties/AndroidManifest.xml +++ b/CustomSorting/CustomSorting/CustomSorting.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + - - - + + + \ No newline at end of file diff --git a/CustomSorting/CustomSorting/CustomSorting.UWP/CustomSorting.UWP.csproj b/CustomSorting/CustomSorting/CustomSorting.UWP/CustomSorting.UWP.csproj index ad57865..b8f90ec 100644 --- a/CustomSorting/CustomSorting/CustomSorting.UWP/CustomSorting.UWP.csproj +++ b/CustomSorting/CustomSorting/CustomSorting.UWP/CustomSorting.UWP.csproj @@ -11,8 +11,8 @@ CustomSorting.UWP en-US UAP - 10.0.16299.0 - 10.0.16299.0 + 10.0.17763.0 + 10.0.17763.0 14 true 512 @@ -144,9 +144,9 @@ - 17.2.0.39 + 18.4.0.42 - + diff --git a/CustomSorting/CustomSorting/CustomSorting.iOS/CustomSorting.iOS.csproj b/CustomSorting/CustomSorting/CustomSorting.iOS/CustomSorting.iOS.csproj index 0eb6ece..bd193fd 100644 --- a/CustomSorting/CustomSorting/CustomSorting.iOS/CustomSorting.iOS.csproj +++ b/CustomSorting/CustomSorting/CustomSorting.iOS/CustomSorting.iOS.csproj @@ -149,9 +149,9 @@ - 17.2.0.39 + 18.4.0.42 - + diff --git a/CustomSorting/CustomSorting/CustomSorting/CustomSorting.csproj b/CustomSorting/CustomSorting/CustomSorting/CustomSorting.csproj index 2c4d822..e44f300 100644 --- a/CustomSorting/CustomSorting/CustomSorting/CustomSorting.csproj +++ b/CustomSorting/CustomSorting/CustomSorting/CustomSorting.csproj @@ -56,7 +56,7 @@ - - + + \ No newline at end of file diff --git a/CustomSorting/CustomSorting/CustomSorting/MainPage.xaml b/CustomSorting/CustomSorting/CustomSorting/Views/MainPage.xaml similarity index 100% rename from CustomSorting/CustomSorting/CustomSorting/MainPage.xaml rename to CustomSorting/CustomSorting/CustomSorting/Views/MainPage.xaml diff --git a/CustomSorting/CustomSorting/CustomSorting/MainPage.xaml.cs b/CustomSorting/CustomSorting/CustomSorting/Views/MainPage.xaml.cs similarity index 100% rename from CustomSorting/CustomSorting/CustomSorting/MainPage.xaml.cs rename to CustomSorting/CustomSorting/CustomSorting/Views/MainPage.xaml.cs