Migrate DiscUtils fat code to a standalone project dependency

This commit is contained in:
Gustave Monce
2025-11-01 09:42:52 +01:00
parent e838168127
commit 933e9e53b6
20 changed files with 920 additions and 7 deletions
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiscUtils.Core" Version="0.16.13" />
</ItemGroup>
</Project>