Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/app.config @ 17131

Last change on this file since 17131 was 16692, checked in by abeham, 5 years ago

#2521: merged trunk changes up to r15681 into branch (removal of trunk/sources)

File size: 432 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="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
7        <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
8      </dependentAssembly>
9    </assemblyBinding>
10  </runtime>
11</configuration>
Note: See TracBrowser for help on using the repository browser.