Add System.ValueTuple NuGet package

This commit is contained in:
TocoToucan
2017-10-14 16:19:03 +03:00
parent 89c17ed13e
commit 5f083f10a7
2 changed files with 4 additions and 0 deletions

View File

@ -158,6 +158,9 @@
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>