diff options
author | Rob Mensching <rob@firegiant.com> | 2017-08-11 00:39:04 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-08-15 01:51:22 -0700 |
commit | 4ebc33174c02e1c9f5693b5ef38ecfe3292c687f (patch) | |
tree | 5800ee5feb0cb30d71c706d36ce2ef857e9b87c3 /src/nuget.config | |
parent | b558e6bb06aa27f57670736bfd3e22cc34ab0669 (diff) | |
download | wix-4ebc33174c02e1c9f5693b5ef38ecfe3292c687f.tar.gz wix-4ebc33174c02e1c9f5693b5ef38ecfe3292c687f.tar.bz2 wix-4ebc33174c02e1c9f5693b5ef38ecfe3292c687f.zip |
Move to .NET Core 2.0
Diffstat (limited to 'src/nuget.config')
-rw-r--r-- | src/nuget.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/nuget.config b/src/nuget.config new file mode 100644 index 00000000..d040e229 --- /dev/null +++ b/src/nuget.config | |||
@@ -0,0 +1,11 @@ | |||
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 | ||