This commit is contained in:
Michael Bucari-Tovo 2022-07-20 20:08:53 -06:00
parent 62cbad0d8f
commit 285563af5e

View File

@ -1,8 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AAXClean.Codecs" Version="0.2.10" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
@ -14,8 +18,7 @@
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\OneDrive\Projects\AaxClean\AaxTest\AAXClean.Codecs\src\AAXClean.Codecs.csproj" />
<ProjectReference Include="..\FileManager\FileManager.csproj" />
</ItemGroup>
<ProjectReference Include="..\FileManager\FileManager.csproj" />
</ItemGroup>
</Project>