2023-08-20 15:10:10 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2023-10-03 16:13:37 +02:00
|
|
|
<Nullable>disable</Nullable>
|
2023-08-20 15:10:10 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-08-20 16:10:39 +02:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="DotNetZip" Version="1.16.0" />
|
|
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.51" />
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-10-03 16:13:37 +02:00
|
|
|
|
|
|
|
|
2023-08-20 15:10:10 +02:00
|
|
|
</Project>
|