Libation/Source/AudibleUtilities/AudibleUtilities.csproj
Michael Bucari-Tovo 22e5c8746c Updated Api
2022-05-10 12:36:46 -06:00

16 lines
350 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AudibleApi" Version="2.8.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LibationFileManager\LibationFileManager.csproj" />
</ItemGroup>
</Project>