16 lines
476 B
XML
16 lines
476 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
|
|
<Version>0.1</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DiscUtils.Core" Version="0.16.13" />
|
|
<PackageReference Include="DiscUtils.Iso9660" Version="0.16.13" />
|
|
<PackageReference Include="System.IO.Hashing" Version="7.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|