NCC.BlindBox.csproj 514 Bytes
<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>