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