File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ elseif(NOT WebView2_FIND_QUIETLY)
7171 "open a PowerShell and issue the following commands"
7272 "\n "
7373 "> Register-PackageSource -provider NuGet -name nugetRepository -location https://www.nuget.org/api/v2\n "
74- "> Install-Package Microsoft.Web.WebView2 -Scope CurrentUser -RequiredVersion 1.0.1901.177 -Source nugetRepository\n "
74+ "> Install-Package Microsoft.Web.WebView2 -Scope CurrentUser -RequiredVersion 1.0.3485.44 -Source nugetRepository\n "
7575 "\n "
7676 "Alternatively you can use the JUCE_WEBVIEW2_PACKAGE_LOCATION CMake variable to specify the directory "
7777 "where this find script is looking for the *Microsoft.Web.WebView2* package directory." )
Original file line number Diff line number Diff line change @@ -2697,7 +2697,7 @@ class MSVCProjectExporterBase : public ProjectExporter
26972697 bool targetFrameworkNative = false ;
26982698 };
26992699
2700- inline static const NuGetPackage webviewPackage { " Microsoft.Web.WebView2" , " 1.0.1901.177 " , false };
2700+ inline static const NuGetPackage webviewPackage { " Microsoft.Web.WebView2" , " 1.0.3485.44 " , false };
27012701 inline static const NuGetPackage cppwinrtPackage { " Microsoft.Windows.CppWinRT" , " 2.0.240405.15" , true };
27022702 inline static const NuGetPackage midiPackage { " Microsoft.Windows.Devices.Midi2" , " 1.0.3-preview-11.250228-237" , false };
27032703
You can’t perform that action at this time.
0 commit comments