Skip to content

Commit 71e487b

Browse files
committed
Merge pull request #66 from glennblock/dev
Updating refs yet again :-(
2 parents 3873a28 + e5c04ba commit 71e487b

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

src/WebApiContrib.Formatting.CollectionJson.Client/WebApiContrib.Formatting.CollectionJson.Client.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
</PropertyGroup>
3939
<ItemGroup>
4040
<Reference Include="Newtonsoft.Json">
41-
<HintPath>..\..\samples\friendapi\packages\Newtonsoft.Json.6.0.3\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
41+
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
4242
</Reference>
4343
<Reference Include="System" />
4444
<Reference Include="System.Core" />
4545
<Reference Include="System.Net.Http">
46-
<HintPath>..\..\samples\friendapi\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath>
46+
<HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath>
4747
</Reference>
4848
<Reference Include="System.Net.Http.Extensions">
49-
<HintPath>..\..\samples\friendapi\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath>
49+
<HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath>
5050
</Reference>
5151
<Reference Include="System.Net.Http.Formatting">
52-
<HintPath>..\..\samples\friendapi\packages\Microsoft.AspNet.WebApi.Client.5.2.0\lib\portable-wp8+netcore45+net45+wp81+wpa81\System.Net.Http.Formatting.dll</HintPath>
52+
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.0\lib\portable-wp8+netcore45+net45+wp81+wpa81\System.Net.Http.Formatting.dll</HintPath>
5353
</Reference>
5454
<Reference Include="System.Net.Http.Primitives">
55-
<HintPath>..\..\samples\friendapi\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath>
55+
<HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System.Xml.Linq" />
5858
<Reference Include="Microsoft.CSharp" />

src/WebApiContrib.Formatting.CollectionJson.Server/WebApiContrib.Formatting.CollectionJson.Server.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
</ProjectReference>
8888
</ItemGroup>
8989
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90+
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
91+
<Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
92+
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
93+
<Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
94+
</Target>
9095
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9196
Other similar extension points exist, see Microsoft.Common.targets.
9297
<Target Name="BeforeBuild">

src/WebApiContrib.Formatting.CollectionJson.Server/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.0" targetFramework="net45" />
44
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.0" targetFramework="net45" />
5-
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
65
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
76
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
7+
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
88
</packages>

0 commit comments

Comments
 (0)