diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec index 0de40e7..30fc363 100644 --- a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec @@ -24,12 +24,15 @@ <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" /> |