-
Notifications
You must be signed in to change notification settings - Fork 11
/
App.config
30 lines (30 loc) · 1.48 KB
/
App.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?><configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="0Harmony" publicKeyToken="null" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.10.2.0" newVersion="2.10.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="BepInEx" publicKeyToken="null" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.4.21.0" newVersion="5.4.21.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Deli.Patcher" publicKeyToken="null" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.3.0.0" newVersion="0.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Deli.Setup" publicKeyToken="null" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.3.0.0" newVersion="0.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MonoMod.RuntimeDetour" publicKeyToken="null" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.7.31.1" newVersion="22.7.31.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MonoMod.Utils" publicKeyToken="null" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.7.31.1" newVersion="22.7.31.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>