- For SVACE build, nuget.config file is necessary.
Change-Id: Ie66ab4c56a67127dbf71843c4271e0b3ad4881c9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="NuGet official package source" value="https://nuget.org/api/v2/" />
+ <add key="Tizen" value="https://tizen.myget.org/F/dotnet/api/v3/index.json" />
+ </packageSources>
+ <activePackageSource>
+ <add key="All" value="(Aggregate source)" />
+ </activePackageSource>
+</configuration>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="NuGet official package source" value="https://nuget.org/api/v2/" />
+ <add key="Tizen" value="https://tizen.myget.org/F/dotnet/api/v3/index.json" />
+ </packageSources>
+ <activePackageSource>
+ <add key="All" value="(Aggregate source)" />
+ </activePackageSource>
+</configuration>