diff options
| author | william341 <[email protected]> | 2017-01-08 21:33:42 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-01-08 21:33:42 -0700 |
| commit | 1fad20429aedd25e5429bc30d85c389799e29fc7 (patch) | |
| tree | 722be46b40849595e1fd4037282ab75fdb9e4ad3 /ShiftOS.MFSProfiler/App.config | |
| parent | 87cef863786db1d1bd63141d4cb364f02349833a (diff) | |
| download | shiftos_thereturn-1fad20429aedd25e5429bc30d85c389799e29fc7.tar.gz shiftos_thereturn-1fad20429aedd25e5429bc30d85c389799e29fc7.tar.bz2 shiftos_thereturn-1fad20429aedd25e5429bc30d85c389799e29fc7.zip | |
fix appvoyer builds
Diffstat (limited to 'ShiftOS.MFSProfiler/App.config')
| -rw-r--r-- | ShiftOS.MFSProfiler/App.config | 3 |
1 files changed, 3 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 |
