summaryrefslogtreecommitdiffstats
path: root/nuget
diff options
context:
space:
mode:
Diffstat (limited to 'nuget')
-rw-r--r--nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec1
-rw-r--r--nuget/DotNetOpenAuth.OAuth.nuspec1
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec1
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.nuspec1
4 files changed, 2 insertions, 2 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
index 57b8beb..ac0b355 100644
--- a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
@@ -17,7 +17,6 @@
</description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth.Core" version="[$version$]" />
- <dependency id="DotNetOpenAuth.OAuth.Common" version="[$version$]" />
</dependencies>
</metadata>
<files>
diff --git a/nuget/DotNetOpenAuth.OAuth.nuspec b/nuget/DotNetOpenAuth.OAuth.nuspec
index b8e2fd7..d673d73 100644
--- a/nuget/DotNetOpenAuth.OAuth.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.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>
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>
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>