File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121 <ItemGroup >
2222 <PackageReference Include =" AspectCore.Extensions.Reflection" Version =" 1.2.0" />
23- <PackageReference Include =" Microsoft.AspNetCore.App" Version = " 2.2.0 " />
23+ <PackageReference Include =" Microsoft.AspNetCore.App" />
2424 <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 2.2.0" />
2525 <PackageReference Include =" Microsoft.AspNetCore.Cors" Version =" 2.2.0" />
2626 <PackageReference Include =" Microsoft.AspNetCore.Rewrite" Version =" 2.2.0" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <Version >0.0.1</Version >
66 <Description >通用查询组件</Description >
7+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 11using System . Reflection ;
2- using System . Runtime . CompilerServices ;
32using System . Runtime . InteropServices ;
43
54// 有关程序集的一般信息由以下
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public interface IIdentityService
2525 /// </summary>
2626 /// <param name="table"></param>
2727 /// <returns></returns>
28- Tuple < bool , string > GetSelectRole ( string table ) ;
28+ ( bool , string ) GetSelectRole ( string table ) ;
2929
3030
3131 bool ColIsRole ( string col , string [ ] selectrole ) ;
You can’t perform that action at this time.
0 commit comments