1+ <?xml version =" 1.0" ?>
2+ <package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3+ <metadata >
4+ <id >DotNetOpenAuth.OpenId.Core</id >
5+ <version >$version$</version >
6+ <title >DotNetOpenAuth OpenID Core</title >
7+ <authors >Andrew Arnott</authors >
8+ <owners >Outercurve Foundation</owners >
9+ <projectUrl >http://www.dotnetopenauth.net/</projectUrl >
10+ <iconUrl >https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl >
11+ <licenseUrl >http://www.opensource.org/licenses/ms-pl.html</licenseUrl >
12+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
13+ <description >Contains assemblies that are required to implement an OpenID Relying Party or Provider.</description >
14+ <dependencies >
15+ <dependency id =" DotNetOpenAuth.Core" version =" [$version$]" />
16+ </dependencies >
17+ </metadata >
18+ <files >
19+ <file src =" $OutputPath35$signed\DotNetOpenAuth.OpenId.dll" target =" lib\net35-full\DotNetOpenAuth.OpenId.dll" />
20+ <file src =" $OutputPath40$signed\DotNetOpenAuth.OpenId.dll" target =" lib\net40-full\DotNetOpenAuth.OpenId.dll" />
21+ <file src =" $OutputPath35$DotNetOpenAuth.OpenId.xml" target =" lib\net35-full\DotNetOpenAuth.OpenId.xml" />
22+ <file src =" $OutputPath40$DotNetOpenAuth.OpenId.xml" target =" lib\net40-full\DotNetOpenAuth.OpenId.xml" />
23+
24+ <file src =" $OutputPath35$signed\Org.Mentalis.Security.Cryptography.dll" target =" lib\net35-full\Org.Mentalis.Security.Cryptography.dll" />
25+ <file src =" $OutputPath40$signed\Org.Mentalis.Security.Cryptography.dll" target =" lib\net40-full\Org.Mentalis.Security.Cryptography.dll" />
26+ <file src =" $OutputPath35$Org.Mentalis.Security.Cryptography.xml" target =" lib\net35-full\Org.Mentalis.Security.Cryptography.xml" />
27+ <file src =" $OutputPath40$Org.Mentalis.Security.Cryptography.xml" target =" lib\net40-full\Org.Mentalis.Security.Cryptography.xml" />
28+
29+ <file src =" $OutputPath35$signed\Mono.Math.dll" target =" lib\net35-full\Mono.Math.dll" />
30+ <file src =" $OutputPath40$signed\Mono.Math.dll" target =" lib\net40-full\Mono.Math.dll" />
31+ <file src =" $OutputPath35$Mono.Math.xml" target =" lib\net35-full\Mono.Math.xml" />
32+ <file src =" $OutputPath40$Mono.Math.xml" target =" lib\net40-full\Mono.Math.xml" />
33+
34+ <file src =" content\OpenId.Core\web.config.transform" target =" content\web.config.transform" />
35+ </files >
36+ </package >
0 commit comments