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.AspNet.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.AspNet.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.AspNet.nuspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.AspNet.nuspec b/nuget/DotNetOpenAuth.AspNet.nuspec index 3d08145..c1b15a0 100644 --- a/nuget/DotNetOpenAuth.AspNet.nuspec +++ b/nuget/DotNetOpenAuth.AspNet.nuspec @@ -25,6 +25,10 @@ <file src="$OutputPath40$DotNetOpenAuth.AspNet.pdb" target="lib\net40-full\DotNetOpenAuth.AspNet.pdb" /> <file src="$OutputPath40$DotNetOpenAuth.AspNet.xml" target="lib\net40-full\DotNetOpenAuth.AspNet.xml" /> + <file src="$OutputPath45$signed\DotNetOpenAuth.AspNet.dll" target="lib\net45-full\DotNetOpenAuth.AspNet.dll" /> + <file src="$OutputPath45$DotNetOpenAuth.AspNet.pdb" target="lib\net45-full\DotNetOpenAuth.AspNet.pdb" /> + <file src="$OutputPath45$DotNetOpenAuth.AspNet.xml" target="lib\net45-full\DotNetOpenAuth.AspNet.xml" /> + <file src="..\src\DotNetOpenAuth.AspNet\**\*.cs" target="src" /> </files> </package>
\ No newline at end of file |