tytd-mobile/TYTD.Mobile/TYTD.Mobile.csproj

24 lines
1.0 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFramework>net6.0-android</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationId>net.tesses.TYTD</ApplicationId>
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.5.1" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.3" />
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.6.1.1" />
<PackageReference Include="Xamarin.AndroidX.Leanback" Version="1.0.0.16" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TYTD.Common\TYTD.Common.csproj" />
</ItemGroup>
</Project>