@@ -37,6 +37,11 @@ OpenAPI spec version: 1.0
3737 <WarningLevel >4</WarningLevel >
3838 </PropertyGroup >
3939 <ItemGroup >
40+ <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
41+ <SpecificVersion >False</SpecificVersion >
42+ <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
43+ <Private >True</Private >
44+ </Reference >
4045 <Reference Include =" nunit.framework" >
4146 <HintPath >..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath >
4247 <Private >True</Private >
@@ -54,12 +59,6 @@ OpenAPI spec version: 1.0
5459 <Reference Include =" System.Data" />
5560 <Reference Include =" System.Runtime.Serialization" />
5661 <Reference Include =" System.Xml" />
57- <Reference Include =" Newtonsoft.Json" >
58- <HintPath Condition =" Exists('$(SolutionDir)\packages')" >$(SolutionDir)\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
59- <HintPath Condition =" Exists('..\packages')" >..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
60- <HintPath Condition =" Exists('..\..\packages')" >..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
61- <HintPath Condition =" Exists('..\..\vendor')" >..\..\vendor\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
62- </Reference >
6362 </ItemGroup >
6463 <ItemGroup >
6564 <Compile Include =" Api\AnnotationApiTests.cs" />
@@ -82,6 +81,6 @@ OpenAPI spec version: 1.0
8281 <Content Include =" App.config" />
8382 </ItemGroup >
8483 <ItemGroup >
85- <Folder Include =" Resources" />
84+ <Folder Include =" Resources\ " />
8685 </ItemGroup >
8786</Project >
0 commit comments