Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-11-10 15:39:45 +0300
committerGitHub <noreply@github.com>2021-11-10 15:39:45 +0300
commitb32801a63cff0561d2a327c71986ce05254c4d8b (patch)
tree81c0f06ba6eec2b280c50e8934be89e7eeeba7e6
parentdfcef746405b049e0ac8e438f6f3c1a1068cd6ab (diff)
Remove NuGet.config
We don't use these feeds in mono/mono.
-rw-r--r--NuGet.config8
1 files changed, 0 insertions, 8 deletions
diff --git a/NuGet.config b/NuGet.config
deleted file mode 100644
index 2ba88b8eb43..00000000000
--- a/NuGet.config
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <packageSources>
- <clear />
- <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
- </packageSources>
-</configuration>