Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Fixes NuGet build breaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 20, 2013
1 parent 673ea28 commit cf11403
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion nuget/DotNetOpenAuth.Mvc.nuspec
Expand Up @@ -11,6 +11,9 @@
<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.Bcl" version="[1.1.3,2.0)" />
Expand All @@ -19,8 +22,16 @@
</dependencies>
</metadata>
<files>
<file src="$OutputPath45$$signedSubPath$$identity$.dll" target="lib\net45-full\" />
<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="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
Expand Down

0 comments on commit cf11403

Please sign in to comment.