diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 23:35:41 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 23:35:41 -0800 |
commit | bfb7f04a6c71b54b27763eccf69c3d26c0764272 (patch) | |
tree | 13fab874e73a1cf753abcbf1e2d2f40a84bfdc82 /nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec | |
parent | 9a0f8c7233f2f42653a9d38255a32f79e34fa985 (diff) | |
download | DotNetOpenAuth-bfb7f04a6c71b54b27763eccf69c3d26c0764272.zip DotNetOpenAuth-bfb7f04a6c71b54b27763eccf69c3d26c0764272.tar.gz DotNetOpenAuth-bfb7f04a6c71b54b27763eccf69c3d26c0764272.tar.bz2 |
Fixes OAuthConsumer twitter sample.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec index e7a0942..6d1a8bc 100644 --- a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec @@ -18,7 +18,6 @@ </description> <dependencies> <dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" /> - <dependency id="DotNetOpenAuth.OAuth.Common" version="[$version$]" /> </dependencies> </metadata> <files> |