summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.Core.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'nuget/DotNetOpenAuth.Core.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.Core.nuspec6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec
index c8720b6..d246ddc 100644
--- a/nuget/DotNetOpenAuth.Core.nuspec
+++ b/nuget/DotNetOpenAuth.Core.nuspec
@@ -17,7 +17,9 @@
<frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" />
</frameworkAssemblies>
<dependencies>
- <dependency id="Microsoft.Net.Http" />
+ <group targetFramework="net40">
+ <dependency id="Microsoft.Net.Http" />
+ </group>
</dependencies>
</metadata>
<files>
@@ -30,4 +32,4 @@
<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
<file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
</files>
-</package> \ No newline at end of file
+</package>