summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/App.config
blob: 6a8daa0de0059477c39380d2f7187e4006736aad (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
  </startup>
  <runtime>
    <loadFromRemoteSources enabled="true"/>
  </runtime>
</configuration>