From 31a636e735a0addc56e4f4527f500b7aa0874eb5 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期五, 03 一月 2025 11:21:46 +0800 Subject: [PATCH] 改了一大堆; --- PdmSw/app.config | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/PdmSw/app.config b/PdmSw/app.config index b9bd614..0a67fa2 100644 --- a/PdmSw/app.config +++ b/PdmSw/app.config @@ -55,6 +55,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> <startup> -- Gitblit v1.9.1