diff options
Diffstat (limited to 'ShiftOS.Server/App.config')
| -rw-r--r-- | ShiftOS.Server/App.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS.Server/App.config b/ShiftOS.Server/App.config index a0a13df..05150dc 100644 --- a/ShiftOS.Server/App.config +++ b/ShiftOS.Server/App.config @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <configuration> <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> </startup> <runtime> <loadFromRemoteSources enabled="true" /> @@ -16,4 +16,4 @@ </dependentAssembly> </assemblyBinding> </runtime> -</configuration>
\ No newline at end of file +</configuration> |
