diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.nuspec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nuget/DotNetOpenAuth.nuspec b/nuget/DotNetOpenAuth.nuspec index 4befe6c..db5e8ea 100644 --- a/nuget/DotNetOpenAuth.nuspec +++ b/nuget/DotNetOpenAuth.nuspec @@ -18,14 +18,14 @@ </frameworkAssemblies> </metadata> <files> - <file src="$OutputPath35$unified\signed\DotNetOpenAuth.dll" target="lib\net35-full\DotNetOpenAuth.dll" /> - <file src="$OutputPath40$unified\signed\DotNetOpenAuth.dll" target="lib\net40-full\DotNetOpenAuth.dll" /> + <file src="$OutputPath35$unified\signed\DotNetOpenAuth.dll" target="lib\net35-full\" /> + <file src="$OutputPath40$unified\signed\DotNetOpenAuth.dll" target="lib\net40-full\" /> - <file src="$OutputPath35$unified\DotNetOpenAuth.pdb" target="lib\net35-full\DotNetOpenAuth.pdb" /> - <file src="$OutputPath40$unified\DotNetOpenAuth.pdb" target="lib\net40-full\DotNetOpenAuth.pdb" /> + <file src="$OutputPath35$unified\DotNetOpenAuth.pdb" target="lib\net35-full\" /> + <file src="$OutputPath40$unified\DotNetOpenAuth.pdb" target="lib\net40-full\" /> - <file src="$OutputPath35$unified\DotNetOpenAuth.xml" target="lib\net35-full\DotNetOpenAuth.xml" /> - <file src="$OutputPath40$unified\DotNetOpenAuth.xml" target="lib\net40-full\DotNetOpenAuth.xml" /> + <file src="$OutputPath35$unified\DotNetOpenAuth.xml" target="lib\net35-full\" /> + <file src="$OutputPath40$unified\DotNetOpenAuth.xml" target="lib\net40-full\" /> <file src="content\Ultimate\web.config.transform" target="content\web.config.transform" /> |