From e6e77f825b371b7323d39cf3714f14099af5d0a1 Mon Sep 17 00:00:00 2001 From: cadsit Date: Thu, 13 Dec 2018 13:38:26 -0500 Subject: [PATCH] Remove packagerefs. Leads to unintended problems (see discussion https://github.com/xamarin/md-addins/pull/3946) --- Xamarin.MacDev/Xamarin.MacDev.csproj | 8 ++------ Xamarin.MacDev/Xamarin.iOSDev.csproj | 9 ++------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Xamarin.MacDev/Xamarin.MacDev.csproj b/Xamarin.MacDev/Xamarin.MacDev.csproj index 7d0cbc2..fe3b914 100644 --- a/Xamarin.MacDev/Xamarin.MacDev.csproj +++ b/Xamarin.MacDev/Xamarin.MacDev.csproj @@ -1,5 +1,6 @@ + Debug AnyCPU @@ -32,12 +33,6 @@ true - - 0.3.0 - runtime; build; native; contentfiles; analyzers - all - - Microsoft @@ -85,4 +80,5 @@ + diff --git a/Xamarin.MacDev/Xamarin.iOSDev.csproj b/Xamarin.MacDev/Xamarin.iOSDev.csproj index 392d68b..450715b 100644 --- a/Xamarin.MacDev/Xamarin.iOSDev.csproj +++ b/Xamarin.MacDev/Xamarin.iOSDev.csproj @@ -1,5 +1,6 @@ + Debug AnyCPU @@ -31,13 +32,6 @@ false true - - - 0.3.0 - runtime; build; native; contentfiles; analyzers - all - - Microsoft @@ -85,4 +79,5 @@ +