mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
13 lines
287 B
XML
13 lines
287 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="PCSC" Version="5.0.0" />
|
|
<PackageReference Include="PCSC.Iso7816" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|