diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-18 19:55:50 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-18 19:55:50 -0700 |
commit | 2ddd19d9f037bebbbdc80d7de35ce4d899710859 (patch) | |
tree | baf8ad19d4799b1a1284b9fc668afd53e3b008a4 /nuget/DotNetOpenAuth.OAuth2.Core.nuspec | |
parent | bd0de8217763d02759815b91588cd578becf496b (diff) | |
download | DotNetOpenAuth-2ddd19d9f037bebbbdc80d7de35ce4d899710859.zip DotNetOpenAuth-2ddd19d9f037bebbbdc80d7de35ce4d899710859.tar.gz DotNetOpenAuth-2ddd19d9f037bebbbdc80d7de35ce4d899710859.tar.bz2 |
We have HTTP Basic client authentication working now in OAuth 2.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.Core.nuspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.Core.nuspec b/nuget/DotNetOpenAuth.OAuth2.Core.nuspec index f957069..28c2614 100644 --- a/nuget/DotNetOpenAuth.OAuth2.Core.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.Core.nuspec @@ -26,6 +26,8 @@ <file src="$OutputPath35$DotNetOpenAuth.OAuth2.xml" target="lib\net35-full" /> <file src="$OutputPath40$DotNetOpenAuth.OAuth2.xml" target="lib\net40-full" /> + <file src="content\OAuth2.Core\web.config.transform" target="content\web.config.transform" /> + <file src="..\src\DotNetOpenAuth.OAuth2\**\*.cs" target="src" /> </files> </package>
\ No newline at end of file |