1
0
Fork 0
WordpressEbookScraper2/WordpressEboobScraper2.csproj

20 lines
516 B
XML
Raw Normal View History

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>
<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>