<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
    </startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="LiveCharts" publicKeyToken="c5935629d38af058" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-0.7.2.2" newVersion="0.7.2.2"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="LiveCharts.Wpf" publicKeyToken="3b585c2a5f1a92c1" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-0.7.2.2" newVersion="0.7.2.2"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
