Skip to content

Commit 848965c

Browse files
committed
Remove the WebHost and Infrastructure packages, which are not needed in the Formatting.Html project.
1 parent 77f7ee1 commit 848965c

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/WebApiContrib.Formatting.Html/WebApiContrib.Formatting.Html.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
36-
<Private>True</Private>
37-
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
38-
</Reference>
3935
<Reference Include="Newtonsoft.Json">
4036
<HintPath>..\..\packages\Newtonsoft.Json.4.5.8\lib\net40\Newtonsoft.Json.dll</HintPath>
4137
</Reference>
@@ -55,9 +51,6 @@
5551
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath>
5652
</Reference>
5753
<Reference Include="Microsoft.CSharp" />
58-
<Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59-
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.20710.0\lib\net40\System.Web.Http.WebHost.dll</HintPath>
60-
</Reference>
6154
</ItemGroup>
6255
<ItemGroup>
6356
<Compile Include="Common\TaskHelpers.cs" />

src/WebApiContrib.Formatting.Html/packages.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<packages>
33
<package id="Microsoft.AspNet.WebApi.Client" version="4.0.20710.0" targetFramework="net40" />
44
<package id="Microsoft.AspNet.WebApi.Core" version="4.0.20710.0" targetFramework="net40" />
5-
<package id="Microsoft.AspNet.WebApi.WebHost" version="4.0.20710.0" targetFramework="net40" />
65
<package id="Microsoft.Net.Http" version="2.0.20710.0" targetFramework="net40" />
7-
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
86
<package id="Newtonsoft.Json" version="4.5.8" targetFramework="net40" />
97
</packages>

0 commit comments

Comments
 (0)