Blame view

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