diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.Ultimate.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.Ultimate.nuspec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.Ultimate.nuspec b/nuget/DotNetOpenAuth.Ultimate.nuspec index 46bebeb..9ce6996 100644 --- a/nuget/DotNetOpenAuth.Ultimate.nuspec +++ b/nuget/DotNetOpenAuth.Ultimate.nuspec @@ -21,14 +21,19 @@ <files> <file src="$OutputPath35$unified\signed\DotNetOpenAuth.dll" target="lib\net35-full\" /> <file src="$OutputPath40$unified\signed\DotNetOpenAuth.dll" target="lib\net40-full\" /> + <file src="$OutputPath45$unified\signed\DotNetOpenAuth.dll" target="lib\net45-full\" /> <file src="$OutputPath35$unified\DotNetOpenAuth.pdb" target="lib\net35-full\" /> <file src="$OutputPath40$unified\DotNetOpenAuth.pdb" target="lib\net40-full\" /> + <file src="$OutputPath45$unified\DotNetOpenAuth.pdb" target="lib\net45-full\" /> <file src="$OutputPath35$unified\DotNetOpenAuth.xml" target="lib\net35-full\" /> <file src="$OutputPath40$unified\DotNetOpenAuth.xml" target="lib\net40-full\" /> + <file src="$OutputPath45$unified\DotNetOpenAuth.xml" target="lib\net45-full\" /> - <file src="content\Ultimate\web.config.transform" target="content\web.config.transform" /> + <file src="content\Ultimate\net35-full\web.config.transform" target="content\net35-full\web.config.transform" /> + <file src="content\Ultimate\net40-full\web.config.transform" target="content\net40-full\web.config.transform" /> + <file src="content\Ultimate\net45-full\web.config.transform" target="content\net45-full\web.config.transform" /> <file src="..\src\**\*.cs" target="src" exclude="..\src\*\obj\**" /> <file src="$IntermediatePath$*.Version.cs" target="src" /> |