Skip to content

Commit

Permalink
更新数据包
Browse files Browse the repository at this point in the history
  • Loading branch information
zhontai committed Aug 8, 2021
1 parent 0d2156b commit 424034f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Admin.Core.Common/Admin.Core.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.5.0</Version>
<Version>1.7.0</Version>
<Authors>xiaoxue</Authors>
<Company>xiaoxue</Company>
<Description>中台Admin后端通用库</Description>
Expand Down
2 changes: 1 addition & 1 deletion Admin.Core.Model/Admin.Core.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.5.0</Version>
<Version>1.7.0</Version>
<Authors>xiaoxue</Authors>
<Company>xiaoxue</Company>
<Description>中台Admin后端实体库</Description>
Expand Down
2 changes: 1 addition & 1 deletion Admin.Core.Repository/Admin.Core.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.5.0</Version>
<Version>1.7.0</Version>
<Authors>xiaoxue</Authors>
<Company>xiaoxue</Company>
<Description>中台Admin后端仓储库</Description>
Expand Down
2 changes: 1 addition & 1 deletion Admin.Core.Service/Admin.Core.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.5.0</Version>
<Version>1.7.0</Version>
<Authors>xiaoxue</Authors>
<Company>xiaoxue</Company>
<Description>中台Admin后端服务库</Description>
Expand Down
2 changes: 1 addition & 1 deletion Admin.Core/Admin.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>-->
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.5.0</Version>
<Version>1.7.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>xiaoxue</Authors>
<Company>xiaoxue</Company>
Expand Down
4 changes: 1 addition & 3 deletions Admin.Core/Controllers/Personnel/OrganizationController.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Admin.Core.Common.Input;
using Admin.Core.Common.Output;
using Admin.Core.Model.Personnel;
using Admin.Core.Common.Output;
using Admin.Core.Service.Personnel.Organization;
using Admin.Core.Service.Personnel.Organization.Input;
using Microsoft.AspNetCore.Mvc;
Expand Down
2 changes: 1 addition & 1 deletion Admin.Core/Db/Data/data-share.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Admin.Core/Db/Data/data.json

Large diffs are not rendered by default.

0 comments on commit 424034f

Please sign in to comment.