Browse Source

Fix #1334: NuGet.config should explicitly specify the NuGet.org feed

pull/1347/head
Siegfried Pammer 7 years ago
parent
commit
dcac0bd88e
  1. 1
      NuGet.config

1
NuGet.config

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" />
<add key="ILSpy" value="https://ci.appveyor.com/nuget/ilspy-masterfeed" />
</packageSources>
</configuration>
Loading…
Cancel
Save