Can we have NetStandard compiled version of CefSharp.OffScreen ? #4774
Replies: 1 comment
-
https://learn.microsoft.com/en-us/dotnet/core/porting/cpp-cli#ccli-net-core-limitations Unfortunately we cannot target .net standard.
There's nothing stopping you now. You just need to multi target your library. See https://github.com/cefsharp/CefSharp.Wpf.HwndHost/blob/master/CefSharp.Wpf.HwndHost/CefSharp.Wpf.HwndHost.csproj#L25 for an example. |
Beta Was this translation helpful? Give feedback.
-
It would be good if we have CefSharp.OffScreen compiled in netstandard2.0 and greater as we can use the same in framework and core.
Beta Was this translation helpful? Give feedback.
All reactions