libs.nfc/NFC/NFC.csproj

13 lines
302 B
XML
Raw Normal View History

2021-03-30 22:08:20 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
2021-03-30 22:51:02 +02:00
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
</ItemGroup>
2021-03-30 22:08:20 +02:00
</Project>