diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-15 23:02:52 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-15 23:02:52 -0500 |
| commit | 0091d2c51ec0e099a6a87f587fea6e87567dd3e4 (patch) | |
| tree | a4842b0a9f449f360bc7a2ae412bd621a62e15e9 /Emby.Common.Implementations/project.json | |
| parent | 973749bb99954c106382b29efea73b49706aa683 (diff) | |
update components
Diffstat (limited to 'Emby.Common.Implementations/project.json')
| -rw-r--r-- | Emby.Common.Implementations/project.json | 32 |
1 files changed, 16 insertions, 16 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", |
