Skip to content

Commit

Permalink
Update to dotnet 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMiami committed Jan 20, 2020
1 parent 715f82e commit 34db02e
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ https://github.com/PaulMiami/reCAPTCHA/wiki/Getting-started
Change log:
https://github.com/PaulMiami/reCAPTCHA/wiki/Change-log</Description>
<AssemblyTitle>reCAPTCHA 2.0 for ASPNET Core </AssemblyTitle>
<VersionPrefix>1.2.1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<Authors>Paul Biccherai</Authors>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>PaulMiami.AspNetCore.Mvc.Recaptcha</AssemblyName>
<PackageId>PaulMiami.AspNetCore.Mvc.Recaptcha</PackageId>
Expand All @@ -20,7 +20,6 @@ https://github.com/PaulMiami/reCAPTCHA/wiki/Change-log</Description>
<PackageLicenseUrl>https://raw.githubusercontent.com/PaulMiami/reCAPTCHA/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/PaulMiami/reCAPTCHA</RepositoryUrl>
<NetStandardImplicitPackageVersion>2.0.0</NetStandardImplicitPackageVersion>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand All @@ -32,11 +31,7 @@ https://github.com/PaulMiami/reCAPTCHA/wiki/Change-log</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Localization" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Runtime" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 34db02e

Please sign in to comment.