Skip to content
This repository was archived by the owner on Nov 25, 2019. It is now read-only.

Commit 833cc52

Browse files
committed
Fix build after clean.
Fix version discrepancy between csproj and packages for Newtonsoft.Json. Packages.config says 4.5.6 but HintPath in csproj had 4.5.9. Fixing this discrepancy allows the first build.cmd after git clean -xdf to succeed; previously, it failed.
1 parent c942cab commit 833cc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.Mvc.Facebook/Microsoft.AspNet.Mvc.Facebook.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Newtonsoft.Json">
47-
<HintPath>..\..\packages\Newtonsoft.Json.4.5.9\lib\net40\Newtonsoft.Json.dll</HintPath>
47+
<HintPath>..\..\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dll</HintPath>
4848
</Reference>
4949
<Reference Include="System" />
5050
<Reference Include="System.ComponentModel.DataAnnotations" />

0 commit comments

Comments
 (0)