From f0311b72076c00330a20a024cbed7a8f8def66fe Mon Sep 17 00:00:00 2001 From: Davis John Date: Fri, 31 Dec 2021 12:42:33 +0530 Subject: [PATCH 1/2] Add nuget.config --- .nuget/Nuget.Config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .nuget/Nuget.Config diff --git a/.nuget/Nuget.Config b/.nuget/Nuget.Config new file mode 100644 index 0000000..c118717 --- /dev/null +++ b/.nuget/Nuget.Config @@ -0,0 +1,6 @@ + + + + + + From 5a5bb2269911a45d6086b6c9312167876ae12878 Mon Sep 17 00:00:00 2001 From: Davis John Date: Fri, 31 Dec 2021 17:04:43 +0530 Subject: [PATCH 2/2] Moved Nuget.Config to root so that it can still be picked up when building individual projects --- .nuget/Nuget.Config => Nuget.Config | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .nuget/Nuget.Config => Nuget.Config (100%) diff --git a/.nuget/Nuget.Config b/Nuget.Config similarity index 100% rename from .nuget/Nuget.Config rename to Nuget.Config