deps(dotnet): Bump CefSharp.OffScreen.NETCore from 146.0.70 to 147.0.100#67
Conversation
AI AnalysisTechnical Summary: This pull request updates the CefSharp.OffScreen.NETCore dependency from version 146.0.70 to 147.0.100. The update aligns the project with Chromium version 147.0.7727.118, introducing changes from both Chromium and CefSharp upstream. Technical Requirements and Constraints
This summary was automatically generated by AI to help with triage and may not be 100% accurate. |
--- updated-dependencies: - dependency-name: CefSharp.OffScreen.NETCore dependency-version: 147.0.100 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
8056f95 to
1d60296
Compare
karlspace
left a comment
There was a problem hiding this comment.
Approving — CefSharp's native runtime requires Common, Wpf, and OffScreen to share the same major version. .Common (#66) and .Wpf (#68) already merged at 147.0.100, so OffScreen at 146.0.70 leaves the trio in a mismatched state. This PR closes that gap.
- Single line in
Directory.Packages.props, no API surface impact - Underlying CEF/Chromium 147.0.7727.118 (no breaking changes flagged for CefSharp consumers in the 146.0.x → 147.0.x changelog)
- CI green (Build, Validate Package, GitGuardian); skipped jobs are release-publish steps that only run on main
- No
.csprojtouch needed — centralized package management handles the version bump
Merging.
Updated CefSharp.OffScreen.NETCore from 146.0.70 to 147.0.100.
Release notes
Sourced from CefSharp.OffScreen.NETCore's releases.
147.0.100
CEF 147.0.10+gd58e84d+chromium-147.0.7727.118 / Chromium 147.0.7727.118
✅ Change Log
For a list of
CefSharpspecific changes see the 147.0.x Milestone.ℹ️ Notes
Visual C++dependencies, read theFAQfor more details.H264/AAC, sites likeNetflix/Twitter/Instagram/Facebook/Spotify/Apple Musicwon't play video/audio. See #1479 for more info.MP3audio is supported, playingMP4files are not supported.CefSharpshould read the General Usage Guide❌ Known Issues
Chrome bootstrap.VC++ 2022is required, higher versions are backwards compatible. For those upgrading from a previous version which only requiredVC++ 2019 minimumsee Update min required Visual C++ runtime from 2019 to 2022 cefsharp/CefSharp#4640 for some guidance.CachePath/RootCachePathare accessed from multiple processes. See #4668 for more detailsRequestContextyou must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See Release Notification - 81.3.x cefsharp/CefSharp#3111 (comment) for detailsWPFthe browser stops redrawing when running onIntel Iris Xe Integrated GPU(11th Gen).Intelhave released an updated driver, see https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html See WPF - cannot redraw page on Intel 11th Core Iris Xe Integration graphic card dotnet/wpf#3817 for workaround if you are unable to install the updated driver.146.0.100
April 11, 2026, CEF 146.0.10+g8219561+chromium-146.0.7680.179 / Chromium 146.0.7680.179
✅ Change Log
For a list of
CefSharpspecific changes see the 146.0.x Milestone.Commits viewable in compare view.