Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 61f87af

Browse files
Merge pull request liaozb#12 from liaozb/master
#修复生成错误#
2 parents 4d4bf02 + 5a3f25c commit 61f87af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎APIJSON.NET/APIJSON.NET/APIJSON.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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" />

‎APIJSON.NET/APIJSONCommon/ApiJson.Common.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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>

‎APIJSON.NET/APIJSONCommon/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// 有关程序集的一般信息由以下

‎APIJSON.NET/APIJSONCommon/Services/IIdentityService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /