diff --git a/README.md b/README.md index 213d508..e1de3f2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ WebView2Browser shows some of the simplest uses of WebView2 -such as creating an * [Microsoft Edge (Chromium)](https://www.microsoftedgeinsider.com/download/) installed on a supported OS. * [Visual Studio](https://visualstudio.microsoft.com/vs/) with C++ support installed. -The [WebView2 Runtime](https://developer.microsoft.com/microsoft-edge/webview2/) is recommended for the installation and the minimum version is 86.0.622.11. +The [WebView2 Runtime](https://developer.microsoft.com/microsoft-edge/webview2/) is recommended for the installation and the minimum version is 86.0.622.38. ## Build the browser diff --git a/WebViewBrowserApp.vcxproj b/WebViewBrowserApp.vcxproj index 8bc6619..0b8a4fb 100644 --- a/WebViewBrowserApp.vcxproj +++ b/WebViewBrowserApp.vcxproj @@ -206,7 +206,7 @@ - + @@ -214,6 +214,6 @@ - + \ No newline at end of file diff --git a/packages.config b/packages.config index f770f73..853ea0c 100644 --- a/packages.config +++ b/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file