diff options
| -rw-r--r-- | ShiftOS.MFSProfiler/App.config | 3 | ||||
| -rw-r--r-- | ShiftOS.Server/App.config | 3 | ||||
| -rw-r--r-- | ShiftOS.WinForms/App.config | 1 | ||||
| -rw-r--r-- | ShiftOS_TheReturn/App.config | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.MFSProfiler/App.config b/ShiftOS.MFSProfiler/App.config index 88fa402..cf88e98 100644 --- a/ShiftOS.MFSProfiler/App.config +++ b/ShiftOS.MFSProfiler/App.config @@ -3,4 +3,7 @@ <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> </startup> + <runtime> + <loadFromRemoteSources enabled="true"/> + </runtime> </configuration>
\ No newline at end of file diff --git a/ShiftOS.Server/App.config b/ShiftOS.Server/App.config index 88fa402..cf88e98 100644 --- a/ShiftOS.Server/App.config +++ b/ShiftOS.Server/App.config @@ -3,4 +3,7 @@ <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> </startup> + <runtime> + <loadFromRemoteSources enabled="true"/> + </runtime> </configuration>
\ No newline at end of file diff --git a/ShiftOS.WinForms/App.config b/ShiftOS.WinForms/App.config index 71a06ba..a5749ef 100644 --- a/ShiftOS.WinForms/App.config +++ b/ShiftOS.WinForms/App.config @@ -4,6 +4,7 @@ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> </startup> <runtime> + <loadFromRemoteSources enabled="true"/> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> diff --git a/ShiftOS_TheReturn/App.config b/ShiftOS_TheReturn/App.config index 88fa402..cf88e98 100644 --- a/ShiftOS_TheReturn/App.config +++ b/ShiftOS_TheReturn/App.config @@ -3,4 +3,7 @@ <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> </startup> + <runtime> + <loadFromRemoteSources enabled="true"/> + </runtime> </configuration>
\ No newline at end of file |
