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:38:47 +0300
committerGitHub <noreply@github.com>2021-11-10 15:38:47 +0300
commitf11a3a4bbc36b2a18af0077cc53e7cee517615f7 (patch)
tree476146a3e0154281550c08427f6eab7673a77c11
parent5eb240a7fd5a1fee02a3851ccacca0925563258a (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 4b2250e637a..00000000000
--- a/NuGet.config
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <packageSources>
- <clear />
- <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
- <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
- </packageSources>
-</configuration>