diff options
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" /> |