下载固定版本的包,使用解压缩工具解压缩
https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/?form=MA13LH#download-section

wpf中加载这个目录 Webview2_129为测试的目录

var envPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Webview2_129");
var env = await CoreWebView2Environment.CreateAsync(envPath);

await webView.EnsureCoreWebView2Async(env);

[参考]
无依赖webview2

留待后查,同时方便他人