mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 14:58:36 +01:00
Initial creation of the ServerApplication
This commit is contained in:
parent
3dda1cfdbc
commit
bf0c6ec182
6
MediaBrowser.ServerApplication/App.config
Normal file
6
MediaBrowser.ServerApplication/App.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||||
</startup>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user