EscudeTools/EscudeLSF/EscudeLSF.csproj

15 lines
346 B
XML
Raw Normal View History

2024-10-10 17:54:47 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.0.0" />
</ItemGroup>
</Project>