File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<ItemGroup >
22
22
<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" />
24
24
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 2.2.0" />
25
25
<PackageReference Include =" Microsoft.AspNetCore.Cors" Version =" 2.2.0" />
26
26
<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" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Version >0.0.1</Version >
6
6
<Description >通用查询组件</Description >
7
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
7
8
</PropertyGroup >
8
9
9
10
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
- using System . Runtime . CompilerServices ;
3
2
using System . Runtime . InteropServices ;
4
3
5
4
// 有关程序集的一般信息由以下
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public interface IIdentityService
25
25
/// </summary>
26
26
/// <param name="table"></param>
27
27
/// <returns></returns>
28
- Tuple < bool , string > GetSelectRole ( string table ) ;
28
+ ( bool , string ) GetSelectRole ( string table ) ;
29
29
30
30
31
31
bool ColIsRole ( string col , string [ ] selectrole ) ;
You can’t perform that action at this time.
0 commit comments