Fix AssetTargetFallback property in Tizen.NET.targets 36/152836/1 preview1-00257
authorWonyoung Choi <wy80.choi@samsung.com>
Wed, 27 Sep 2017 07:49:46 +0000 (16:49 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Wed, 27 Sep 2017 07:50:14 +0000 (16:50 +0900)
Change-Id: If91885cb9b178f3bf3ba395205b709cab1306ec4

pkg/build/tizen40/Tizen.NET.targets

index 76995dc..24a95b6 100644 (file)
@@ -43,7 +43,7 @@
   -->
   <PropertyGroup Condition="'$(OutputType)' == 'Exe'">
     <NoWarn>$(NoWarn);NU1701</NoWarn>
-    <AssetTargetFallback>netcoreapp2.0</AssetTargetFallback>
+    <AssetTargetFallback>$(AssetTargetFallback);netcoreapp2.0</AssetTargetFallback>
   </PropertyGroup>
 
   <ItemGroup Condition="'$(OutputType)' == 'Exe'">