Skip to content

Commit 8484188

Browse files
tigkblok
authored andcommitted
Updated to work with VS2019 and .NET Core 3.1 (#1361)
1 parent d80f9c6 commit 8484188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/PuppeteerSharpPdfDemo/PuppeteerSharpPdfDemo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.2</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<LangVersion>7.3</LangVersion>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="PuppeteerSharp" Version="1.0.1" />
9+
<PackageReference Include="PuppeteerSharp" Version="2.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)