mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-21 18:48:16 +00:00
begin to rework repositories
This commit is contained in:
@@ -50,6 +50,7 @@ namespace Emby.Server
|
||||
//var success = SetDllDirectory(architecturePath);
|
||||
|
||||
var appPaths = CreateApplicationPaths(baseDirectory);
|
||||
SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3());
|
||||
|
||||
var logManager = new NlogManager(appPaths.LogDirectoryPath, "server");
|
||||
logManager.ReloadLogger(LogSeverity.Debug);
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
"Microsoft.Win32.Registry": "4.0.0",
|
||||
"System.Runtime.Extensions": "4.1.0",
|
||||
"System.Diagnostics.Process": "4.1.0",
|
||||
"Microsoft.Data.SQLite": "1.1.0-preview1-final"
|
||||
"Microsoft.Data.SQLite": "1.1.0-preview1-final",
|
||||
"SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.0"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
||||
Reference in New Issue
Block a user