Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.SeamlessSamples / ProviderSample / ProviderSample.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</TargetFramework>
6       <AssemblyName>ProviderSample</AssemblyName>
7   </PropertyGroup>
8
9   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10     <DebugType>portable</DebugType>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
13     <DebugType>None</DebugType>
14   </PropertyGroup>
15
16   <ItemGroup>
17     <Folder Include="lib\" />
18     <Folder Include="res\" />
19   </ItemGroup>
20
21
22   <ItemGroup>
23     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.0" />
24   </ItemGroup>
25
26
27   <ItemGroup>
28     <ProjectReference Include="..\..\..\src\Tizen.NUI.Components\Tizen.NUI.Components.csproj" />
29     <ProjectReference Include="..\..\..\src\Tizen.NUI\Tizen.NUI.csproj" />
30   </ItemGroup>
31
32 </Project>
33