Skip to content

Commit

Permalink
Update demo versions (#1501)
Browse files Browse the repository at this point in the history
* Update demo versions

* Update appveyor image
  • Loading branch information
kblok authored Jul 6, 2020
1 parent 66491e0 commit 2c2d9c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appveyor-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2017
image: Visual Studio 2019
configuration: Release
environment:
matrix:
- framework: net471
- framework: netcoreapp2.2
- framework: netcoreapp3.1
before_build:
- ps: >-
dotnet restore .\demos\PuppeteerSharpDemos-Local.sln
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.2;net471</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net471</TargetFrameworks>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net471'">
Expand Down
3 changes: 1 addition & 2 deletions demos/PuppeteerSharpPdfDemo/PuppeteerSharpPdfDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PuppeteerSharp" Version="2.0.0" />
<PackageReference Include="PuppeteerSharp" Version="2.0.3" />
</ItemGroup>

</Project>

0 comments on commit 2c2d9c8

Please sign in to comment.