Skip to content

Compare: General Usage

New page
Showing with 5 additions and 3 deletions.
  1. +4 −2 Frequently-asked-questions.md
  2. +1 −1 General-Usage.md
2 changes: 1 addition & 1 deletion General-Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Each `CefSharp` release has it's own branch, see https://github.com/cefsharp/Cef

**CefSharp requires**:
- Microsoft `.Net 4.5.2` or greater
- [Microsoft Visual C++ Redistributable Packages for Visual Studio 2013](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) (either `x86` or `x64` depending on your application)
- [Microsoft Visual C++ Redistributable Package](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) (either `x86` or `x64` depending on your application). To determine which versions of `Visual C++` you require see https://github.com/cefsharp/CefSharp#release-branches

Notes:
- You can package the `VC++ Redist Dll's` with your application see https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions#Including_vcredist for details
Expand Down