Skip to content

deps(dotnet): Bump CefSharp.OffScreen.NETCore from 146.0.70 to 147.0.100#67

Merged
karlspace merged 1 commit into
mainfrom
dependabot/nuget/CefSharp.OffScreen.NETCore-147.0.100
May 19, 2026
Merged

deps(dotnet): Bump CefSharp.OffScreen.NETCore from 146.0.70 to 147.0.100#67
karlspace merged 1 commit into
mainfrom
dependabot/nuget/CefSharp.OffScreen.NETCore-147.0.100

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

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 CefSharp specific changes see the 147.0.x Milestone.

ℹ️ Notes

  • You can bin deploy the Visual C++ dependencies, read the FAQ for more details.
  • For a list of files included in the packages see Output files description table (Redistribution) Wiki
  • Due to licensing issues default builds do not support proprietary codecs like H264/AAC, sites like Netflix/Twitter/Instagram/Facebook/Spotify/Apple Music won't play video/audio. See #​1479 for more info. MP3 audio is supported, playing MP4 files are not supported.
  • Anyone new to CefSharp should read the General Usage Guide
  • This project uses Microsoft SourceLink for better debugging, you can step directly into much of the project source directly.

❌ Known Issues


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 CefSharp specific changes see the 146.0.x Milestone.

Commits viewable in compare view.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 10, 2026
@dependabot dependabot Bot requested a review from karlspace as a code owner May 10, 2026 06:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 10, 2026
@github-actions
Copy link
Copy Markdown

AI Analysis

Technical 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

  • Visual C++ Redistributable:
    The minimum required version is now the Microsoft Visual C++ 2022 Redistributable, replacing the previously required VC++ 2019. This is a breaking platform-level dependency and will require users to install or upgrade this runtime on their environments.

  • .NET Version:
    Minimum .NET version requirement has been bumped to .NET 6.0 for NetCore users.

  • Absolute Paths Enforcement:
    New constraints mandate that all file system paths related to CefSharp (e.g., CachePath, BrowserSubProcessPath) must be absolute. Usage of relative paths will cause runtime


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>
@dependabot dependabot Bot force-pushed the dependabot/nuget/CefSharp.OffScreen.NETCore-147.0.100 branch from 8056f95 to 1d60296 Compare May 19, 2026 10:29
Copy link
Copy Markdown
Contributor

@karlspace karlspace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .csproj touch needed — centralized package management handles the version bump

Merging.

@karlspace karlspace merged commit 018afed into main May 19, 2026
10 checks passed
@karlspace karlspace deleted the dependabot/nuget/CefSharp.OffScreen.NETCore-147.0.100 branch May 19, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant