From 68124697a261d93cd933d5e6d5d2ac82b76cf823 Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Thu, 24 Aug 2017 15:00:18 +0200 Subject: [PATCH] Upgrade System.ValueTuple package to 4.4.0 Helps with type unification under .NET 4.7 since System.ValueTuple types are also available from mscorlib there. Closes #280. --- MoreLinq.Test/MoreLinq.Test.csproj | 2 +- MoreLinq/MoreLinq.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MoreLinq.Test/MoreLinq.Test.csproj b/MoreLinq.Test/MoreLinq.Test.csproj index 778ec7082..8d9288d43 100644 --- a/MoreLinq.Test/MoreLinq.Test.csproj +++ b/MoreLinq.Test/MoreLinq.Test.csproj @@ -34,7 +34,7 @@ - + diff --git a/MoreLinq/MoreLinq.csproj b/MoreLinq/MoreLinq.csproj index 034a552e8..2d3369aa6 100644 --- a/MoreLinq/MoreLinq.csproj +++ b/MoreLinq/MoreLinq.csproj @@ -75,7 +75,7 @@ - 4.3.0 + 4.4.0