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/OAuthResourceServer/OAuthResourceServer.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/OAuthResourceServer/OAuthResourceServer.csproj')
-rw-r--r-- | samples/OAuthResourceServer/OAuthResourceServer.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthResourceServer/OAuthResourceServer.csproj b/samples/OAuthResourceServer/OAuthResourceServer.csproj index 201304b..db40ea3 100644 --- a/samples/OAuthResourceServer/OAuthResourceServer.csproj +++ b/samples/OAuthResourceServer/OAuthResourceServer.csproj @@ -47,7 +47,7 @@ </PropertyGroup> <ItemGroup> <Reference Include="log4net"> - <HintPath>..\..\lib\log4net.dll</HintPath> + <HintPath>..\..\src\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> |