diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-04-15 17:27:24 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-04-15 17:27:24 -0400 |
| commit | 71223ed1a8de3e155c7e0df251c5f19f5263d024 (patch) | |
| tree | 13a9ae6a4daaaebf03e0e39e4050260babc19b64 /Installation | |
| parent | ef0ed773b8ebbeae784bae1ee3b5a687660e728f (diff) | |
Update ApplicationUpdater
Diffstat (limited to 'Installation')
| -rw-r--r-- | Installation/MediaBrowser.Server.Installer.exe.config | 10 |
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 |
