Set PrivateAssets to All in package references for System.* package 70/134470/1
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 19 Jun 2017 00:59:50 +0000 (09:59 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 19 Jun 2017 01:00:50 +0000 (10:00 +0900)
Change-Id: Ifead82c4fbee9014ce320ac4a3cb7716f48a5c8a
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
Tizen.NUI/Tizen.NUI.csproj [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index d642c46..56b7e80
@@ -22,7 +22,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
+    <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" PrivateAssets="All" />
     <PackageReference Include="Tizen.Applications.Common" Version="1.5.8" />
     <PackageReference Include="Tizen.Applications.UI" Version="1.5.8" />
   </ItemGroup>