Skip to content

Commit

Permalink
Update WebView2 package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Apr 19, 2022
1 parent 2e1d9c8 commit 87d46d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function(nuget_add_package package_name package package_version)
endfunction()

function(nuget_add_webview target_name)
nuget_add_package(webview2 "Microsoft.Web.WebView2" 1.0.864.35)
nuget_add_package(webview2 "Microsoft.Web.WebView2" 1.0.1185.39)

set(webview2_loc_native ${webview2_loc}/build/native)
# target_link_libraries(${target_name}
Expand Down

0 comments on commit 87d46d8

Please sign in to comment.