diff options
author | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-27 01:10:18 -0400 |
---|---|---|
committer | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-27 01:10:18 -0400 |
commit | 976bc6e2a96aba761c0feff414dd5f95dd4cd991 (patch) | |
tree | 9dd87794562d797ec8291fd00af0409b406467df /StardewModdingAPI/App.config | |
parent | 112305161688eb4d88ccfc79b5636eca6e0ab1d9 (diff) | |
parent | 12bf4fd843be26f89b5fe3415aeec3055c54d786 (diff) | |
download | SMAPI-976bc6e2a96aba761c0feff414dd5f95dd4cd991.tar.gz SMAPI-976bc6e2a96aba761c0feff414dd5f95dd4cd991.tar.bz2 SMAPI-976bc6e2a96aba761c0feff414dd5f95dd4cd991.zip |
Merge pull request #67 from Zoryn4163/master
logging things. not sure if ready for release build, testing for a bit.
Diffstat (limited to 'StardewModdingAPI/App.config')
-rw-r--r-- | StardewModdingAPI/App.config | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/StardewModdingAPI/App.config b/StardewModdingAPI/App.config index 697c237b..dc6eaae3 100644 --- a/StardewModdingAPI/App.config +++ b/StardewModdingAPI/App.config @@ -1,9 +1,10 @@ -<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
+
<configuration>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
- </startup>
- <runtime>
- <loadFromRemoteSources enabled="true"/>
- </runtime>
-</configuration>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+ </startup>
+ <runtime>
+ <loadFromRemoteSources enabled="true" />
+ </runtime>
+</configuration>
\ No newline at end of file |