diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.nuspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.nuspec b/nuget/DotNetOpenAuth.nuspec index fcf0465..05fc5f1 100644 --- a/nuget/DotNetOpenAuth.nuspec +++ b/nuget/DotNetOpenAuth.nuspec @@ -12,5 +12,9 @@ <summary>OpenID, OAuth, & InfoCard library for web sites/services and apps.</summary> <description>A C# library that adds OpenID 2.0 Provider and Relying Party, OAuth Consumer and Service Provider, and InfoCard Selector support to your web site both programmatically and through convenient drop-in ASP.NET controls.</description> <language>en-US</language> + <dependencies> + <!-- optional --> + <!--<dependency id="log4net" version="1.2.10" />--> + </dependencies> </metadata> </package>
\ No newline at end of file |