Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / src / Tizen.Security / Tizen.Security.csproj
index 0f449ba..eec4f4a 100644 (file)
@@ -1,24 +1,12 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <Import Project="../build/build.props" />
-  
   <PropertyGroup>
-    <Version>1.0.7</Version>
-    <Description>Provides the display name or description of privileges.</Description>
-  </PropertyGroup>
-
-  <PropertyGroup>
-    <TargetFramework>netstandard1.3</TargetFramework>
-    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <SignAssembly>True</SignAssembly>
-    <AssemblyOriginatorKeyFile>Tizen.Security.snk</AssemblyOriginatorKeyFile>
-    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
+    <TargetFramework>netstandard2.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Tizen" Version="$(TizenVersion)" />
-    <PackageReference Include="Tizen.Applications.Common" Version="$(ApplicationsVersion)" />
-    <PackageReference Include="Tizen.Applications.PackageManager" Version="$(ApplicationsVersion)" />
+    <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
+    <ProjectReference Include="..\Tizen.Applications.PackageManager\Tizen.Applications.PackageManager.csproj" />
   </ItemGroup>
 
-</Project>
+</Project>
\ No newline at end of file