[Build] Downgrade version of Microsoft.NETCore.Platform to 2.0.0
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.nuspec
index 2b8933b..770a60c 100644 (file)
@@ -2,22 +2,32 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
   <metadata>
     <id>Tizen.NET</id>
-    <version>5.0.0-preview1</version>
+    <version>$fxversion$</version>
     <authors>Samsung Electronics</authors>
     <owners>Samsung Electronics</owners>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
     <projectUrl>https://www.tizen.org/</projectUrl>
     <iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
-    <description>A set of Tizen.NET APIs. This includes all of the APIs built on top of Tizen Platform.</description>
+    <description>A set of Tizen .NET APIs. This includes all of the APIs built on top of Tizen Platform.</description>
     <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
+    <dependencies>
+      <group targetFramework="Tizen4.0">
+        <dependency id="Tizen.NET.API4" version="4.0.1.14152" />
+        <dependency id="Microsoft.NETCore.Platforms" version="2.0.0" />
+      </group>
+      <group targetFramework="Tizen5.0">
+        <dependency id="Tizen.NET.API5" version="$fxversion$" />
+        <dependency id="Microsoft.NETCore.Platforms" version="2.0.0" />
+      </group>
+      <group targetFramework=".NETStandard2.0">
+        <dependency id="Tizen.NET.API5" version="$fxversion$" />
+        <dependency id="Microsoft.NETCore.Platforms" version="2.0.0" />
+      </group>
+    </dependencies>
   </metadata>
   <files>
-
     <file src="pkg\build\**" target="build" />
-
-    <file src="Artifacts\bin\public\*.dll"  target="lib\netstandard2.0" />
-    <file src="Artifacts\bin\public\*.xml"  target="lib\netstandard2.0" />
-
+    <file src="pkg\runtime.json" />
   </files>
 </package>