This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ShiftOS_TheReturn/ShiftOS.Server/App.config

9 lines
253 B
Text
Raw Normal View History

2017-01-08 09:57:10 -05:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
2017-01-08 23:33:42 -05:00
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
2017-01-08 09:57:10 -05:00
</configuration>