Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2017-06-20 13:01:40 +0300
committerAlan McGovern <alan.mcgovern@gmail.com>2017-06-20 13:06:42 +0300
commit55c53af1254891b59acc5cae9d8ee2e3d4e1e8a2 (patch)
tree52d4321684b2b12fa1e5346fc565a35e4e5efafd /NuGet.Config
parent9c5e22ae287c1755e242c88fb01ca9f851d9999b (diff)
[build] Ensure we specify our nuget sources
Diffstat (limited to 'NuGet.Config')
-rw-r--r--NuGet.Config9
1 files changed, 9 insertions, 0 deletions
diff --git a/NuGet.Config b/NuGet.Config
new file mode 100644
index 0000000..d7b3d23
--- /dev/null
+++ b/NuGet.Config
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <config>
+ <add key="repositorypath" value="packages" />
+ </config>
+ <packageSources>
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
+ </packageSources>
+</configuration>