summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.Mvc.nuspec
blob: 0e386d256a62c222a2be3979d56dd1d24c9eecf3 (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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
	<metadata>
		<id>DotNetOpenAuth.Mvc</id>
		<version>$version$</version>
		<title>DotNetOpenAuth MVC extensions</title>
		<authors>Andrew Arnott, David Christiansen</authors>
		<owners>David Christiansen, Andrew Arnott</owners>
		<projectUrl>http://www.dotnetopenauth.net/</projectUrl>
		<iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl>
		<licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl>
		<requireLicenseAcceptance>false</requireLicenseAcceptance>
		<summary>Provides the HttpResponseMessage.AsActionResult() extension method.</summary>
		<description>Provides the HttpResponseMessage.AsActionResult() extension method.</description>
		<dependencies>
			<dependency id="DotNetOpenAuth.Core" version="[$version$]" />
			<dependency id="Microsoft.AspNet.Mvc" version="[5.0.0,6.0)" />
			<dependency id="Microsoft.AspNet.Razor" version="[3.0.0,4.0)" />
			<dependency id="Microsoft.AspNet.WebPages" version="[3.0.0,4.0)" />
			<dependency id="Microsoft.Bcl" version="[1.1.3,2.0)" />
			<dependency id="Microsoft.Bcl.Build" version="[1.0.10,2.0)" />
			<dependency id="Microsoft.Net.Http" version="[2.2.15,3.0)" />
			<dependency id="Microsoft.Web.Infrastructure" version="[1.0.0.0,2.0)" />
			<dependency id="Validation" version="[2.0.2.13022,3.0)" />
		</dependencies>
	</metadata>
	<files>
		<file src="$OutputPath45$$identity$.dll" target="lib\net45-full\" />
		<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
		<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />

		<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
		<file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
	</files>
</package>