From 2e7690da40755592fdb4d7b4f969ca8f60052707 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Mon, 5 Dec 2016 17:23:22 +1100 Subject: [PATCH] Remove duplication --- src/ImageSharp/project.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/ImageSharp/project.json b/src/ImageSharp/project.json index 78aa2f9df..12cfaee39 100644 --- a/src/ImageSharp/project.json +++ b/src/ImageSharp/project.json @@ -31,22 +31,22 @@ "StyleCop.Analyzers": { "version": "1.0.0", "type": "build" - } + }, + "System.Buffers": "4.0.0", + "System.Numerics.Vectors": "4.1.1", + "System.Runtime.CompilerServices.Unsafe": "4.0.0" }, "frameworks": { "netstandard1.1": { "dependencies": { - "System.Buffers": "4.0.0", "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.ObjectModel": "4.0.12", "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.CompilerServices.Unsafe": "4.0.0", "System.Runtime.Extensions": "4.1.0", "System.Runtime.InteropServices": "4.1.0", "System.Runtime.Numerics": "4.0.1", @@ -58,9 +58,6 @@ }, "net45": { "dependencies": { - "System.Buffers": "4.0.0", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.CompilerServices.Unsafe": "4.0.0" }, "frameworkAssemblies": { "System.Runtime": ""