Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Fixes MVC 3 targeting when building on a machine with MVC 3 and 4 ins…
Browse files Browse the repository at this point in the history
…talled for two more projects.
  • Loading branch information
AArnott committed Apr 2, 2012
1 parent 7493689 commit f85edba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/OpenIdProviderMvc/OpenIdProviderMvc.csproj
Expand Up @@ -55,7 +55,7 @@
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Mvc" />
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Web" />
<Reference Include="System.Web.ApplicationServices" Condition=" '$(TargetFrameworkVersion)' != 'v3.5' ">
<RequiredTargetFramework>v4.0</RequiredTargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj
Expand Up @@ -56,7 +56,7 @@
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Mvc" />
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Web.Routing" />
Expand Down

0 comments on commit f85edba

Please sign in to comment.