aboutsummaryrefslogtreecommitdiff
path: root/Installation
diff options
context:
space:
mode:
Diffstat (limited to 'Installation')
-rw-r--r--Installation/MediaBrowser.Server.Installer.exe.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/Installation/MediaBrowser.Server.Installer.exe.config b/Installation/MediaBrowser.Server.Installer.exe.config
new file mode 100644
index 0000000000..efff9590da
--- /dev/null
+++ b/Installation/MediaBrowser.Server.Installer.exe.config
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <appSettings>
+ <add key="product" value="server" />
+ <add key="class" value="Beta" />
+ </appSettings>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+ </startup>
+</configuration> \ No newline at end of file