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

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
  </PropertyGroup>

  <PropertyGroup>
    <NoWarn>$(NoWarn);NU1605</NoWarn>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Tizen.Xamarin.Forms.Extension" Version="2.4.0-v00005" />
    <PackageReference Include="Xamarin.Forms" Version="2.4.0-r266-006" />
  </ItemGroup>

</Project>