diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-14 17:20:25 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-14 17:20:25 -0700 |
commit | 32d559b7513993c15ac46b1985731242a3852e85 (patch) | |
tree | 715c74648e31a472a750c8fa2c78866a4dfba489 /nuget/DotNetOpenAuth.OAuth2.Client.nuspec | |
parent | c92318401bb90e164ee4bc32b83b52968ab3f9d6 (diff) | |
download | DotNetOpenAuth-32d559b7513993c15ac46b1985731242a3852e85.zip DotNetOpenAuth-32d559b7513993c15ac46b1985731242a3852e85.tar.gz DotNetOpenAuth-32d559b7513993c15ac46b1985731242a3852e85.tar.bz2 |
Fixed OAuth2 auth server and client packages to depend on their shared common package.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.Client.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.Client.nuspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec b/nuget/DotNetOpenAuth.OAuth2.Client.nuspec index a068429..5c447a5 100644 --- a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.Client.nuspec @@ -16,7 +16,7 @@ data on 3rd party services rather than asking for their password. </description> <dependencies> - <dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" /> + <dependency id="DotNetOpenAuth.OAuth2.ClientAuthorization" version="[$oauth2version$]" /> </dependencies> </metadata> <files> |