Skip to content

Commit

Permalink
Bump CefSharp.Wpf from 118.6.80 to 119.1.20
Browse files Browse the repository at this point in the history
Bumps [CefSharp.Wpf](https://github.com/cefsharp/cefsharp) from 118.6.80 to 119.1.20.
- [Release notes](https://github.com/cefsharp/cefsharp/releases)
- [Commits](cefsharp/CefSharp@v118.6.80...v119.1.20)

---
updated-dependencies:
- dependency-name: CefSharp.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 8b8f759 commit 637c687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net48'))">
<PackageReference Include="CefSharp.Wpf" Version="118.6.80" />
<PackageReference Include="CefSharp.Wpf" Version="119.1.20" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Project/Sucrose.WPF.CS/Sucrose.WPF.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net48'))">
<PackageReference Include="CefSharp.Wpf" Version="118.6.80" />
<PackageReference Include="CefSharp.Wpf" Version="119.1.20" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net48'))">
Expand Down

0 comments on commit 637c687

Please sign in to comment.