From 31a636e735a0addc56e4f4527f500b7aa0874eb5 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期五, 03 一月 2025 11:21:46 +0800 Subject: [PATCH] 改了一大堆; --- WpfUI/App.config | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/WpfUI/App.config b/WpfUI/App.config index ecafdf3..a340821 100644 --- a/WpfUI/App.config +++ b/WpfUI/App.config @@ -76,6 +76,14 @@ <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" /> </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="Microsoft.Web.WebView2.WinForms" publicKeyToken="2a8ab48044d2601e" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-1.0.1938.49" newVersion="1.0.1938.49" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="Microsoft.Web.WebView2.Core" publicKeyToken="2a8ab48044d2601e" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-1.0.1938.49" newVersion="1.0.1938.49" /> + </dependentAssembly> </assemblyBinding> </runtime> </configuration> -- Gitblit v1.9.1