diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.Core.UI.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.Core.UI.nuspec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nuget/DotNetOpenAuth.Core.UI.nuspec b/nuget/DotNetOpenAuth.Core.UI.nuspec index 232164a..467254f 100644 --- a/nuget/DotNetOpenAuth.Core.UI.nuspec +++ b/nuget/DotNetOpenAuth.Core.UI.nuspec @@ -18,14 +18,14 @@ </dependencies> </metadata> <files> - <file src="$OutputPath35$signed\DotNetOpenAuth.Core.UI.dll" target="lib\net35-full\DotNetOpenAuth.Core.UI.dll" /> - <file src="$OutputPath40$signed\DotNetOpenAuth.Core.UI.dll" target="lib\net40-full\DotNetOpenAuth.Core.UI.dll" /> + <file src="$OutputPath35$signed\DotNetOpenAuth.Core.UI.dll" target="lib\net35-full\" /> + <file src="$OutputPath40$signed\DotNetOpenAuth.Core.UI.dll" target="lib\net40-full\" /> - <file src="$OutputPath35$DotNetOpenAuth.Core.UI.pdb" target="lib\net35-full\DotNetOpenAuth.Core.UI.pdb" /> - <file src="$OutputPath40$DotNetOpenAuth.Core.UI.pdb" target="lib\net40-full\DotNetOpenAuth.Core.UI.pdb" /> + <file src="$OutputPath35$DotNetOpenAuth.Core.UI.pdb" target="lib\net35-full\" /> + <file src="$OutputPath40$DotNetOpenAuth.Core.UI.pdb" target="lib\net40-full\" /> - <file src="$OutputPath35$DotNetOpenAuth.Core.UI.xml" target="lib\net35-full\DotNetOpenAuth.Core.UI.xml" /> - <file src="$OutputPath40$DotNetOpenAuth.Core.UI.xml" target="lib\net40-full\DotNetOpenAuth.Core.UI.xml" /> + <file src="$OutputPath35$DotNetOpenAuth.Core.UI.xml" target="lib\net35-full\" /> + <file src="$OutputPath40$DotNetOpenAuth.Core.UI.xml" target="lib\net40-full\" /> <file src="..\src\DotNetOpenAuth.Core.UI\**\*.cs" target="src" /> </files> |