File tree Expand file tree Collapse file tree 5 files changed +52
-0
lines changed
Expand file tree Collapse file tree 5 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
5+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6+ <Version >1.2.0</Version >
7+ <Authors >xiaoxue</Authors >
8+ <Company >xiaoxue</Company >
9+ <Description >中台Admin后端通用库</Description >
10+ <PackageTags >ZhonTai Admin;WebApi</PackageTags >
11+ <RepositoryType >git</RepositoryType >
12+ <PackageProjectUrl >https://github.com/zhontai/Admin.Core</PackageProjectUrl >
13+ <RepositoryUrl >https://github.com/zhontai/Admin.Core</RepositoryUrl >
14+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
515 </PropertyGroup >
616
717 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
5+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6+ <Version >1.2.0</Version >
7+ <Authors >xiaoxue</Authors >
8+ <Company >xiaoxue</Company >
9+ <Description >中台Admin后端实体库</Description >
10+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
11+ <PackageProjectUrl >https://github.com/zhontai/Admin.Core</PackageProjectUrl >
12+ <RepositoryUrl >https://github.com/zhontai/Admin.Core</RepositoryUrl >
13+ <RepositoryType >git</RepositoryType >
14+ <PackageTags >ZhonTai Admin;WebApi</PackageTags >
515 </PropertyGroup >
616
717 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
5+ <Version >1.2.0</Version >
6+ <Authors >xiaoxue</Authors >
7+ <Company >xiaoxue</Company >
8+ <Description >中台Admin后端仓储库</Description >
9+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
10+ <PackageProjectUrl >https://github.com/zhontai/Admin.Core</PackageProjectUrl >
11+ <RepositoryUrl >https://github.com/zhontai/Admin.Core</RepositoryUrl >
12+ <RepositoryType >git</RepositoryType >
13+ <PackageTags >ZhonTai Admin;WebApi</PackageTags >
14+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
515 </PropertyGroup >
616
717 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
5+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6+ <Version >1.2.0</Version >
7+ <Authors >xiaoxue</Authors >
8+ <Company >xiaoxue</Company >
9+ <Description >中台Admin后端服务库</Description >
10+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
11+ <PackageProjectUrl >https://github.com/zhontai/Admin.Core</PackageProjectUrl >
12+ <RepositoryUrl >https://github.com/zhontai/Admin.Core</RepositoryUrl >
13+ <RepositoryType >git</RepositoryType >
14+ <PackageTags >ZhonTai Admin;WebApi</PackageTags >
515 </PropertyGroup >
616
717 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 44 <TargetFramework >netcoreapp3.1</TargetFramework >
55 <!-- <AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>-->
66 <AspNetCoreHostingModel >OutOfProcess</AspNetCoreHostingModel >
7+ <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
8+ <Version >1.2.0</Version >
9+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
10+ <Authors >xiaoxue</Authors >
11+ <Company >xiaoxue</Company >
12+ <RepositoryType >git</RepositoryType >
13+ <Description >中台Admin后端WebApi</Description >
14+ <PackageProjectUrl >https://github.com/zhontai/Admin.Core</PackageProjectUrl >
15+ <RepositoryUrl >https://github.com/zhontai/Admin.Core</RepositoryUrl >
16+ <PackageTags >ZhonTai Admin;WebApi</PackageTags >
17+ <PackageId >Admin.Core</PackageId >
18+ <Product >Admin.Core</Product >
719 </PropertyGroup >
820
921 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments