summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-071-16/+1
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* Test greenDavid Christiansen2015-01-051-10/+15
| | | | - Packages update
* Updates NuGet packages.Andrew Arnott2013-10-191-0/+11
|
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-031-1/+0
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-0/+3
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-271-3/+3
|
* Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
|
* Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-271-3/+3
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+9
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-081-0/+36
OAuth 1 and OAuth 2. Related to and closes #71