mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update components
This commit is contained in:
parent
973749bb99
commit
0091d2c51e
@ -38,22 +38,22 @@
|
|||||||
"netstandard1.6": {
|
"netstandard1.6": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.6.0",
|
"NETStandard.Library": "1.6.1",
|
||||||
"System.IO.FileSystem.DriveInfo": "4.0.0",
|
"System.IO.FileSystem.DriveInfo": "4.3.0",
|
||||||
"System.Diagnostics.Process": "4.1.0",
|
"System.Diagnostics.Process": "4.3.0",
|
||||||
"System.Threading.Timer": "4.0.1",
|
"System.Threading.Timer": "4.3.0",
|
||||||
"System.Net.Requests": "4.0.11",
|
"System.Net.Requests": "4.3.0",
|
||||||
"System.Xml.ReaderWriter": "4.0.11",
|
"System.Xml.ReaderWriter": "4.3.0",
|
||||||
"System.Xml.XmlSerializer": "4.0.11",
|
"System.Xml.XmlSerializer": "4.3.0",
|
||||||
"System.Net.Http": "4.1.0",
|
"System.Net.Http": "4.3.0",
|
||||||
"System.Net.Primitives": "4.0.11",
|
"System.Net.Primitives": "4.3.0",
|
||||||
"System.Net.Sockets": "4.1.0",
|
"System.Net.Sockets": "4.3.0",
|
||||||
"System.Net.NetworkInformation": "4.1.0",
|
"System.Net.NetworkInformation": "4.3.0",
|
||||||
"System.Net.NameResolution": "4.0.0",
|
"System.Net.NameResolution": "4.3.0",
|
||||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
|
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
|
||||||
"System.Reflection": "4.1.0",
|
"System.Reflection": "4.3.0",
|
||||||
"System.Reflection.Primitives": "4.0.1",
|
"System.Reflection.Primitives": "4.3.0",
|
||||||
"System.Runtime.Loader": "4.0.0",
|
"System.Runtime.Loader": "4.3.0",
|
||||||
"SimpleInjector": "3.2.4",
|
"SimpleInjector": "3.2.4",
|
||||||
"ServiceStack.Text.Core": "1.0.27",
|
"ServiceStack.Text.Core": "1.0.27",
|
||||||
"NLog": "4.4.0-betaV15",
|
"NLog": "4.4.0-betaV15",
|
||||||
|
@ -67,13 +67,13 @@
|
|||||||
"netstandard1.6": {
|
"netstandard1.6": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.6.0",
|
"NETStandard.Library": "1.6.1",
|
||||||
"System.AppDomain": "2.0.11",
|
"System.AppDomain": "2.0.11",
|
||||||
"System.Globalization.Extensions": "4.0.1",
|
"System.Globalization.Extensions": "4.3.0",
|
||||||
"System.IO.FileSystem.Watcher": "4.0.0",
|
"System.IO.FileSystem.Watcher": "4.3.0",
|
||||||
"System.Net.Security": "4.0.0",
|
"System.Net.Security": "4.3.0",
|
||||||
"System.Security.Cryptography.X509Certificates": "4.1.0",
|
"System.Security.Cryptography.X509Certificates": "4.3.0",
|
||||||
"System.Runtime.Extensions": "4.1.0",
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
"MediaBrowser.Model": {
|
"MediaBrowser.Model": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
@ -27,14 +27,14 @@
|
|||||||
"netstandard1.6": {
|
"netstandard1.6": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.6.0",
|
"NETStandard.Library": "1.6.1",
|
||||||
"MediaBrowser.Common": {
|
"MediaBrowser.Common": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
"MediaBrowser.Model": {
|
"MediaBrowser.Model": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
"System.Net.NetworkInformation": "4.1.0"
|
"System.Net.NetworkInformation": "4.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,10 +12,10 @@
|
|||||||
"version": "1.1.0"
|
"version": "1.1.0"
|
||||||
},
|
},
|
||||||
"Mono.Nat": "1.0.0-*",
|
"Mono.Nat": "1.0.0-*",
|
||||||
"Microsoft.Win32.Registry": "4.0.0",
|
"Microsoft.Win32.Registry": "4.3.0",
|
||||||
"System.Runtime.Extensions": "4.1.0",
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
"System.Diagnostics.Process": "4.1.0",
|
"System.Diagnostics.Process": "4.3.0",
|
||||||
"SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1-pre20161109081005"
|
"SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1"
|
||||||
},
|
},
|
||||||
|
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user