diff --git a/extras/Build/CMake/FindWebView2.cmake b/extras/Build/CMake/FindWebView2.cmake index 6dc51c3a3c..a760f9722a 100644 --- a/extras/Build/CMake/FindWebView2.cmake +++ b/extras/Build/CMake/FindWebView2.cmake @@ -71,7 +71,7 @@ elseif(NOT WebView2_FIND_QUIETLY) "open a PowerShell and issue the following commands" "\n" "> Register-PackageSource -provider NuGet -name nugetRepository -location https://www.nuget.org/api/v2\n" - "> Install-Package Microsoft.Web.WebView2 -Scope CurrentUser -RequiredVersion 1.0.1901.177 -Source nugetRepository\n" + "> Install-Package Microsoft.Web.WebView2 -Scope CurrentUser -RequiredVersion 1.0.3485.44 -Source nugetRepository\n" "\n" "Alternatively you can use the JUCE_WEBVIEW2_PACKAGE_LOCATION CMake variable to specify the directory " "where this find script is looking for the *Microsoft.Web.WebView2* package directory.") diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h index 06041a7be1..625543b3d6 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h @@ -2697,7 +2697,7 @@ protected: bool targetFrameworkNative = false; }; - inline static const NuGetPackage webviewPackage { "Microsoft.Web.WebView2", "1.0.1901.177", false }; + inline static const NuGetPackage webviewPackage { "Microsoft.Web.WebView2", "1.0.3485.44", false }; inline static const NuGetPackage cppwinrtPackage { "Microsoft.Windows.CppWinRT", "2.0.240405.15", true }; inline static const NuGetPackage midiPackage { "Microsoft.Windows.Devices.Midi2", "1.0.3-preview-11.250228-237", false };