Fix .nuspec file for migration to VS2017
authorJiyong Min <jiyong.min@samsung.com>
Wed, 17 May 2017 23:53:24 +0000 (08:53 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Wed, 17 May 2017 23:55:43 +0000 (08:55 +0900)
- The file section will be generated automatically in OBS build, therefore it should be deleted.

Change-Id: Ib0e2072655a8cca2f9f324923c621303fcedd654
Signed-off-by: jiyong min <jiyong.min@samsung.com>
src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.nuspec

index 68ad0aa..d0f5681 100755 (executable)
@@ -14,7 +14,4 @@
       <dependency id="Tizen" version="1.0.2" />
     </dependencies>
   </metadata>
-  <files>
-    <file src="bin/$Configuration$/Tizen.Content.MediaContent.dll" target="lib/netstandard1.3" />
-  </files>
 </package>