diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-15 06:20:30 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-15 06:20:30 +0100 |
| commit | aa1e0e321ad64b72d80efcb7984acdf1cd3d6b7a (patch) | |
| tree | 4abce617ce12dea1ebe9f030d93ebb5f4407cad8 /src/I2R.LightNews.csproj | |
| parent | add94527050dc311c4ad117e25dd5e4517b3b887 (diff) | |
| download | lettnytt-aa1e0e321ad64b72d80efcb7984acdf1cd3d6b7a.tar.xz lettnytt-aa1e0e321ad64b72d80efcb7984acdf1cd3d6b7a.zip | |
refactor: Add some styling
Diffstat (limited to 'src/I2R.LightNews.csproj')
| -rw-r--r-- | src/I2R.LightNews.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/I2R.LightNews.csproj b/src/I2R.LightNews.csproj index fd635d0..a84c852 100644 --- a/src/I2R.LightNews.csproj +++ b/src/I2R.LightNews.csproj @@ -7,8 +7,8 @@ <ItemGroup> <PackageReference Include="AngleSharp" Version="0.17.1" /> - <PackageReference Include="HtmlAgilityPack" Version="1.11.46" /> <PackageReference Include="IOL.Helpers" Version="3.1.0" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.0" /> </ItemGroup> </Project> |
