summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Mvc/DotNetOpenAuth.Mvc.csproj
diff options
context:
space:
mode:
authorDavid Christiansen <DavidChristiansen@users.noreply.github.com>2016-03-25 11:33:33 +0000
committerDavid Christiansen <DavidChristiansen@users.noreply.github.com>2016-03-25 11:33:33 +0000
commite4435096cbeadb4567cfd77ed68cc9fc92515902 (patch)
tree513b96404b24a8e8f84d214d6e217609e988a9f0 /src/DotNetOpenAuth.Mvc/DotNetOpenAuth.Mvc.csproj
parente774db2029a57f439db894cf798bd8bb22f5e84a (diff)
parent6da912c7171495ee0d9b5df05cab1a8e3df85b62 (diff)
downloadDotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.zip
DotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.tar.gz
DotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.tar.bz2
Merge pull request #379 from lcalabrese/develop
StyleCop, fix tests, remove Microsoft.Net.Http and Microsoft.Bcl dependencies
Diffstat (limited to 'src/DotNetOpenAuth.Mvc/DotNetOpenAuth.Mvc.csproj')
-rw-r--r--src/DotNetOpenAuth.Mvc/DotNetOpenAuth.Mvc.csproj17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/DotNetOpenAuth.Mvc/DotNetOpenAuth.Mvc.csproj b/src/DotNetOpenAuth.Mvc/DotNetOpenAuth.Mvc.csproj
index aa986d7..f20e56b 100644
--- a/src/DotNetOpenAuth.Mvc/DotNetOpenAuth.Mvc.csproj
+++ b/src/DotNetOpenAuth.Mvc/DotNetOpenAuth.Mvc.csproj
@@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
- <NuGetPackageImportStamp>3e3b454c</NuGetPackageImportStamp>
+ <NuGetPackageImportStamp>019ce056</NuGetPackageImportStamp>
</PropertyGroup>
<Import Project="$(ProjectRoot)tools\DotNetOpenAuth.props" />
<PropertyGroup>
@@ -27,14 +27,6 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
- <Reference Include="System.Net.Http.Extensions">
- <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Net.Http.Primitives, Version=4.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
- </Reference>
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Helpers">
@@ -88,11 +80,4 @@
<Import Project="$(ProjectRoot)tools\DotNetOpenAuth.targets" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
- <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>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=322105. The missing file is {0}.</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
- </Target>
</Project> \ No newline at end of file