aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-15 23:02:52 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-15 23:02:52 -0500
commit0091d2c51ec0e099a6a87f587fea6e87567dd3e4 (patch)
treea4842b0a9f449f360bc7a2ae412bd621a62e15e9
parent973749bb99954c106382b29efea73b49706aa683 (diff)
update components
-rw-r--r--Emby.Common.Implementations/project.json32
-rw-r--r--Emby.Server.Core/project.json12
-rw-r--r--Mono.Nat/project.json4
-rw-r--r--src/Emby.Server/project.json8
4 files changed, 28 insertions, 28 deletions
diff --git a/Emby.Common.Implementations/project.json b/Emby.Common.Implementations/project.json
index 409687ea1..674101e8a 100644
--- a/Emby.Common.Implementations/project.json
+++ b/Emby.Common.Implementations/project.json
@@ -38,22 +38,22 @@
"netstandard1.6": {
"imports": "dnxcore50",
"dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.IO.FileSystem.DriveInfo": "4.0.0",
- "System.Diagnostics.Process": "4.1.0",
- "System.Threading.Timer": "4.0.1",
- "System.Net.Requests": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlSerializer": "4.0.11",
- "System.Net.Http": "4.1.0",
- "System.Net.Primitives": "4.0.11",
- "System.Net.Sockets": "4.1.0",
- "System.Net.NetworkInformation": "4.1.0",
- "System.Net.NameResolution": "4.0.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Primitives": "4.0.1",
- "System.Runtime.Loader": "4.0.0",
+ "NETStandard.Library": "1.6.1",
+ "System.IO.FileSystem.DriveInfo": "4.3.0",
+ "System.Diagnostics.Process": "4.3.0",
+ "System.Threading.Timer": "4.3.0",
+ "System.Net.Requests": "4.3.0",
+ "System.Xml.ReaderWriter": "4.3.0",
+ "System.Xml.XmlSerializer": "4.3.0",
+ "System.Net.Http": "4.3.0",
+ "System.Net.Primitives": "4.3.0",
+ "System.Net.Sockets": "4.3.0",
+ "System.Net.NetworkInformation": "4.3.0",
+ "System.Net.NameResolution": "4.3.0",
+ "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime.Loader": "4.3.0",
"SimpleInjector": "3.2.4",
"ServiceStack.Text.Core": "1.0.27",
"NLog": "4.4.0-betaV15",
diff --git a/Emby.Server.Core/project.json b/Emby.Server.Core/project.json
index 1a8e3432c..e987da6aa 100644
--- a/Emby.Server.Core/project.json
+++ b/Emby.Server.Core/project.json
@@ -67,13 +67,13 @@
"netstandard1.6": {
"imports": "dnxcore50",
"dependencies": {
- "NETStandard.Library": "1.6.0",
+ "NETStandard.Library": "1.6.1",
"System.AppDomain": "2.0.11",
- "System.Globalization.Extensions": "4.0.1",
- "System.IO.FileSystem.Watcher": "4.0.0",
- "System.Net.Security": "4.0.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
+ "System.Globalization.Extensions": "4.3.0",
+ "System.IO.FileSystem.Watcher": "4.3.0",
+ "System.Net.Security": "4.3.0",
+ "System.Security.Cryptography.X509Certificates": "4.3.0",
+ "System.Runtime.Extensions": "4.3.0",
"MediaBrowser.Model": {
"target": "project"
},
diff --git a/Mono.Nat/project.json b/Mono.Nat/project.json
index 9f1c3247f..3c38a62e1 100644
--- a/Mono.Nat/project.json
+++ b/Mono.Nat/project.json
@@ -27,14 +27,14 @@
"netstandard1.6": {
"imports": "dnxcore50",
"dependencies": {
- "NETStandard.Library": "1.6.0",
+ "NETStandard.Library": "1.6.1",
"MediaBrowser.Common": {
"target": "project"
},
"MediaBrowser.Model": {
"target": "project"
},
- "System.Net.NetworkInformation": "4.1.0"
+ "System.Net.NetworkInformation": "4.3.0"
}
}
}
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json
index 852c7d519..8ca59f8f2 100644
--- a/src/Emby.Server/project.json
+++ b/src/Emby.Server/project.json
@@ -12,10 +12,10 @@
"version": "1.1.0"
},
"Mono.Nat": "1.0.0-*",
- "Microsoft.Win32.Registry": "4.0.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Diagnostics.Process": "4.1.0",
- "SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1-pre20161109081005"
+ "Microsoft.Win32.Registry": "4.3.0",
+ "System.Runtime.Extensions": "4.3.0",
+ "System.Diagnostics.Process": "4.3.0",
+ "SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1"
},
"runtimes": {