update components

This commit is contained in:
Luke Pulverenti
2016-12-15 23:02:52 -05:00
parent 973749bb99
commit 0091d2c51e
4 changed files with 28 additions and 28 deletions

View File

@@ -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"
}
}
}