summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/App.config
blob: 6664f1edc94c5d9f023d23ac52c586bfaaeb6631 (plain)
1
2
3
4
5
6
7
8
9
10
<?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>