File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
demos/PuppeteerSharpPdfDemo Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ version: 1.0.{build}
22branches :
33 only :
44 - master
5- image : Visual Studio 2017
5+ image : Visual Studio 2019
66configuration : Release
77environment :
88 matrix :
99 - framework : net471
10- - framework : netcoreapp2.2
10+ - framework : netcoreapp3.1
1111before_build :
1212- ps : >-
1313 dotnet restore .\demos\PuppeteerSharpDemos-Local.sln
Original file line number Diff line number Diff line change 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'" >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments