diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-29 09:42:17 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-29 09:42:17 -0800 |
commit | 357785cae9e7f315dfb944a1a3eb9f98d7dd8f90 (patch) | |
tree | 95e15ea0f98d4759f0f2ef610140569930148821 /samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | |
parent | 0f17e9f146fc326e7326babbf1f509c97853bcf1 (diff) | |
download | DotNetOpenAuth-357785cae9e7f315dfb944a1a3eb9f98d7dd8f90.zip DotNetOpenAuth-357785cae9e7f315dfb944a1a3eb9f98d7dd8f90.tar.gz DotNetOpenAuth-357785cae9e7f315dfb944a1a3eb9f98d7dd8f90.tar.bz2 |
Fixes up some missing references.
Upgrades MVC dependency from 1.0 to 3.0, via NuGet.
Diffstat (limited to 'samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj')
-rw-r--r-- | samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj index 7023470..7715fe2 100644 --- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj +++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj @@ -43,8 +43,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="log4net"> - <HintPath>..\..\lib\log4net.dll</HintPath> + <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\src\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp" /> <Reference Include="System" /> |