diff options
author | Rob Mensching <rob@firegiant.com> | 2017-08-15 00:36:12 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-08-15 01:31:18 -0700 |
commit | 0358780c77469974dd8bc87840364e790ccecc29 (patch) | |
tree | 174eda58367c7873f57d64047cb44ba1930c8c73 /src/nuget.config | |
parent | 8bba595424c3b1928fc7758e084127ce9064f745 (diff) | |
download | wix-0358780c77469974dd8bc87840364e790ccecc29.tar.gz wix-0358780c77469974dd8bc87840364e790ccecc29.tar.bz2 wix-0358780c77469974dd8bc87840364e790ccecc29.zip |
Migrate XsdGen
Diffstat (limited to 'src/nuget.config')
-rw-r--r-- | src/nuget.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nuget.config b/src/nuget.config new file mode 100644 index 00000000..4e08a1a9 --- /dev/null +++ b/src/nuget.config | |||
@@ -0,0 +1,10 @@ | |||
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 | </packageSources> | ||
10 | </configuration> \ No newline at end of file | ||