BuildFeed/MongoTimeFix/App.config
Thomas Hounsell a8b9ac9d53 Date / Time fixes
Mongo treated Unspecified as if they were Local, helpfully "correcting"
them all to UTC.
2015-10-14 14:06:23 +01:00

6 lines
184 B
XML

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