diff options
| author | Michael <[email protected]> | 2017-02-11 18:51:20 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-11 18:51:20 -0500 |
| commit | 46b4bb61a81354de5ac2260c0505e79dfcf06a5b (patch) | |
| tree | 5fed801e92aed1f1f10edc55419bccbe8e33b8da /ShiftOS.Server.WebAdmin/App.config | |
| parent | 4fd98597b89ac976503e4152de3035d6fb590fe2 (diff) | |
| download | shiftos_thereturn-46b4bb61a81354de5ac2260c0505e79dfcf06a5b.tar.gz shiftos_thereturn-46b4bb61a81354de5ac2260c0505e79dfcf06a5b.tar.bz2 shiftos_thereturn-46b4bb61a81354de5ac2260c0505e79dfcf06a5b.zip | |
Begin admin panel work.
Diffstat (limited to 'ShiftOS.Server.WebAdmin/App.config')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS.Server.WebAdmin/App.config b/ShiftOS.Server.WebAdmin/App.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/ShiftOS.Server.WebAdmin/App.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> + </startup> +</configuration>
\ No newline at end of file |
