|
11 | 11 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
12 | 12 | <Nullable>enable</Nullable> |
13 | 13 | <LangVersion>latest</LangVersion> |
14 | | - <Description>A Google reCPATCHA validation wrapper service for ASP.NET Core. With only a few simple setup steps you are ready to block bots from filling in and submitting forms on your website.</Description> |
15 | | - <Copyright>2020 © Griesinger Software</Copyright> |
| 14 | + <Description>A Google reCAPTCHA validation wrapper service for ASP.NET Core. With only a few simple setup steps you are ready to block bots from filling in and submitting forms on your website.</Description> |
| 15 | + <Copyright>2022 © Griesinger Software</Copyright> |
16 | 16 | <PackageProjectUrl>https://github.com/jgdevlabs/aspnetcore-recaptcha</PackageProjectUrl> |
17 | 17 | <RepositoryUrl>https://github.com/jgdevlabs/aspnetcore-recaptcha</RepositoryUrl> |
18 | 18 | <NeutralLanguage>en</NeutralLanguage> |
19 | | - <PackageTags>aspnetcore;recaptcha;aspnetcoremvc;actionfilter;google;razor;recaptcha-v2;recaptcha-v3;taghelper</PackageTags> |
| 19 | + <PackageTags>aspnetcore;recaptcha;aspnetcoremvc;recaptcha-v2;recaptcha-v3</PackageTags> |
20 | 20 | </PropertyGroup> |
21 | 21 |
|
22 | 22 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
28 | 28 | <PrivateAssets>all</PrivateAssets> |
29 | 29 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
30 | 30 | </PackageReference> |
| 31 | + <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" /> |
| 32 | + <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" /> |
| 33 | + <PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" /> |
| 34 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" /> |
| 35 | + <PackageReference Include="Microsoft.AspNetCore.Razor" Version="2.2.0" /> |
31 | 36 | <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
32 | 37 | </ItemGroup> |
33 | 38 |
|
34 | | - <ItemGroup Condition="'$(TargetFramework)' != 'net461'"> |
35 | | - <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
36 | | - </ItemGroup> |
37 | | - |
38 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net461'"> |
39 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.0" /> |
40 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.1.0" /> |
41 | | - <PackageReference Include="Microsoft.Extensions.Http" Version="2.1.0" /> |
42 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.0.0" /> |
43 | | - <PackageReference Include="Microsoft.AspNetCore.Razor" Version="2.1.0" /> |
44 | | - <PackageReference Include="Newtonsoft.Json" Version="11.0.1" /> |
45 | | - </ItemGroup> |
46 | | - |
47 | 39 | <ItemGroup> |
48 | 40 | <EmbeddedResource Update="Localization\Resources.resx"> |
49 | 41 | <Generator>ResXFileCodeGenerator</Generator> |
|
63 | 55 | </Compile> |
64 | 56 | </ItemGroup> |
65 | 57 |
|
66 | | - <PropertyGroup Condition="'$(TargetFramework)' != 'netcoreapp3.0'"> |
67 | | - <NoWarn>$(NoWarn);8600;8601;8602;8603;8604</NoWarn> |
68 | | - </PropertyGroup> |
69 | | - |
70 | 58 | </Project> |
0 commit comments