From 178f53302fb614bd45feac25a6202dc45d7133f3 Mon Sep 17 00:00:00 2001 From: Jessica Chen Date: Mon, 19 Oct 2020 09:44:44 -0700 Subject: [PATCH] Move project to use latest release WebView2 SDK 1.0.622.22 --- README.md | 2 +- WebViewBrowserApp.vcxproj | 4 ++-- packages.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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