libs.nfc/NFC_iOS/NFC_iOS.csproj
2023-01-29 19:01:31 +01:00

16 lines
313 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2545" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NFC\NFC.csproj" />
</ItemGroup>
</Project>