|
44 | 44 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
45 | 45 | </PropertyGroup> |
46 | 46 | <ItemGroup> |
47 | | - <Reference Include="Newtonsoft.Json"> |
48 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net35\Newtonsoft.Json.dll</HintPath> |
| 47 | + <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net35\Newtonsoft.Json.dll</HintPath> |
| 49 | + <Private>True</Private> |
49 | 50 | </Reference> |
50 | | - <Reference Include="nunit.core"> |
51 | | - <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath> |
52 | | - <Private>False</Private> |
53 | | - </Reference> |
54 | | - <Reference Include="nunit.core.interfaces"> |
55 | | - <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath> |
56 | | - <Private>False</Private> |
57 | | - </Reference> |
58 | | - <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
59 | | - <SpecificVersion>False</SpecificVersion> |
60 | | - <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
61 | | - </Reference> |
62 | | - <Reference Include="nunit.util"> |
63 | | - <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath> |
64 | | - <Private>False</Private> |
65 | | - </Reference> |
66 | | - <Reference Include="NUnit.VisualStudio.TestAdapter"> |
67 | | - <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
68 | | - <Private>False</Private> |
| 51 | + <Reference Include="nunit.framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\NUnit.3.2.0\lib\net20\nunit.framework.dll</HintPath> |
| 53 | + <Private>True</Private> |
69 | 54 | </Reference> |
70 | 55 | <Reference Include="System" /> |
71 | 56 | <Reference Include="System.XML" /> |
|
0 commit comments