File tree Expand file tree Collapse file tree
samples/NCaptcha.Samples.AspNetCore
NCaptcha.AspNetCore.SessionEmail
NCaptcha.AspNetCore.SessionImages
NCaptcha.Targets.Sms.Aliyun Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.2 </TargetFramework >
4+ <TargetFramework >net6.0 </TargetFramework >
55 <UserSecretsId >aspnet-NCaptcha.Samples.AspNetCore-B774D57B-B2FA-48F1-B631-AC26C6E4EA3C</UserSecretsId >
66 <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
77 </PropertyGroup >
88
99 <ItemGroup >
10- < PackageReference Include = " Microsoft.AspNetCore.App " />
11- < PackageReference Include = " Microsoft.AspNetCore.Razor.Design " Version = " 2.2.0 " PrivateAssets = " All " />
12- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.2.3 " />
10+
11+
12+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 6.0.10 " />
1313 </ItemGroup >
1414
1515 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2- <Import Project =" ../../build/common.props" / >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <Import Project =" ../../build/common.props" ></ Import >
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.2.0 " />
9- < PackageReference Include = " Microsoft.Extensions.DependencyInjection.Abstractions " Version = " 2.2.0 " />
8+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6.0.1 " />
9+
1010 </ItemGroup >
1111
1212 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
3- <Import Project =" ../../build/common.props" / >
3+ <Import Project =" ../../build/common.props" ></ Import >
44
55 <PropertyGroup >
66 <TargetFramework >netstandard2.0</TargetFramework >
1010 <ProjectReference Include =" ..\NCaptcha.AspNetCore\NCaptcha.AspNetCore.csproj" />
1111 <ProjectReference Include =" ..\NCaptcha.State.Session\NCaptcha.State.Session.csproj" />
1212 <ProjectReference Include =" ..\NCaptcha.Targets.Images\NCaptcha.Targets.Images.csproj" />
13- < ProjectReference Include = " ..\NCaptcha\NCaptcha.csproj " />
13+
1414 </ItemGroup >
1515</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2- <Import Project =" ../../build/common.props" / >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <Import Project =" ../../build/common.props" ></ Import >
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" MailKit" Version =" 2.3.0 " />
9- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 2.2 .0" />
8+ <PackageReference Include =" MailKit" Version =" 3.4.1 " />
9+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 6.0 .0" />
1010 </ItemGroup >
1111
1212 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
3- <Import Project =" ../../build/common.props" / >
3+ <Import Project =" ../../build/common.props" ></ Import >
44
55 <PropertyGroup >
66 <TargetFramework >netstandard2.0</TargetFramework >
1111 </ItemGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" System.Drawing.Common" Version =" 4.5.1 " />
14+ <PackageReference Include =" System.Drawing.Common" Version =" 6.0.0 " />
1515 </ItemGroup >
1616</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2- <Import Project =" ../../build/common.props" / >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <Import Project =" ../../build/common.props" ></ Import >
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 2.2 .0" />
9- < PackageReference Include = " Microsoft.Extensions.Options " Version = " 2.2.0 " />
10- <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.2 " />
8+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 6.0 .0" />
9+
10+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
1111 </ItemGroup >
1212
1313 <ItemGroup >
1414 <ProjectReference Include =" ..\NCaptcha.Targets.Sms\NCaptcha.Targets.Sms.csproj" />
15- < ProjectReference Include = " ..\NCaptcha\NCaptcha.csproj " />
15+
1616 </ItemGroup >
1717</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
3- <Import Project =" ../../build/common.props" / >
3+ <Import Project =" ../../build/common.props" ></ Import >
44
55 <PropertyGroup >
66 <TargetFramework >netstandard2.0</TargetFramework >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2.2 .0" />
11- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.2.0 " />
12- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.3 " />
10+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0 .0" />
11+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.2 " />
12+ <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4 " />
1313 </ItemGroup >
1414</Project >
You can’t perform that action at this time.
0 commit comments