Skip to content

Commit

Permalink
Update nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
dev.soheilalizadeh committed Sep 25, 2018
1 parent 46126e0 commit c87a118
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file modified nuget.exe
Binary file not shown.
5 changes: 4 additions & 1 deletion src/reCaptcha.Google.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ProjectGuid>{AC831DAD-36DE-4431-94DE-B7BEA344D17F}</ProjectGuid>
<RootNamespace>Google.ReCaptcha.Mvc</RootNamespace>
<AssemblyName>Google.ReCaptcha.Mvc</AssemblyName>
<TargetFramework>net46</TargetFramework>
<TargetFrameworks>net46;net47</TargetFrameworks>
<AssemblyTitle>Google.Captcha.Mvc</AssemblyTitle>
<Product>Google.Captcha.Mvc</Product>
<Copyright>Copyright © 2018</Copyright>
Expand All @@ -19,6 +19,9 @@
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<None Remove="reCaptcha.Google.Mvc.csproj.nuspec" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.6" />
<PackageReference Include="Microsoft.AspNet.Razor" Version="3.2.6" />
Expand Down
4 changes: 3 additions & 1 deletion src/reCaptcha.Google.Mvc.csproj.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
</metadata>

<files>
<file src="bin\Release\*.dll" target="lib" />
<file src="bin\Release\net46\*.dll" target="lib\net46" />
<file src="bin\Release\net47\*.dll" target="lib\net47" />
</files>

</package>

0 comments on commit c87a118

Please sign in to comment.