diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenIdOAuth.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenIdOAuth.nuspec | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec b/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec index 1a9d978..80fecd7 100644 --- a/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec +++ b/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec @@ -22,16 +22,8 @@ </dependencies> </metadata> <files> - <file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" /> - <file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" /> <file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" /> - - <file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" /> - <file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" /> <file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" /> - - <file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" /> - <file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" /> <file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" /> <file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" /> |