diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.nuspec | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.nuspec b/nuget/DotNetOpenAuth.OpenId.nuspec index d9d8f48..31d8f36 100644 --- a/nuget/DotNetOpenAuth.OpenId.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.nuspec @@ -23,27 +23,37 @@ <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="$OutputPath35$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net35-full\" /> <file src="$OutputPath40$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net40-full\" /> + <file src="$OutputPath45$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net45-full\" /> <file src="$OutputPath35$Org.Mentalis.Security.Cryptography.pdb" target="lib\net35-full\" /> <file src="$OutputPath40$Org.Mentalis.Security.Cryptography.pdb" target="lib\net40-full\" /> + <file src="$OutputPath45$Org.Mentalis.Security.Cryptography.pdb" target="lib\net45-full\" /> <file src="$OutputPath35$Org.Mentalis.Security.Cryptography.xml" target="lib\net35-full\" /> <file src="$OutputPath40$Org.Mentalis.Security.Cryptography.xml" target="lib\net40-full\" /> + <file src="$OutputPath45$Org.Mentalis.Security.Cryptography.xml" target="lib\net45-full\" /> <file src="$OutputPath35$signed\Mono.Math.dll" target="lib\net35-full\" /> <file src="$OutputPath40$signed\Mono.Math.dll" target="lib\net40-full\" /> + <file src="$OutputPath45$signed\Mono.Math.dll" target="lib\net45-full\" /> <file src="$OutputPath35$Mono.Math.pdb" target="lib\net35-full\" /> <file src="$OutputPath40$Mono.Math.pdb" target="lib\net40-full\" /> + <file src="$OutputPath45$Mono.Math.pdb" target="lib\net45-full\" /> <file src="$OutputPath35$Mono.Math.xml" target="lib\net35-full\" /> <file src="$OutputPath40$Mono.Math.xml" target="lib\net40-full\" /> + <file src="$OutputPath45$Mono.Math.xml" target="lib\net45-full\" /> <file src="content\OpenId.Core\net35-full\web.config.transform" target="content\net35-full\" /> <file src="content\OpenId.Core\net40-full\web.config.transform" target="content\net40-full\" /> + <file src="content\OpenId.Core\net45-full\web.config.transform" target="content\net45-full\" /> <file src="..\src\$Identity$\**\*.cs" target="src\$identity$" exclude="..\src\$Identity$\obj\**" /> <file src="$GeneratedAssemblyInfoSourceFile$" target="src\$identity$" /> |