Blame view

antis-ncc-net-core/NCC.BlindBox.Entitys/NCC.BlindBox.Entitys.csproj 529 Bytes
9dd13ed7   wwk   备份
1
  <Project Sdk="Microsoft.NET.Sdk">
03207d5d   wwk   1
2
3
4
  
    <PropertyGroup>
      <TargetFramework>net5.0</TargetFramework>
9dd13ed7   wwk   备份
5
      <GenerateDocumentationFile>True</GenerateDocumentationFile>
03207d5d   wwk   1
6
7
8
9
10
    </PropertyGroup>
  
    <ItemGroup>
      <ProjectReference Include="..\src\Infrastructure\NCC.Expand.Thirdparty\NCC.Expand.Thirdparty.csproj" />
      <ProjectReference Include="..\src\Modularity\Common\NCC.Common\NCC.Common.csproj" />
9dd13ed7   wwk   备份
11
      <ProjectReference Include="..\src\Modularity\System\NCC.System.Entitys\NCC.System.Entitys.csproj" />
03207d5d   wwk   1
12
13
14
    </ItemGroup>
  
  </Project>