WebPnCbzMaker.csproj 588 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net8.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Magick.NET-Q8-x64" Version="13.9.0" />
  10. <PackageReference Include="SevenZipSharp.Interop" Version="19.1.0" />
  11. <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0" />
  12. <PackageReference Include="System.Security.Permissions" Version="9.0.0" />
  13. </ItemGroup>
  14. </Project>