diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec index 82b46d6..ac8fd50 100644 --- a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec @@ -16,18 +16,21 @@ all without disclosing their login credential with you to 3rd parties. </description> <dependencies> - <dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" /> + <dependency id="DotNetOpenAuth.OAuth2.ClientAuthorization" version="[$oauth2version$]" /> </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="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" /> <file src="$GeneratedAssemblyInfoSourceFile$" target="src" /> |