Blame view

antis-ncc-net-core/NCC.BlindBox/NCC.BlindBox.csproj 514 Bytes
38be6674   wwk   “zuxin”
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <Project Sdk="Microsoft.NET.Sdk">
  
    <PropertyGroup>
      <TargetFramework>net5.0</TargetFramework>
      <GenerateDocumentationFile>True</GenerateDocumentationFile>
    </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>