Add nuget.config file for building 73/282373/1 accepted/tizen/unified/20221004.073928
authorInHong Han <inhong1.han@samsung.com>
Fri, 30 Sep 2022 09:25:41 +0000 (18:25 +0900)
committerInHong Han <inhong1.han@samsung.com>
Fri, 30 Sep 2022 09:25:41 +0000 (18:25 +0900)
Change-Id: I5505baea9bf27b31e09f6f4ffec5a2d0e47149d5

Settings/SettingInputmethod/SettingInputmethod.csproj
Settings/SettingInputmethod/nuget.config [new file with mode: 0644]
Settings/SettingView/SettingView.csproj
Settings/SettingView/nuget.config [new file with mode: 0644]

index 33b986ed41eed570b995011763e09b2498ccc107..2cbeaef3ae087b8f23d7f2f0dce1df74ff0a53c3 100644 (file)
@@ -4,7 +4,7 @@
     <OutputType>Exe</OutputType>
     <TargetFramework>tizen10.0</TargetFramework>
       <AssemblyName>SettingInputmethod</AssemblyName>
-      <disableimplicitframeworkreferences>True</disableimplicitframeworkreferences>
+      <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>
   </PropertyGroup>
 
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/Settings/SettingInputmethod/nuget.config b/Settings/SettingInputmethod/nuget.config
new file mode 100644 (file)
index 0000000..1cde40d
--- /dev/null
@@ -0,0 +1,10 @@
+<?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>
index b31b50f653580be2f3c4d850c12a5513ce057b8a..41266051382481c7650aebcef411a58b62a96957 100644 (file)
@@ -4,7 +4,7 @@
     <OutputType>Exe</OutputType>\r
     <TargetFramework>tizen10.0</TargetFramework>\r
       <AssemblyName>SettingView</AssemblyName>\r
-      <disableimplicitframeworkreferences>True</disableimplicitframeworkreferences>\r
+      <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>\r
   </PropertyGroup>\r
 \r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
diff --git a/Settings/SettingView/nuget.config b/Settings/SettingView/nuget.config
new file mode 100644 (file)
index 0000000..1cde40d
--- /dev/null
@@ -0,0 +1,10 @@
+<?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>