diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.Core.nuspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.Core.nuspec b/nuget/DotNetOpenAuth.OAuth.Core.nuspec index 6299e4d..2c2d0a8 100644 --- a/nuget/DotNetOpenAuth.OAuth.Core.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.Core.nuspec @@ -19,12 +19,15 @@ <files> <file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.dll" target="lib\net35-full\" /> <file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.dll" target="lib\net40-full\" /> + <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth.dll" target="lib\net45-full\" /> <file src="$OutputPath35$DotNetOpenAuth.OAuth.pdb" target="lib\net35-full\" /> <file src="$OutputPath40$DotNetOpenAuth.OAuth.pdb" target="lib\net40-full\" /> + <file src="$OutputPath45$DotNetOpenAuth.OAuth.pdb" target="lib\net45-full\" /> <file src="$OutputPath35$DotNetOpenAuth.OAuth.xml" target="lib\net35-full\" /> <file src="$OutputPath40$DotNetOpenAuth.OAuth.xml" target="lib\net40-full\" /> + <file src="$OutputPath45$DotNetOpenAuth.OAuth.xml" target="lib\net45-full\" /> <file src="content\OAuth.Core\web.config.transform" target="content\web.config.transform" /> |