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

12 lines
216 B
XML
Raw Normal View History

2020-03-21 03:29:36 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-04-23 11:50:09 -04:00
<TargetFramework>net7.0</TargetFramework>
2020-03-21 03:29:36 -04:00
</PropertyGroup>
2020-06-04 22:53:38 -04:00
<ItemGroup>
<PackageReference Include="Asn1" Version="1.0.9" />
</ItemGroup>
2020-03-21 03:29:36 -04:00
</Project>