[Build] Install files of each module with profile variation (#1902)
[platform/core/csapi/tizenfx.git] / src / Tizen.Log / Tizen.Log.csproj
index e73da10..201ca30 100644 (file)
@@ -1,7 +1,11 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>netstandard1.6</TargetFramework>
+    <TargetFramework>netstandard2.0</TargetFramework>
   </PropertyGroup>
 
+  <ItemGroup>
+    <TizenPreloadFile Include="Tizen.Log.preload" Sequence="30" />
+  </ItemGroup>
+
 </Project>