Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit 6da912c

Browse files
committed
specify only .net 4.0 for dependency Microsoft.Net.Http
1 parent 0c6b736 commit 6da912c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

nuget/DotNetOpenAuth.Core.nuspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
<frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" />
1818
</frameworkAssemblies>
1919
<dependencies>
20-
<dependency id="Microsoft.Net.Http" />
20+
<group targetFramework="net40">
21+
<dependency id="Microsoft.Net.Http" />
22+
</group>
2123
</dependencies>
2224
</metadata>
2325
<files>
@@ -30,4 +32,4 @@
3032
<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
3133
<file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
3234
</files>
33-
</package>
35+
</package>

0 commit comments

Comments
 (0)