Merge remote-tracking branch 'trace/tizen'
[platform/core/csapi/tizenfx.git] / src / Tizen.Security.SecureRepository / Tizen.Security.SecureRepository.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <Import Project="../build/build.props" />
4
5   <PropertyGroup>
6     <Version>1.0.9</Version>
7     <Description>
8       Provides the secure repository protected by Tizen platform for keys, certificates, and sensitive data of users and/or their apps.
9       Additionally, secure cryptographic operations for non-exportable keys without revealing key values to clients are provided.
10     </Description>
11   </PropertyGroup>
12
13   <PropertyGroup>
14     <TargetFramework>netstandard1.3</TargetFramework>
15     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
16     <SignAssembly>True</SignAssembly>
17     <AssemblyOriginatorKeyFile>Tizen.Security.SecureRepository.snk</AssemblyOriginatorKeyFile>
18     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
19   </PropertyGroup>
20
21   <ItemGroup>
22     <PackageReference Include="Tizen" Version="$(TizenVersion)" />
23   </ItemGroup>
24
25 </Project>
26