Update reference

This commit is contained in:
Michael Bucari-Tovo 2022-06-26 13:01:40 -06:00
parent 38dcb10a6e
commit 9d93a98a58

View File

@ -5,20 +5,10 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="AudibleApi" Version="4.3.0.1" /> <PackageReference Include="AudibleApi" Version="4.3.0.1" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LibationFileManager\LibationFileManager.csproj" /> <ProjectReference Include="..\LibationFileManager\LibationFileManager.csproj" />
</ItemGroup> </ItemGroup>