Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/20 14:45:26 (4 years ago)
Author:
pfleck
Message:

#3040 Added DiffSharp as alternative for AutoDiff and TensorFlowNet

Location:
branches/3040_VectorBasedGP/HeuristicLab/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3040_VectorBasedGP/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r16565 r17759  
    192192    </BootstrapperPackage>
    193193  </ItemGroup>
     194  <ItemGroup>
     195    <PackageReference Include="Google.Protobuf">
     196      <Version>3.11.3</Version>
     197    </PackageReference>
     198  </ItemGroup>
    194199  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    195200  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • branches/3040_VectorBasedGP/HeuristicLab/3.3/app.config

    r11623 r17759  
    99  <runtime>
    1010    <gcServer enabled="true"/>
     11    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
     12      <dependentAssembly>
     13        <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
     14        <bindingRedirect oldVersion="0.0.0.0-4.7.0.0" newVersion="4.7.0.0" />
     15      </dependentAssembly>
     16    </assemblyBinding>
    1117  </runtime>
    1218
Note: See TracChangeset for help on using the changeset viewer.