summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth2.Core.nuspec
blob: 15e80497fb700c45c06b675b75c7783189963a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
	<metadata>
		<id>DotNetOpenAuth.OAuth2.Core</id>
		<version>$oauth2version$</version>
		<title>DotNetOpenAuth OAuth 2.0 Core</title>
		<authors>Andrew Arnott</authors>
		<owners>Outercurve Foundation</owners>
		<projectUrl>http://www.dotnetopenauth.net/</projectUrl>
		<iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl>
		<licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl>
		<requireLicenseAcceptance>false</requireLicenseAcceptance>
		<summary>Common functionality required to implement an OAuth 2.0 client, authorization server or resource server.</summary>
		<description>This package contains shared code for other NuGet packages, and contains no public API in and of itself.</description>
		<dependencies>
			<dependency id="DotNetOpenAuth.Core" version="[$version$]" />
		</dependencies>
	</metadata>
	<files>
		<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.dll" target="lib\net35-full" />
		<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.dll" target="lib\net40-full" />
		<file src="$OutputPath45$signed\DotNetOpenAuth.OAuth2.dll" target="lib\net45-full" />

		<file src="$OutputPath35$DotNetOpenAuth.OAuth2.pdb" target="lib\net35-full" />
		<file src="$OutputPath40$DotNetOpenAuth.OAuth2.pdb" target="lib\net40-full" />
		<file src="$OutputPath45$DotNetOpenAuth.OAuth2.pdb" target="lib\net45-full" />

		<file src="$OutputPath35$DotNetOpenAuth.OAuth2.xml" target="lib\net35-full" />
		<file src="$OutputPath40$DotNetOpenAuth.OAuth2.xml" target="lib\net40-full" />
		<file src="$OutputPath45$DotNetOpenAuth.OAuth2.xml" target="lib\net45-full" />

		<file src="content\OAuth2.Core\web.config.transform" target="content\web.config.transform" />

		<file src="..\src\DotNetOpenAuth.OAuth2\**\*.cs" target="src" />
	</files>
</package>