Files
WebScrapeApp/OceanNetWorks/OceanNetWorks.csproj
2021-08-02 12:41:02 +02:00

13 lines
313 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.12.1" />
</ItemGroup>
</Project>