Add SystemRuntime reference
authorJiyoung Yun <jy910.yun@samsung.com>
Fri, 5 Aug 2016 09:33:44 +0000 (18:33 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Fri, 5 Aug 2016 09:34:51 +0000 (18:34 +0900)
Fix build break issue when building with corefx.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: Ieeceb0fbc30ee33afd3a06d9a7abf147895c5277

Tizen.Network.IoTConnectivity/Tizen.Network.IoTConnectivity.csproj

index 9c83e2a..86d261a 100644 (file)
@@ -47,6 +47,7 @@
     <Reference Include="System.Data" />
     <Reference Include="System.Net.Http" />
     <Reference Include="System.Xml" />
+    <Reference Include="System.Runtime" />
   </ItemGroup>
   <ItemGroup>
     <Compile Include="Tizen.Network.IoTConnectivity\Attributes.cs" />
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>