MediaBrowser.Server.Installer.exe.config 291 B

12345678910
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <appSettings>
  4. <add key="product" value="server" />
  5. <add key="class" value="Beta" />
  6. </appSettings>
  7. <startup>
  8. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  9. </startup>
  10. </configuration>