Skip to content

Commit 703f5fa

Browse files
committed
Update UpdateManagerV2 exe in update2
1 parent f39386a commit 703f5fa

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

update2/UpdateManager.exe.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1" />
5+
</startup>
6+
</configuration>

update2/UpdateManagerV2.exe

-131 KB
Binary file not shown.

update2/UpdateManagerV2.exe.config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,4 @@
33
<startup>
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1" />
55
</startup>
6-
<runtime>
7-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8-
<dependentAssembly>
9-
<assemblyIdentity name="System.Resources.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
10-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
11-
</dependentAssembly>
12-
</assemblyBinding>
13-
</runtime>
146
</configuration>

0 commit comments

Comments
 (0)