How to use CefSharp.OffScreen.NETCore with .net8 ? #5182
Unanswered
nicolas-mathieu-tami
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
My project runs in .net8 and with version 137 of CefSharp.OffScreen.NETCore it works fine.
But when I try to upgrade to version 140.1.140 it fails with:
Package CefSharp.OffScreen.NETCore 140.1.140 is not compatible with net8.0 (.NETCoreApp,Version=v8.0). Package CefSharp.OffScreen.NETCore 140.1.140 supports: net6.0-windows7.0 (.NETCoreApp,Version=v6.0)
I cannot change my project to .net6 because I have many dependencies in .net8.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions