diff options
author | Rob Mensching <rob@firegiant.com> | 2017-09-03 10:47:32 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-09-03 13:33:32 -0700 |
commit | 8e8da6dbc051ec884b5d439bb4f44dc027d05bbf (patch) | |
tree | c657a6dcfe476d6f2ca1c6969810ceda1da76715 /nuget.config | |
parent | 725dae07e336ecfe5fe51970d6f31d4a8337b519 (diff) | |
download | wix-8e8da6dbc051ec884b5d439bb4f44dc027d05bbf.tar.gz wix-8e8da6dbc051ec884b5d439bb4f44dc027d05bbf.tar.bz2 wix-8e8da6dbc051ec884b5d439bb4f44dc027d05bbf.zip |
Initialize repo
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..6e1ad9b5 --- /dev/null +++ b/nuget.config | |||
@@ -0,0 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <configuration> | ||
3 | <packageSources> | ||
4 | <clear /> | ||
5 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
6 | </packageSources> | ||
7 | </configuration> \ No newline at end of file | ||