From 6a1f0975a53134daec275b9baac296f4e1e6073a Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 28 Jun 2016 12:49:30 +1000 Subject: [PATCH] Update dependencies to RTM Former-commit-id: cb35519c9df4004aaca655c7796ffab4270c12c1 Former-commit-id: d810fa84b548c367af73c54c9cd0f4d4a5bd61ff Former-commit-id: aaf866274811d7c09fecaa08c4887361582d1602 --- src/ImageProcessorCore/project.json | 28 +++++++++---------- .../project.json | 3 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/ImageProcessorCore/project.json b/src/ImageProcessorCore/project.json index b4a56a755c..e3800d495e 100644 --- a/src/ImageProcessorCore/project.json +++ b/src/ImageProcessorCore/project.json @@ -17,20 +17,20 @@ "debugType": "portable" }, "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Diagnostics.Tools": "4.0.1-rc2-24027", - "System.IO": "4.1.0-rc2-24027", - "System.IO.Compression": "4.1.0-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Numerics.Vectors": "4.1.1-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Runtime.InteropServices": "4.1.0-rc2-24027", - "System.Text.Encoding.Extensions": "4.0.11-rc2-24027", - "System.Threading": "4.0.11-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027", - "System.Threading.Tasks.Parallel": "4.0.1-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.0", + "System.Linq": "4.1.0", + "System.Numerics.Vectors": "4.1.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices": "4.1.0", + "System.Text.Encoding.Extensions": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "System.Threading.Tasks.Parallel": "4.0.1" }, "frameworks": { "netstandard1.1": {} diff --git a/tests/ImageProcessorCore.Benchmarks/project.json b/tests/ImageProcessorCore.Benchmarks/project.json index 6b3d780b51..ebeb7dc648 100644 --- a/tests/ImageProcessorCore.Benchmarks/project.json +++ b/tests/ImageProcessorCore.Benchmarks/project.json @@ -28,7 +28,8 @@ "dnx451" ], "frameworkAssemblies": { - "System.Drawing": "4.0.0.0" + "System.Drawing": "", + "System.Runtime": "" } } }