summary refs log tree commit diff
path: root/NuGet.Config
diff options
context:
space:
mode:
Diffstat (limited to 'NuGet.Config')
-rw-r--r--NuGet.Config7
1 files changed, 7 insertions, 0 deletions
diff --git a/NuGet.Config b/NuGet.Config
new file mode 100644

index 000000000..4e1630eaf --- /dev/null +++ b/NuGet.Config
@@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <packageSources> + <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> + <add key="sourcelink" value="https://ci.appveyor.com/nuget/sourcelink/" /> + </packageSources> +</configuration> \ No newline at end of file