<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Wabbajack.Downloaders.Interfaces\Wabbajack.Downloaders.Interfaces.csproj" /> <ProjectReference Include="..\Wabbajack.Paths.IO\Wabbajack.Paths.IO.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="MegaApiClient" Version="1.10.0" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" /> </ItemGroup> </Project>