We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80f9c6 commit 8484188Copy full SHA for 8484188
demos/PuppeteerSharpPdfDemo/PuppeteerSharpPdfDemo.csproj
@@ -2,11 +2,11 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>netcoreapp2.2</TargetFramework>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
6
<LangVersion>7.3</LangVersion>
7
</PropertyGroup>
8
<ItemGroup>
9
- <PackageReference Include="PuppeteerSharp" Version="1.0.1" />
+ <PackageReference Include="PuppeteerSharp" Version="2.0.0" />
10
</ItemGroup>
11
12
</Project>
0 commit comments