Update dependencies
[master-thesis.git] / Parasitemia / WPF / app.config
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="ZedGraph" publicKeyToken="02a83cbd123fcd60" culture="neutral"/>
7         <bindingRedirect oldVersion="0.0.0.0-5.1.7.430" newVersion="5.1.7.430"/>
8       </dependentAssembly>
9       <dependentAssembly>
10         <assemblyIdentity name="OpenTK" publicKeyToken="bad199fe84eb3df4" culture="neutral"/>
11         <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
12       </dependentAssembly>
13       <dependentAssembly>
14         <assemblyIdentity name="OpenTK.GLControl" publicKeyToken="bad199fe84eb3df4" culture="neutral"/>
15         <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
16       </dependentAssembly>
17     </assemblyBinding>
18   </runtime>
19 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/></startup></configuration>