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