Free cookie consent management tool by TermsFeed Policy Generator

source: branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/app.config @ 15348

Last change on this file since 15348 was 15348, checked in by gkronber, 7 years ago

#2789 worked on NLR with constraints

File size: 426 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="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
7        <bindingRedirect oldVersion="0.0.0.0-4.4.1.0" newVersion="4.4.1.0" />
8      </dependentAssembly>
9    </assemblyBinding>
10  </runtime>
11</configuration>
Note: See TracBrowser for help on using the repository browser.