Files
Operation-Blue-Laminate-v2/BlueLaminate/BlueLaminate.Scraper/BlueLaminate.Scraper.csproj
2026-05-29 14:00:58 -05:00

14 lines
305 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.12.4" />
</ItemGroup>
</Project>