summaryrefslogtreecommitdiff
path: root/Tizen.WebView/Tizen.WebView.csproj
blob: 7c234db040b792378039f81347196be1f30ef934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard1.6</TargetFramework>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
    <SignAssembly>True</SignAssembly>
    <AssemblyOriginatorKeyFile>Tizen.WebView.snk</AssemblyOriginatorKeyFile>
    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
    <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="ElmSharp" Version="1.2.0-*" />
  </ItemGroup>

</Project>