Revert "Revert "Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)" (#5466)"
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.WebViewTest / Tizen.NUI.WebViewTest.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</TargetFramework>
6     <AssemblyName>Tizen.NUI.WebViewTest</AssemblyName>
7     <SignAssembly>true</SignAssembly>
8     <PackageId>Tizen.NUI.WebViewTest</PackageId>
9     <Authors>Tizen.NUI.WebViewTest</Authors>
10     <Company>Tizen.NUI.WebViewTest</Company>
11     <Product>Tizen.NUI.WebViewTest</Product>
12   </PropertyGroup>
13
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugType>portable</DebugType>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
18     <DebugType>None</DebugType>
19   </PropertyGroup>
20
21   <ItemGroup>
22         <PackageReference Include="Tizen.NET" Version="10.0.0.17317" />
23         <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
24   </ItemGroup>
25
26 </Project>
27