You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
584 B
16 lines
584 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<Nullable>enable</Nullable> |
|
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="AngleSharp" Version="0.16.0" /> |
|
<PackageReference Include="Flurl" Version="3.0.2" /> |
|
<PackageReference Include="Jetbrains.Annotations" Version="2021.2.0" /> |
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
|
<PackageReference Include="NodaTime" Version="3.0.5" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|