Added System.ValueTuple to Example project.

This commit is contained in:
BDisp
2020-03-30 19:55:21 +01:00
parent 1470506398
commit d6d3d03501
2 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,9 @@
<HintPath>..\packages\NStack.Core.0.14.0\lib\netstandard2.0\NStack.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="demo.cs" />