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:
authorMatt Mitchell <mmitche@microsoft.com>2020-03-26 18:10:05 +0300
committerGitHub <noreply@github.com>2020-03-26 18:10:05 +0300
commit18cc017cc914a2c9406178eaf7cfc0e063b77481 (patch)
treef8a415da68e75a12f5a72a7fda466bf2753afb5d /NuGet.config
parent78768ce44c00b352d1ca11124e0b362516fa0266 (diff)
Feed cleanup and add darc dependency for Microsoft.NET.Sdk.IL (#1021)
* Feed cleanup Switch away from blob feeds * Add dotnet5 feed * Add darc dependency for Microsoft.NET.Sdk.IL and upgrade to latest version Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config5
1 files changed, 2 insertions, 3 deletions
diff --git a/NuGet.config b/NuGet.config
index 513d625a9..1cb0c92c3 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -3,9 +3,8 @@
<packageSources>
<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="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
+ <add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
- <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
- <add key="dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
</packageSources>
</configuration>