diff options
Diffstat (limited to 'config/files/.config/NuGet/NuGet.Config')
| -rw-r--r-- | config/files/.config/NuGet/NuGet.Config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/files/.config/NuGet/NuGet.Config b/config/files/.config/NuGet/NuGet.Config new file mode 100644 index 0000000..449478c --- /dev/null +++ b/config/files/.config/NuGet/NuGet.Config @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <config> + <add key="repositoryPath" value="/root/.nuget/packages" /> + </config> + <packageSources> + <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> + </packageSources> + <packageRestore> + <add key="enabled" value="true" /> + <add key="automatic" value="true" /> + </packageRestore> +</configuration> |
