[ElmSharp] Fixed an error of ElmSharp.Test csproj file by netcoreapp1.0 15/149315/2
authorRinaYou <rina6350.you@samsung.com>
Tue, 12 Sep 2017 05:32:38 +0000 (14:32 +0900)
committerRinaYou <rina6350.you@samsung.com>
Tue, 12 Sep 2017 05:34:33 +0000 (14:34 +0900)
Change-Id: Id260b8f18244957997728db3d840a12eea222b3b

test/ElmSharp.Test/ElmSharp.Test.csproj [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 580f5c5..5842abe
@@ -12,7 +12,7 @@
   <!-- Property Group for .NET Core Project -->
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp1.1</TargetFramework>
+    <TargetFramework>netcoreapp2.0</TargetFramework>
   </PropertyGroup>
 
   <!-- Property Group for Tizen Project -->