Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / src / ElmSharp.Wearable / ElmSharp.Wearable.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard2.0</TargetFramework>
5   </PropertyGroup>
6
7   <PropertyGroup>
8     <SupportedProfiles>wearable</SupportedProfiles>
9   </PropertyGroup>
10
11   <ItemGroup>
12     <TizenPreloadFile Include="ElmSharp.Wearable.preload" Sequence="30" />
13   </ItemGroup>
14
15   <ItemGroup>
16     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
17   </ItemGroup>
18
19 </Project>