summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/App.config
blob: f17ee77f67cb7daf2ea9ef26ee206d3958d48230 (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.5"/>
  </startup>
  <runtime>
    <loadFromRemoteSources enabled="true"/>
  </runtime>
</configuration>