diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-06-30 12:24:31 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-06-30 12:25:35 -0700 |
commit | 8364fe09545da5b57cce1aee55cbd3e60838e51f (patch) | |
tree | 8f2df8c60d6c27c9c17299f542289109e570d807 /nuget/DotNetOpenAuth.OpenId.nuspec | |
parent | d8fef69d91decdc0edd520ca1b8bc64b821fcae6 (diff) | |
download | DotNetOpenAuth-8364fe09545da5b57cce1aee55cbd3e60838e51f.zip DotNetOpenAuth-8364fe09545da5b57cce1aee55cbd3e60838e51f.tar.gz DotNetOpenAuth-8364fe09545da5b57cce1aee55cbd3e60838e51f.tar.bz2 |
Fixed injection of .config URI section so that it applies appropriately based on target framework.
Upgraded to nuget.exe 2.0.30619.9000 for support for content targeting framework versions.
Fixes #166
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.nuspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.nuspec b/nuget/DotNetOpenAuth.OpenId.nuspec index 5956ae6..d9d8f48 100644 --- a/nuget/DotNetOpenAuth.OpenId.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.nuspec @@ -42,7 +42,8 @@ <file src="$OutputPath35$Mono.Math.xml" target="lib\net35-full\" /> <file src="$OutputPath40$Mono.Math.xml" target="lib\net40-full\" /> - <file src="content\OpenId.Core\web.config.transform" target="content\web.config.transform" /> + <file src="content\OpenId.Core\net35-full\web.config.transform" target="content\net35-full\" /> + <file src="content\OpenId.Core\net40-full\web.config.transform" target="content\net40-full\" /> <file src="..\src\$Identity$\**\*.cs" target="src\$identity$" exclude="..\src\$Identity$\obj\**" /> <file src="$GeneratedAssemblyInfoSourceFile$" target="src\$identity$" /> |