|
39 | 39 | <DebugSymbols>true</DebugSymbols>
|
40 | 40 | </PropertyGroup>
|
41 | 41 | <ItemGroup>
|
| 42 | + <Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\ApprovalTests.3.0.11\lib\net40\ApprovalTests.dll</HintPath> |
| 44 | + <Private>True</Private> |
| 45 | + </Reference> |
| 46 | + <Reference Include="ApprovalUtilities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL"> |
| 47 | + <HintPath>..\packages\ApprovalUtilities.3.0.11\lib\net45\ApprovalUtilities.dll</HintPath> |
| 48 | + <Private>True</Private> |
| 49 | + </Reference> |
| 50 | + <Reference Include="ApprovalUtilities.Net45, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 51 | + <HintPath>..\packages\ApprovalUtilities.3.0.11\lib\net45\ApprovalUtilities.Net45.dll</HintPath> |
| 52 | + <Private>True</Private> |
| 53 | + </Reference> |
42 | 54 | <Reference Include="FluentDateTime, Version=1.12.0.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
|
43 | 55 | <HintPath>..\packages\FluentDateTime.1.12.0\Lib\NET35\FluentDateTime.dll</HintPath>
|
44 | 56 | <Private>True</Private>
|
|
66 | 78 | <HintPath>..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
|
67 | 79 | <Private>True</Private>
|
68 | 80 | </Reference>
|
69 |
| - <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
70 |
| - <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 81 | + <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 82 | + <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 83 | + <Private>True</Private> |
71 | 84 | </Reference>
|
72 | 85 | <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
73 | 86 | <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
|
|
89 | 102 | <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
|
90 | 103 | <Private>True</Private>
|
91 | 104 | </Reference>
|
| 105 | + <Reference Include="ObjectApproval, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 106 | + <HintPath>..\packages\ObjectApproval.1.3.0\lib\NET40\ObjectApproval.dll</HintPath> |
| 107 | + <Private>True</Private> |
| 108 | + </Reference> |
92 | 109 | <Reference Include="Shouldly, Version=2.7.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
|
93 | 110 | <HintPath>..\packages\Shouldly.2.7.0\lib\net40\Shouldly.dll</HintPath>
|
94 | 111 | <Private>True</Private>
|
|
0 commit comments