cloutier--bird.makeup/src/BirdsiteLive.Cryptography/BirdsiteLive.Cryptography.csproj

14 lines
367 B
XML
Raw Normal View History

2020-03-21 03:29:36 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
2020-06-04 22:53:38 -04:00
<ItemGroup>
<PackageReference Include="Asn1" Version="1.0.9" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
</ItemGroup>
2020-03-21 03:29:36 -04:00
</Project>