diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.nuspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.nuspec b/nuget/DotNetOpenAuth.OAuth2.nuspec index 6726fcb..4969f7f 100644 --- a/nuget/DotNetOpenAuth.OAuth2.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.nuspec @@ -14,6 +14,7 @@ <description>This package contains shared code for other NuGet packages, and contains no public API in and of itself.</description> <dependencies> <dependency id="DotNetOpenAuth.Core" version="[$version$]" /> + <dependency id="DotNetOpenAuth.OAuth.Common" version="[$version$]" /> </dependencies> </metadata> <files> |