Libation/AaxDecrypter/AaxDecrypter.csproj
2021-09-02 08:13:42 -06:00

13 lines
287 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AAXClean" Version="0.1.0" />
<PackageReference Include="Dinah.Core" Version="1.0.5.1" />
</ItemGroup>
</Project>