A stable modding interface between Techblox and mods https://mod.exmods.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
412B

  1. <?xml version="1.0" encoding="utf-8"?><configuration>
  2. <runtime>
  3. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  4. <dependentAssembly>
  5. <assemblyIdentity name="mscorlib" publicKeyToken="b77a5c561934e089" culture="neutral" />
  6. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  7. </dependentAssembly>
  8. </assemblyBinding>
  9. </runtime>
  10. </configuration>