From 21f658e92c9af5d92d6802bb462ea26fc7b58603 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 18 Dec 2019 07:51:34 +0100 Subject: [PATCH 1/3] Use package references instead of packages.conf in preparation for move to short-form csprojs. --- Xamarin.MacDev/Xamarin.MacDev.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Xamarin.MacDev/Xamarin.MacDev.csproj b/Xamarin.MacDev/Xamarin.MacDev.csproj index c7486c7..d74c77d 100644 --- a/Xamarin.MacDev/Xamarin.MacDev.csproj +++ b/Xamarin.MacDev/Xamarin.MacDev.csproj @@ -1,6 +1,5 @@ - Debug AnyCPU @@ -32,6 +31,12 @@ false true + + + runtime; build; native; contentfiles; analyzers + all + + Microsoft400 @@ -79,5 +84,4 @@ - From 463dfa1bda0f9a264dbdcdb561330bff1700952f Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 18 Dec 2019 07:52:15 +0100 Subject: [PATCH 2/3] Move to short-form csproj. --- UnitTests/UnitTests.csproj | 41 ++------------- Xamarin.MacDev/Xamarin.MacDev.csproj | 74 ++-------------------------- 2 files changed, 7 insertions(+), 108 deletions(-) diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index f707aa2..4def257 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -1,50 +1,17 @@ - + - Debug - AnyCPU - {39DBAAF8-57A5-49A3-9E9A-11B545906AED} - Library - UnitTests - UnitTests - v4.6.1 - - - true - full - false - bin\Debug - DEBUG; - prompt - 4 - - - true - bin\Release - prompt - 4 + net461 - - - - - - - - - - {CC3D9353-20C4-467A-8522-A9DED6F0C753} - Xamarin.MacDev - + - - \ No newline at end of file + diff --git a/Xamarin.MacDev/Xamarin.MacDev.csproj b/Xamarin.MacDev/Xamarin.MacDev.csproj index d74c77d..6ddcc72 100644 --- a/Xamarin.MacDev/Xamarin.MacDev.csproj +++ b/Xamarin.MacDev/Xamarin.MacDev.csproj @@ -1,35 +1,9 @@ - + - Debug - AnyCPU - {CC3D9353-20C4-467A-8522-A9DED6F0C753} - Library - Xamarin.MacDev - Xamarin.MacDev - 8.0.30703 - 2.0 - v4.5 - - - true - full - false - bin\Debug - DEBUG; - prompt - 4 - false - true - - - full - true - bin\Release - prompt - 4 - false + net461 true + false @@ -42,46 +16,4 @@ Microsoft400 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 64a9c8bcce096e2a0ce2f608a5a458638e605fe3 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 18 Dec 2019 13:28:14 +0100 Subject: [PATCH 3/3] Build for netstandard2.0. --- Xamarin.MacDev/Xamarin.MacDev.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.MacDev/Xamarin.MacDev.csproj b/Xamarin.MacDev/Xamarin.MacDev.csproj index 6ddcc72..a210116 100644 --- a/Xamarin.MacDev/Xamarin.MacDev.csproj +++ b/Xamarin.MacDev/Xamarin.MacDev.csproj @@ -1,7 +1,7 @@ - net461 + net461;netstandard2.0 true false