diff options
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..bee3bad --- /dev/null +++ b/nuget.config @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <packageSources> + <add key="Nuget" value="https://www.nuget.org/api/v2/" /> + </packageSources> + <activePackageSource> + <add key="All" value="(Aggregate source)" /> + </activePackageSource> +</configuration>
\ No newline at end of file |