Blame view

netcore/src/Modularity/Extend/NCC.Extend/NCC.Extend.csproj 1.05 KB
96009bc9   hexiaodong   hxd
1
  <Project Sdk="Microsoft.NET.Sdk">
d98270e2   “wangming”   Enhance LqEventSe...
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    <PropertyGroup>
      <TargetFramework>net6.0</TargetFramework>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
      <DocumentationFile>bin\Debug\$(AssemblyName).xml</DocumentationFile>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
      <DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
    </PropertyGroup>
    <ItemGroup>
      <ProjectReference Include="..\..\Common\NCC.Common.Core\NCC.Common.Core.csproj" />
      <ProjectReference Include="..\NCC.Extend.Interfaces\NCC.Extend.Interfaces.csproj" />
      <ProjectReference Include="..\NCC.Extend.Entitys\NCC.Extend.Entitys.csproj" />
    </ItemGroup>
    <ItemGroup>
e486fd72   “wangming”   feat: implement i...
17
18
      <PackageReference Include="AlibabaCloud.OSS.V2" Version="*" />
      <PackageReference Include="AlibabaCloud.SDK.Green20220302" Version="*" />
d98270e2   “wangming”   Enhance LqEventSe...
19
      <PackageReference Include="EPPlus" Version="6.2.10" />
1fffa876   “wangming”   优化储扣列表接口:增加门店、时间、...
20
      <PackageReference Include="Magicodes.IE.Excel" Version="2.7.4.5" />
d98270e2   “wangming”   Enhance LqEventSe...
21
    </ItemGroup>
96009bc9   hexiaodong   hxd
22
  </Project>