From 112b24a93523cea44cde21eefc0d0bc03973fb41 Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Thu, 1 Feb 2018 14:11:27 -0800 Subject: [PATCH] Bump Xamarin.Forms to 2.5.0.122203 They added a required platform API Fixes #55 --- Ooui.Forms/Forms.cs | 4 ++++ Ooui.Forms/Ooui.Forms.csproj | 2 +- PlatformSamples/AspNetCoreMvc/AspNetCoreMvc.csproj | 2 +- Samples/Samples.csproj | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Ooui.Forms/Forms.cs b/Ooui.Forms/Forms.cs index bcae580..a2b1f37 100644 --- a/Ooui.Forms/Forms.cs +++ b/Ooui.Forms/Forms.cs @@ -139,6 +139,10 @@ namespace Xamarin.Forms }), null, (int)interval.TotalMilliseconds, (int)interval.TotalMilliseconds); } } + + public void QuitApplication() + { + } } public class ViewInitializedEventArgs diff --git a/Ooui.Forms/Ooui.Forms.csproj b/Ooui.Forms/Ooui.Forms.csproj index cacc1d4..440e8f2 100644 --- a/Ooui.Forms/Ooui.Forms.csproj +++ b/Ooui.Forms/Ooui.Forms.csproj @@ -20,7 +20,7 @@ true - + diff --git a/PlatformSamples/AspNetCoreMvc/AspNetCoreMvc.csproj b/PlatformSamples/AspNetCoreMvc/AspNetCoreMvc.csproj index 4e05f3e..6fed386 100644 --- a/PlatformSamples/AspNetCoreMvc/AspNetCoreMvc.csproj +++ b/PlatformSamples/AspNetCoreMvc/AspNetCoreMvc.csproj @@ -9,7 +9,7 @@ - + diff --git a/Samples/Samples.csproj b/Samples/Samples.csproj index 3ba2b0d..98ffe10 100644 --- a/Samples/Samples.csproj +++ b/Samples/Samples.csproj @@ -10,7 +10,7 @@ - +