Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / test / ElmSharp.Test / ElmSharp.Test.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</TargetFramework>
6   </PropertyGroup>
7
8   <ItemGroup>
9     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.0" />
10   </ItemGroup>
11   <ItemGroup>
12     <ProjectReference Include="..\..\src\ElmSharp\ElmSharp.csproj" />
13     <ProjectReference Include="..\..\src\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
14     <ProjectReference Include="..\..\src\Tizen.Applications.UI\Tizen.Applications.UI.csproj" />
15     <ProjectReference Include="..\..\src\Tizen.Log\Tizen.Log.csproj" />
16     <ProjectReference Include="..\..\src\Tizen\Tizen.csproj" />
17   </ItemGroup>
18
19 </Project>