diff options
Diffstat (limited to 'src/nuget.config')
-rw-r--r-- | src/nuget.config | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/nuget.config b/src/nuget.config deleted file mode 100644 index d040e229..00000000 --- a/src/nuget.config +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <configuration> | ||
3 | <config> | ||
4 | <add key="repositorypath" value="packages" /> | ||
5 | </config> | ||
6 | <packageSources> | ||
7 | <clear /> | ||
8 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
9 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | ||
10 | </packageSources> | ||
11 | </configuration> \ No newline at end of file | ||