diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:18:06 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:38:33 -0800 |
commit | cf2ac40a21df5c561f8ee7f65c56ce8d62d2123d (patch) | |
tree | 7b306a52153b3c0f84cf0bdd481a7646f4c4fc46 /nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec | |
parent | 94d3bb7d936246c05a9f6b48481832a30fdbcca2 (diff) | |
download | DotNetOpenAuth-cf2ac40a21df5c561f8ee7f65c56ce8d62d2123d.zip DotNetOpenAuth-cf2ac40a21df5c561f8ee7f65c56ce8d62d2123d.tar.gz DotNetOpenAuth-cf2ac40a21df5c561f8ee7f65c56ce8d62d2123d.tar.bz2 |
Fixed up all existing NuGet packages and added several more. All but UI dll's are now packaged in NuGet.
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec index 0445ae3..7d50275 100644 --- a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec @@ -12,10 +12,16 @@ <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Contains assemblies that are required to implement an OpenID Relying Party.</description> <dependencies> - <dependency id="DotNetOpenAuth.Core" version="$version$" /> + <dependency id="DotNetOpenAuth.OpenId.Core" version="[$version$]" /> </dependencies> </metadata> <files> - <file src="..\..\bin\v4.0\Release\DotNetOpenAuth.OpenId.RelyingParty.dll" target="lib\net40\DotNetOpenAuth.OpenId.RelyingParty.dll" /> + <file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.RelyingParty.dll" target="lib\net35-full\DotNetOpenAuth.OpenId.RelyingParty.dll" /> + <file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.RelyingParty.dll" target="lib\net40-full\DotNetOpenAuth.OpenId.RelyingParty.dll" /> + + <file src="$OutputPath35$DotNetOpenAuth.OpenId.RelyingParty.xml" target="lib\net35-full\DotNetOpenAuth.OpenId.RelyingParty.xml" /> + <file src="$OutputPath40$DotNetOpenAuth.OpenId.RelyingParty.xml" target="lib\net40-full\DotNetOpenAuth.OpenId.RelyingParty.xml" /> + + <file src="content\OpenId.RelyingParty\web.config.transform" target="content\web.config.transform" /> </files> </package>
\ No newline at end of file |