From 87413352136ecadb99e5a94130116506ee63600c Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Mon, 7 May 2018 10:19:51 -0700 Subject: [PATCH 1/2] Update System.* deps to 4.5.0-rc1 --- src/ImageSharp/ImageSharp.csproj | 5 +++-- tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj | 4 +--- tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj | 4 ---- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 3 +-- 4 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 63b1f6170..1fa160b19 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -41,8 +41,9 @@ All - - + + + diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj index 6a723f928..9dbd680ef 100644 --- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj +++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj @@ -18,9 +18,7 @@ - - - + diff --git a/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj b/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj index 3cbe2071d..266b905a0 100644 --- a/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj +++ b/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj @@ -21,7 +21,6 @@ - @@ -33,7 +32,4 @@ - - - \ No newline at end of file diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index d6851be28..a1682c998 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -27,8 +27,7 @@ - - + From c7827c5ebce5605109d6e983e121fb56d34be22f Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Tue, 8 May 2018 09:16:31 -0700 Subject: [PATCH 2/2] Remove explict reference to System.Numerics.Vectors --- src/ImageSharp/ImageSharp.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 1fa160b19..7cbe86283 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -43,7 +43,6 @@ -