Skip to content

Commit 2c2d9c8

Browse files
authored
Update demo versions (#1501)
* Update demo versions * Update appveyor image
1 parent 66491e0 commit 2c2d9c8

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

appveyor-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: 1.0.{build}
22
branches:
33
only:
44
- master
5-
image: Visual Studio 2017
5+
image: Visual Studio 2019
66
configuration: Release
77
environment:
88
matrix:
99
- framework: net471
10-
- framework: netcoreapp2.2
10+
- framework: netcoreapp3.1
1111
before_build:
1212
- ps: >-
1313
dotnet restore .\demos\PuppeteerSharpDemos-Local.sln

demos/PuppeteerSharpPdfDemo/PuppeteerSharpPdfDemo-Local.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp2.2;net471</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp3.1;net471</TargetFrameworks>
66
<LangVersion>7.3</LangVersion>
77
</PropertyGroup>
88
<PropertyGroup Condition="'$(TargetFramework)'=='net471'">

demos/PuppeteerSharpPdfDemo/PuppeteerSharpPdfDemo.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<LangVersion>7.3</LangVersion>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="PuppeteerSharp" Version="2.0.0" />
9+
<PackageReference Include="PuppeteerSharp" Version="2.0.3" />
1010
</ItemGroup>
11-
1211
</Project>

0 commit comments

Comments
 (0)