You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.config 763 B

10 years ago
12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /></startup>
  4. <runtime>
  5. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  6. <dependentAssembly>
  7. <assemblyIdentity name="Common.Logging.Core" publicKeyToken="af08829b84f0328e" culture="neutral" />
  8. <bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
  9. </dependentAssembly>
  10. <dependentAssembly>
  11. <assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral" />
  12. <bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
  13. </dependentAssembly>
  14. </assemblyBinding>
  15. </runtime>
  16. </configuration>