aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server/App.config
blob: cf88e98e831640c7fd5b9c7f3ccbfd20eb50fe9d (plain) (blame)
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.2" />
    </startup>
  <runtime>
    <loadFromRemoteSources enabled="true"/>
  </runtime>
</configuration>