Update Libation to work with new AAXClean.Codecs

This commit is contained in:
Michael Bucari-Tovo 2022-04-24 19:40:34 -06:00
parent 5caa9c5687
commit e5dd4b856e
17 changed files with 21 additions and 17 deletions

View file

@ -2,6 +2,7 @@
using System.IO;
using System.Threading.Tasks;
using AAXClean;
using AAXClean.Codecs;
using DataLayer;
using Dinah.Core;
using Dinah.Core.ErrorHandling;

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
</PropertyGroup>
<ItemGroup>