diff options
author | Rob Mensching <rob@firegiant.com> | 2017-08-20 00:05:08 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-08-20 00:05:08 -0700 |
commit | 4e8be93efc40abd8b5fbb898d20add9aa3a993d6 (patch) | |
tree | aa9d7135a730b116802d8cdadb0868e6bc0de9fd | |
parent | 4418bd52f1fca52a0d8d5f5b60abd2fdfc7146bd (diff) | |
download | wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.tar.gz wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.tar.bz2 wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.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 4e08a1a9..6e1ad9b5 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 5f857771..5f857771 100644 --- a/src/version.json +++ b/version.json | |||