summaryrefslogtreecommitdiffstats
path: root/src/I2R.LightNews.csproj
blob: fd635d0d7bbe05474aaa131ed5d71107e108ff0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk.Web">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
    </PropertyGroup>

    <ItemGroup>
        <PackageReference Include="AngleSharp" Version="0.17.1" />
        <PackageReference Include="HtmlAgilityPack" Version="1.11.46" />
        <PackageReference Include="IOL.Helpers" Version="3.1.0" />
    </ItemGroup>

</Project>