summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj
diff options
context:
space:
mode:
authorlcalabrese <lee.calabrese@gmail.com>2015-08-07 14:22:42 +0900
committerlcalabrese <lee.calabrese@gmail.com>2015-08-07 14:22:42 +0900
commit0c6b7366b53aee93f7fc7570a2211f647431be20 (patch)
treea11f75f0a2b0300f9782bcfe35c8e96025190839 /samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj
parent48e215eed131353b120d754b13e2228e1365f49e (diff)
downloadDotNetOpenAuth-0c6b7366b53aee93f7fc7570a2211f647431be20.zip
DotNetOpenAuth-0c6b7366b53aee93f7fc7570a2211f647431be20.tar.gz
DotNetOpenAuth-0c6b7366b53aee93f7fc7570a2211f647431be20.tar.bz2
Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build since we are using .NET 4.5 and the built-in System.Net.Http library
Diffstat (limited to 'samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj')
-rw-r--r--samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj9
1 files changed, 1 insertions, 8 deletions
diff --git a/samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj b/samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj
index 49e895c..2fc0453 100644
--- a/samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj
+++ b/samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj
@@ -15,7 +15,7 @@
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<UpgradeBackupLocation />
- <NuGetPackageImportStamp>01bfa3f6</NuGetPackageImportStamp>
+ <NuGetPackageImportStamp>0ea47e7c</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -229,11 +229,4 @@
</ProjectExtensions>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
- <Import Project="..\..\src\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\src\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('..\..\src\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
- </Target>
</Project> \ No newline at end of file