webview2 / EdgeSharp

Build .NET Win32/WinForms/WPF WebView2 HTML5 Desktop Apps
MIT License
255 stars 30 forks source link

Support net framework? #8

Closed weianweigan closed 1 year ago

weianweigan commented 1 year ago

Hi, this is a awsome project. I want to use it in my work, but i found that it cannot used in .net framework's wpf project. So i forked it and add net461 to TargetFrameworks.

This is my commit. I changed a few lines of code to compile and passed testcase. It passed unittests but I don't konw if there is some other problems when i use it in .net framework. If there is no major problem, Could i create a pr for this?

mattkol commented 1 year ago

@weianweigan sure, please create the PR, it would help other developers using .NET Framework. Thanks.