FlexitimeTracker/CardReaderService/CardReaderServiceHost/App.config
Chris.Watts90@outlook.com 0f3eb1d46b 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.
2017-03-30 16:54:54 +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>