Service helpers should be part of the package again.

This commit is contained in:
Keivan Beigi 2013-07-25 12:18:50 -07:00
commit b029195260
4 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,6 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>