AfRApay/AfRApay.FTM/AfRApay.FTM.csproj

17 lines
485 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-02-08 13:05:51 +01:00
<ItemGroup>
<PackageReference Include="PCSC" Version="6.1.3" />
<PackageReference Include="PCSC.Iso7816" Version="6.1.3" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
</Project>