mirror of
https://gitlab.com/fabinfra/fabaccess/nfc.git
synced 2025-05-22 17:34:35 +02:00
15 lines
374 B
XML
15 lines
374 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="log4net" Version="2.0.15" />
|
|
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|