Skip to content

Commit a30ca88

Browse files
committed
Merge pull request #407 from sharwell/fix-refs
Fix assembly reference hints after update to JSON.Net 5.0.8
2 parents 2541a8e + 9f0abce commit a30ca88

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Documentation/AdditionalReferenceDocumentation.shfbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<Argument Key="maxVersionParts" Value="" xmlns="" />
2828
</TransformComponentArguments>
2929
<DocumentationSources>
30-
<DocumentationSource sourceFile="..\packages\Newtonsoft.Json.5.0.6\lib\net40\Newtonsoft.Json.dll" />
31-
<DocumentationSource sourceFile="..\packages\Newtonsoft.Json.5.0.6\lib\net40\Newtonsoft.Json.xml" />
30+
<DocumentationSource sourceFile="..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll" />
31+
<DocumentationSource sourceFile="..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.xml" />
3232
<DocumentationSource sourceFile="..\packages\SimpleRESTServices.1.3.0.1\lib\net40\SimpleRESTServices.dll" />
3333
<DocumentationSource sourceFile="..\packages\SimpleRESTServices.1.3.0.1\lib\net40\SimpleRESTServices.xml" />
3434
</DocumentationSources>

src/Samples/CPPCodeSamples/CPPCodeSamples.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</ItemDefinitionGroup>
7373
<ItemGroup>
7474
<Reference Include="Newtonsoft.Json">
75-
<HintPath>..\..\packages\Newtonsoft.Json.5.0.6\lib\net40\Newtonsoft.Json.dll</HintPath>
75+
<HintPath>..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
7676
</Reference>
7777
<Reference Include="System" />
7878
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)