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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/NuGet.config b/NuGet.config
index fa9925ae6..513d625a9 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
- <!-- nuget-build is necessary for the integration package to
- depend on the same NuGet package that the sdk uses -->
+ <clear />
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
<add key="dotnet-core-myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />