diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-08-20 00:03:07 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-08-20 00:03:07 -0700 |
| commit | 7ad5748abaa2f61edc3eff2f3a02f2ef51eef196 (patch) | |
| tree | cf41868eb06b4a7cf19c19d13e107b68da77e635 | |
| parent | 4ebc33174c02e1c9f5693b5ef38ecfe3292c687f (diff) | |
| download | wix-7ad5748abaa2f61edc3eff2f3a02f2ef51eef196.tar.gz wix-7ad5748abaa2f61edc3eff2f3a02f2ef51eef196.tar.bz2 wix-7ad5748abaa2f61edc3eff2f3a02f2ef51eef196.zip | |
Move configuration files to the root
| -rw-r--r-- | nuget.config (renamed from src/nuget.config) | 3 | ||||
| -rw-r--r-- | version.json (renamed from src/version.json) | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/nuget.config b/nuget.config index d040e229..8f1e24be 100644 --- a/src/nuget.config +++ b/nuget.config | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <configuration> | 2 | <configuration> |
| 3 | <config> | ||
| 4 | <add key="repositorypath" value="packages" /> | ||
| 5 | </config> | ||
| 6 | <packageSources> | 3 | <packageSources> |
| 7 | <clear /> | 4 | <clear /> |
| 8 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | 5 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |
diff --git a/src/version.json b/version.json index fba429f7..fba429f7 100644 --- a/src/version.json +++ b/version.json | |||
