From 424114044467fc81b43765493495944fe751af52 Mon Sep 17 00:00:00 2001 From: sanderl <46726333+sanderl@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:13:01 -0700 Subject: [PATCH] Move the nuget.config to the root of the repo --- nuget.config | 12 ++++++++---- src/nuget.config | 10 ---------- 2 files changed, 8 insertions(+), 14 deletions(-) delete mode 100644 src/nuget.config diff --git a/nuget.config b/nuget.config index 6ef7f342..14471ade 100644 --- a/nuget.config +++ b/nuget.config @@ -1,6 +1,10 @@ - - - - + + + + + + + + \ No newline at end of file diff --git a/src/nuget.config b/src/nuget.config deleted file mode 100644 index 14471ade..00000000 --- a/src/nuget.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file