summaryrefslogtreecommitdiff
path: root/config/NuGet
diff options
context:
space:
mode:
Diffstat (limited to 'config/NuGet')
-rw-r--r--config/NuGet/NuGet.Config13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/NuGet/NuGet.Config b/config/NuGet/NuGet.Config
deleted file mode 100644
index 5aacae8..0000000
--- a/config/NuGet/NuGet.Config
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <config>
- <add key="repositoryPath" value="/root/.packages" />
- </config>
- <packageSources>
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
- </packageSources>
- <packageRestore>
- <add key="enabled" value="true" />
- <add key="automatic" value="true" />
- </packageRestore>
-</configuration>