diff options
Diffstat (limited to 'nuget.config')
| -rw-r--r-- | nuget.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 000000000..54e660f9c --- /dev/null +++ b/nuget.config @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <packageSources> + <!--To inherit the global NuGet package sources remove the <clear/> line below --> + <clear /> + <add key="nuget" value="https://api.nuget.org/v3/index.json" /> + </packageSources> +</configuration>
\ No newline at end of file |
