Newer
Older
ClosedXML / ClosedXML_Sandbox / app.config
@Francois Botha Francois Botha on 1 May 2017 160 bytes Upgrade to .NET 4.5.2
<?xml version="1.0"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
  </startup>
</configuration>