From c5c445c5c6addc32076effeec7de4981bc0051a8 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 27 Jan 2021 13:54:22 -0600 Subject: [PATCH] Move global.json and nuget.config to samples dir We don't need to change these settings repository-wide. They can be set for only the `samples` directory. `Xamarin.Legacy.Sdk` itself can be built without any fancy configuration. --- bin/Debug/._ | 0 bin/Release/._ | 0 global.json | 8 +------- samples/global.json | 10 ++++++++++ nuget.config => samples/nuget.config | 8 ++++---- 5 files changed, 15 insertions(+), 11 deletions(-) delete mode 100644 bin/Debug/._ delete mode 100644 bin/Release/._ create mode 100644 samples/global.json rename nuget.config => samples/nuget.config (54%) diff --git a/bin/Debug/._ b/bin/Debug/._ deleted file mode 100644 index e69de29..0000000 diff --git a/bin/Release/._ b/bin/Release/._ deleted file mode 100644 index e69de29..0000000 diff --git a/global.json b/global.json index 93386a8..a3df8cb 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,5 @@ { - "sdk": { - "version": "6.0.100-alpha.1.21064.27", - "rollForward": "disable", - "allowPrerelease": true - }, "msbuild-sdks": { - "Microsoft.Build.NoTargets": "2.0.1", - "Xamarin.Legacy.Sdk": "0.1.0-alpha1" + "Microsoft.Build.NoTargets": "2.0.1" } } \ No newline at end of file diff --git a/samples/global.json b/samples/global.json new file mode 100644 index 0000000..f6f0c93 --- /dev/null +++ b/samples/global.json @@ -0,0 +1,10 @@ +{ + "sdk": { + "version": "6.0.100-alpha.1.21064.27", + "rollForward": "disable", + "allowPrerelease": true + }, + "msbuild-sdks": { + "Xamarin.Legacy.Sdk": "0.1.0-alpha1" + } +} \ No newline at end of file diff --git a/nuget.config b/samples/nuget.config similarity index 54% rename from nuget.config rename to samples/nuget.config index fb3801d..a23e831 100644 --- a/nuget.config +++ b/samples/nuget.config @@ -2,13 +2,13 @@ - - + + - + - +