aboutsummaryrefslogtreecommitdiffstats
path: root/src/I2R.LightNews.csproj
blob: b8d7ed96e9f8695576ef02071a2032b847f34ce5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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="IOL.Helpers" Version="3.1.0" />
        <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.0" />
    </ItemGroup>

    <ItemGroup>
      <Content Include="..\build_and_push.sh">
        <Link>build_and_push.sh</Link>
      </Content>
    </ItemGroup>

</Project>