aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-12-17 01:49:02 -0500
committerGitHub <noreply@github.com>2016-12-17 01:49:02 -0500
commit12f46d961b9b3b3857e1c2beadd4464f0e4e19cc (patch)
treeaa8808d9ba1e1364313482ae9c062eae2224cf5d /Emby.Server.Core
parent7a67cb5498bcb53c0dbc3f3e1e6f61e527bfe46b (diff)
parentef490818d7246aec127bfb7722c23c2103f4bf5f (diff)
Merge pull request #2345 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Core')
-rw-r--r--Emby.Server.Core/project.json12
1 files changed, 6 insertions, 6 deletions
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"
},