app.config 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <runtime>
  4. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  5. <probing prvatePath="bin/service/plugins/INSUNew" />
  6. <dependentAssembly>
  7. <assemblyIdentity name="SunnyUI.Common" publicKeyToken="5a271fb7ba597231" culture="neutral" />
  8. <bindingRedirect oldVersion="0.0.0.0-3.3.2.0" newVersion="3.3.2.0" />
  9. </dependentAssembly>
  10. <dependentAssembly>
  11. <assemblyIdentity name="FastReport.Bars" publicKeyToken="db7e5ce63278458c" culture="neutral" />
  12. <bindingRedirect oldVersion="0.0.0.0-2021.3.0.0" newVersion="2021.3.0.0" />
  13. </dependentAssembly>
  14. <dependentAssembly>
  15. <assemblyIdentity name="FastReport.Editor" publicKeyToken="db7e5ce63278458c" culture="neutral" />
  16. <bindingRedirect oldVersion="0.0.0.0-2021.3.0.0" newVersion="2021.3.0.0" />
  17. </dependentAssembly>
  18. <dependentAssembly>
  19. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  20. <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
  21. </dependentAssembly>
  22. </assemblyBinding>
  23. </runtime>
  24. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup></configuration>