forked from zhontai/Admin.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdmin.Core.Common.csproj
More file actions
42 lines (38 loc) · 2.12 KB
/
Admin.Core.Common.csproj
File metadata and controls
42 lines (38 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.4.1</Version>
<Authors>xiaoxue</Authors>
<Company>xiaoxue</Company>
<Description>中台Admin后端通用库</Description>
<PackageTags>ZhonTai Admin;WebApi</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/zhontai/Admin.Core</PackageProjectUrl>
<RepositoryUrl>https://github.com/zhontai/Admin.Core</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>..\Admin.Core\Admin.Core.Common.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
<OutputPath></OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CSRedisCore" Version="3.6.5" />
<PackageReference Include="FreeSql" Version="1.8.1" />
<PackageReference Include="FreeSql.Provider.MySql" Version="1.8.1" />
<PackageReference Include="FreeSql.Provider.Oracle" Version="1.8.1" />
<PackageReference Include="FreeSql.Provider.PostgreSQL" Version="1.8.1" />
<PackageReference Include="FreeSql.Provider.Sqlite" Version="1.8.1" />
<PackageReference Include="FreeSql.Provider.SqlServer" Version="1.8.1" />
<PackageReference Include="FreeSql.Repository" Version="1.8.1" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.8" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.7.1" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.7.1" />
<PackageReference Include="UAParser" Version="3.1.44" />
</ItemGroup>
</Project>