You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ Ctrl+F | Open search bar (Enter to find next, Esc to close)
34
34
35
35
- You need [VC++ 2019 Runtime](https://aka.ms/vs/17/release/vc_redist.x64.exe) 32-bit and 64-bit versions
36
36
37
-
- You need .NET Framework 4.8.
37
+
- You need .NET 6.
38
38
39
-
- You need to install the version of VC++ Runtime that CEFSharp needs. Since we are using CefSharp 104, according to [this](https://github.com/cefsharp/CefSharp/#release-branches) we need the above versions
39
+
- You need to install the version of VC++ Runtime that CEFSharp needs. Since we are using CefSharp 106, according to [this](https://github.com/cefsharp/CefSharp/#release-branches) we need the above versions
40
40
41
41
42
42
## Getting started
@@ -54,7 +54,7 @@ Ctrl+F | Open search bar (Enter to find next, Esc to close)
54
54
55
55
## Code
56
56
57
-
- SharpBrowser uses CefSharp 104 and is built on NET Framework 4.8
57
+
- SharpBrowser uses CefSharp 106 and is built on NET 6
58
58
- SharpBrowser supports AnyCPU as well as x86/x64 specific builds
59
59
-`MainForm.cs` - main web browser UI and related functionality
60
60
-`Handlers` - various handlers that we have registered with CefSharp that enable deeper integration between us and CefSharp
0 commit comments