Files
Ffu2Vhdx/Img2Ffu.Library/Img2Ffu.Library.csproj
T
2024-09-09 19:49:55 +02:00

20 lines
712 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;ARM32;ARM64;x86;x64</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LTRData.DiscUtils.Core" Version="1.0.46" />
<PackageReference Include="LTRData.DiscUtils.Streams" Version="1.0.46" />
<PackageReference Include="LTRData.DiscUtils.Vhd" Version="1.0.46" />
<PackageReference Include="LTRData.DiscUtils.Vhdx" Version="1.0.46" />
<PackageReference Include="LTRData.DiscUtils.Ntfs" Version="1.0.46" />
</ItemGroup>
</Project>