summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenIdOAuth/DotNetOpenAuth.OpenIdOAuth.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-7/+12
| | | | - Packages update
* Updates NuGet packages.Andrew Arnott2013-10-191-0/+11
|
* Adds a delegating HTTP handler that applies OAuth 1 signatures.Andrew Arnott2013-02-101-0/+2
|
* 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-4/+4
| | | | | | OAuth 1 and OAuth 2. Related to and closes #71
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-081-0/+58
Related to #71