simplenotesdroid/SimpleNotes.csproj

19 lines
946 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationId>net.tesses.SimpleNotes</ApplicationId>
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.6.1.4" />
<PackageReference Include="Xamarin.AndroidX.ConstraintLayout" Version="2.1.4.7" />
<PackageReference Include="Xamarin.AndroidX.RecyclerView" Version="1.3.2" />
<PackageReference Include="Xamarin.AndroidX.SwipeRefreshLayout" Version="1.1.0.16" />
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.9.0.3" />
</ItemGroup>
</Project>