FlexitimeTracker/CardReaderService/CardReaderServiceHost/App.config
Chris.Watts90@outlook.com d55ee663b8 retarget for .net 4.5 (from 4.5.2) for mono support.
reference logger.
add calls to logger to help trace the service on start/stop.
2018-05-30 13:39:44 +01:00

7 lines
178 B
XML

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