diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.Core.nuspec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec index d8d0cc0..7105833 100644 --- a/nuget/DotNetOpenAuth.Core.nuspec +++ b/nuget/DotNetOpenAuth.Core.nuspec @@ -17,18 +17,26 @@ <frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" /> </frameworkAssemblies> <dependencies> - <dependency id="CodeContracts.Unofficial" /> + <group targetFramework="net35"> + <dependency id="CodeContracts.Unofficial" /> + </group> + <group targetFramework="net40"> + <dependency id="Microsoft.Net.Http" /> + </group> </dependencies> </metadata> <files> <file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" /> <file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" /> + <file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" /> <file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" /> <file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" /> + <file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" /> <file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" /> <file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" /> + <file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" /> <file src="content\Core\web.config.transform" target="content\web.config.transform" /> |