Skip to content

Commit da6a016

Browse files
authored
Change README to .NET 6 and CEF106
1 parent bec8a9a commit da6a016

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Ctrl+F | Open search bar (Enter to find next, Esc to close)
3434

3535
- You need [VC++ 2019 Runtime](https://aka.ms/vs/17/release/vc_redist.x64.exe) 32-bit and 64-bit versions
3636

37-
- You need .NET Framework 4.8.
37+
- You need .NET 6.
3838

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
4040

4141

4242
## Getting started
@@ -54,7 +54,7 @@ Ctrl+F | Open search bar (Enter to find next, Esc to close)
5454

5555
## Code
5656

57-
- SharpBrowser uses CefSharp 104 and is built on NET Framework 4.8
57+
- SharpBrowser uses CefSharp 106 and is built on NET 6
5858
- SharpBrowser supports AnyCPU as well as x86/x64 specific builds
5959
- `MainForm.cs` - main web browser UI and related functionality
6060
- `Handlers` - various handlers that we have registered with CefSharp that enable deeper integration between us and CefSharp

0 commit comments

Comments
 (0)