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.
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<TargetFrameworks>net6.0;net7.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="NodaTime" Version="3.0.5" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|