diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-23 19:32:52 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-23 19:32:52 -0700 |
commit | 7554f28663e528bcd8ed7acd87184066cdf60fa3 (patch) | |
tree | 59838dca25bd0c5edeafeb28b3f4c674b2ae1c3b /nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | |
parent | ab27c3ba3075583e95bf95d42e69bc5585f2a37e (diff) | |
download | DotNetOpenAuth-7554f28663e528bcd8ed7acd87184066cdf60fa3.zip DotNetOpenAuth-7554f28663e528bcd8ed7acd87184066cdf60fa3.tar.gz DotNetOpenAuth-7554f28663e528bcd8ed7acd87184066cdf60fa3.tar.bz2 |
Added .NET 4.5 targetability to DNOA and enhanced .nupkg files to include .NET 4.5 assemblies.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec index e839d51..eb02ce5 100644 --- a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec @@ -23,12 +23,15 @@ <files> <file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net35-full\" /> <file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net40-full\" /> + <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net45-full\" /> <file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net35-full\" /> <file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net40-full\" /> + <file src="$OutputPath45$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net45-full\" /> <file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net35-full\" /> <file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net40-full\" /> + <file src="$OutputPath45$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net45-full\" /> <file src="..\src\DotNetOpenAuth.OAuth.ServiceProvider\**\*.cs" target="src" /> </files> |