DisplayMagician/HeliosDisplayManagement.Reporting/App.config
temacdonald 38c6302c8a Converted to .Net4.8 and System.CommandLine.DragonFruit
Migrated to the latest .Net Framework (v4.8) and changed to
System.CommandLine.DragonFruit for the parameter processing
as CommandLineParser completely altered their required
programme structure which meant something had to change.
Figured using Microsoft's own poduct would be best.
2020-04-13 15:47:38 +12:00

7 lines
173 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>