diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-07 15:03:26 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-07 15:03:26 -0700 |
| commit | bc29a9d7a98fab7de435d8a06007197efa189709 (patch) | |
| tree | d43e6817b3e392059f6b6481cd54f713edd7127e /config | |
| parent | 5f7786bb4865a9d9622c3819d8e0b5b67ebf0cfa (diff) | |
Fix nuget specs
Diffstat (limited to 'config')
| -rw-r--r-- | config/.config/NuGet/NuGet.Config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/.config/NuGet/NuGet.Config b/config/.config/NuGet/NuGet.Config index 5aacae8..449478c 100644 --- a/config/.config/NuGet/NuGet.Config +++ b/config/.config/NuGet/NuGet.Config @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <configuration> <config> - <add key="repositoryPath" value="/root/.packages" /> + <add key="repositoryPath" value="/root/.nuget/packages" /> </config> <packageSources> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
