Blame view

netcore/src/Modularity/Message/NCC.Message.Entitys/NCC.Message.Entitys.csproj 560 Bytes
96009bc9   hexiaodong   hxd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  <Project Sdk="Microsoft.NET.Sdk">
  
    <PropertyGroup>
      <TargetFramework>net6.0</TargetFramework>
    </PropertyGroup>
  
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
      <DocumentationFile>D:\wesley\project\git\antis-food-alliance\netcore\src\Modularity\Message\NCC.Message.Entitys\NCC.Message.Entitys.xml</DocumentationFile>
    </PropertyGroup>
  
    <ItemGroup>
      <Folder Include="Enum\" />
    </ItemGroup>
  
    <ItemGroup>
      <ProjectReference Include="..\..\Common\NCC.Common\NCC.Common.csproj" />
    </ItemGroup>
  
  </Project>