Add NuGet.Config for Tizen
authorWonyoung Choi <wy80.choi@samsung.com>
Mon, 20 Aug 2018 10:21:43 +0000 (19:21 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Mon, 20 Aug 2018 10:21:43 +0000 (19:21 +0900)
NuGet.Config [new file with mode: 0644]

diff --git a/NuGet.Config b/NuGet.Config
new file mode 100644 (file)
index 0000000..6791985
--- /dev/null
@@ -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="tizen.myget.org" value="https://tizen.myget.org/F/dotnet/api/v3/index.json" protocolVersion="3" />
+  </packageSources>
+</configuration>