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:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-07-02 16:05:50 +0300
committerGitHub <noreply@github.com>2019-07-02 16:05:50 +0300
commit39f4784b772808f068c6ad2020adbc837d4849b6 (patch)
treeb609fefea43a2b5887fa5299421ea2c4b1ff8bce /NuGet.config
parentad50be35d77057b43076325d470e8431fb7cebd5 (diff)
[master] Update dependencies from dotnet/arcade (#637)
* Update dependencies from https://github.com/dotnet/arcade build 20190624.24 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19324.24 * Update dependencies from https://github.com/dotnet/arcade build 20190626.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.2 * Update dependencies from https://github.com/dotnet/arcade build 20190626.44 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.44 * Update dependencies from https://github.com/dotnet/arcade build 20190627.39 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19327.39 * Update dependencies from https://github.com/dotnet/arcade build 20190628.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19328.2 * Update dependencies from https://github.com/dotnet/arcade build 20190629.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19329.2 * Update dependencies from https://github.com/dotnet/arcade build 20190630.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19330.1 * Update dependencies from https://github.com/dotnet/arcade build 20190701.4 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19351.4
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" />