Blame view

netcore/src/Modularity/Extend/NCC.Extend.Interfaces/NCC.Extend.Interfaces.csproj 596 Bytes
96009bc9   hexiaodong   hxd
1
2
3
4
5
  <Project Sdk="Microsoft.NET.Sdk">
  
    <PropertyGroup>
      <TargetFramework>net6.0</TargetFramework>
    </PropertyGroup>
9ec80591   “wangming”   优化库存使用批量创建接口:库存不足...
6
7
8
9
10
11
    <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>
96009bc9   hexiaodong   hxd
12
13
14
15
16
17
  
    <ItemGroup>
      <ProjectReference Include="..\NCC.Extend.Entitys\NCC.Extend.Entitys.csproj" />
    </ItemGroup>
  
  </Project>