diff options
author | Matt Stevens <matt@handsomematt.co.uk> | 2016-03-01 15:31:52 +0000 |
---|---|---|
committer | Matt Stevens <matt@handsomematt.co.uk> | 2016-03-01 15:31:52 +0000 |
commit | 0fcf88f285ba67594fa81364ce0e19cf1e9c8962 (patch) | |
tree | 3a03cff35c7c008aba58e67877ce36567a191cc7 /StardewModdingAPI | |
parent | dddb8d129b9e02279370969b0f098de31c829c2e (diff) | |
download | SMAPI-0fcf88f285ba67594fa81364ce0e19cf1e9c8962.tar.gz SMAPI-0fcf88f285ba67594fa81364ce0e19cf1e9c8962.tar.bz2 SMAPI-0fcf88f285ba67594fa81364ce0e19cf1e9c8962.zip |
loadFromRemoteSources=true
Diffstat (limited to 'StardewModdingAPI')
-rw-r--r-- | StardewModdingAPI/App.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StardewModdingAPI/App.config b/StardewModdingAPI/App.config index 8e156463..d08d307f 100644 --- a/StardewModdingAPI/App.config +++ b/StardewModdingAPI/App.config @@ -3,4 +3,7 @@ <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> </startup> + <runtime> + <loadFromRemoteSources enabled="true"/> + </runtime> </configuration>
\ No newline at end of file |