Migration to visual studio 2017
[platform/core/csapi/download.git] / Tizen.Content.Download / Tizen.Content.Download.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard1.3</TargetFramework>
5     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
6     <SignAssembly>True</SignAssembly>
7     <AssemblyOriginatorKeyFile>Tizen.Content.Download.snk</AssemblyOriginatorKeyFile>
8     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
9     <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
10   </PropertyGroup>
11
12   <ItemGroup>
13     <PackageReference Include="Tizen.Applications.Common" Version="1.5.6" />
14   </ItemGroup>
15
16 </Project>