add tuples to test project (#307)

This commit is contained in:
Jesse Plamondon-Willard 2017-06-18 20:23:15 -04:00
parent 9c22c2378f
commit 7e815911e2
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,9 @@
<HintPath>..\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath> <HintPath>..\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.ValueTuple, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.3.1\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs"> <Compile Include="..\GlobalAssemblyInfo.cs">

View File

@ -4,4 +4,5 @@
<package id="Moq" version="4.7.10" targetFramework="net45" /> <package id="Moq" version="4.7.10" targetFramework="net45" />
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" /> <package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
<package id="NUnit" version="3.6.1" targetFramework="net452" /> <package id="NUnit" version="3.6.1" targetFramework="net452" />
<package id="System.ValueTuple" version="4.3.1" targetFramework="net45" />
</packages> </packages>