Skip to content

Commit

Permalink
Upgrade System.ValueTuple package to 4.4.0
Browse files Browse the repository at this point in the history
Helps with type unification under .NET 4.7 since System.ValueTuple
types are also available from mscorlib there. Closes #280.
  • Loading branch information
atifaziz authored Aug 24, 2017
1 parent f53749d commit 6812469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MoreLinq.Test/MoreLinq.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="3.6.1" />
<PackageReference Include="NUnitLite" Version="3.6.1" />
<PackageReference Include="System.ValueTuple" Version="4.3.0" />
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MoreLinq/MoreLinq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.0' Or '$(TargetFramework)' == 'net40'">
<PackageReference Include="System.ValueTuple">
<Version>4.3.0</Version>
<Version>4.4.0</Version>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit 6812469

Please sign in to comment.