[ElmSharp.Wearable.Test] Fix Exe to dll 39/146739/2
authorpius.lee <pius.lee@samsung.com>
Wed, 30 Aug 2017 08:25:22 +0000 (17:25 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 4 Sep 2017 04:58:28 +0000 (04:58 +0000)
Change Extension of test executable to dll from Exe for .NET Core

Change-Id: I01580c2b389f5e676b3d43c0219fc5a2d4c278e9

test/ElmSharp.Wearable.Test/tizen-manifest.xml

index 623eb7c..2953a16 100644 (file)
@@ -2,7 +2,7 @@
 <manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="ElmSharpTest.Wearable" version="1.0.0">
        <profile name="wearable" />
        <ui-application appid="org.tizen.ElmSharp.Wearable.Test"
-                                       exec="ElmSharp.Wearable.Test.exe"
+                                       exec="ElmSharp.Wearable.Test.dll"
                                        type="dotnet"
                                        multiple="false"
                                        taskmanage="true"