Create NuGet.Config (#220)
author최원영/Common Platform Lab(SR)/Staff Engineer/삼성전자 <wy80.choi@samsung.com>
Mon, 11 May 2020 04:59:43 +0000 (13:59 +0900)
committer유리나/Common Platform Lab(SR)/Staff Engineer/삼성전자 <rina6350.you@samsung.com>
Mon, 11 May 2020 04:59:43 +0000 (13:59 +0900)
NuGet.Config [new file with mode: 0644]

diff --git a/NuGet.Config b/NuGet.Config
new file mode 100644 (file)
index 0000000..c4ea70c
--- /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>