Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/app.config @ 17777

Last change on this file since 17777 was 16575, checked in by gkronber, 5 years ago

#2520: changed HeuristicLab.BioBoost addon to compile with new HL.Persistence

File size: 746 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <runtime>
4    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5      <dependentAssembly>
6        <assemblyIdentity name="GeoAPI" publicKeyToken="a1a0da7def465678" culture="neutral"/>
7        <bindingRedirect oldVersion="0.0.0.0-1.7.3.0" newVersion="1.7.3.0"/>
8      </dependentAssembly>
9      <dependentAssembly>
10        <assemblyIdentity name="NetTopologySuite" publicKeyToken="f580a05016ebada1" culture="neutral"/>
11        <bindingRedirect oldVersion="0.0.0.0-1.13.3.0" newVersion="1.13.3.0"/>
12      </dependentAssembly>
13    </assemblyBinding>
14  </runtime>
15<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.