Skip to content

Commit

Permalink
Merge pull request #150 from litmus/puppeteersharp/samples/20.0.2
Browse files Browse the repository at this point in the history
Manually update puppeteer sharp dependencies
  • Loading branch information
brianfeucht authored Oct 7, 2024
2 parents ac535d2 + 35312d6 commit 167cfae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/SampleLambda-dotnet6/SampleLambda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="PuppeteerSharp" Version="19.0.1" />
<PackageReference Include="PuppeteerSharp" Version="20.0.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion sample/SampleLambda-dotnet7/SampleLambda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="PuppeteerSharp" Version="19.0.1" />
<PackageReference Include="PuppeteerSharp" Version="20.0.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion sample/SampleLambda-dotnet8/SampleLambda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="PuppeteerSharp" Version="19.0.1" />
<PackageReference Include="PuppeteerSharp" Version="20.0.2" />
</ItemGroup>

</Project>

0 comments on commit 167cfae

Please sign in to comment.