Merge pull request #4 from HandsomeMatt/remote-sources-fix

Enable loadFromRemoteSources
This commit is contained in:
Zoryn 2016-03-01 10:55:05 -05:00
commit bb93dc8396
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>