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

13 lines
316 B
XML

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