Skip to content

Commit 266debf

Browse files
authored
Merge pull request #14 from Codout/claude/fix-api-dto-pack
fix(api-dto): import Dto.Shared.projitems so the package actually packs
2 parents 58c1f54 + 0a48035 commit 266debf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Codout.Framework.Api.Dto/Codout.Framework.Api.Dto.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@
1414
<Folder Include="Default\" />
1515
</ItemGroup>
1616

17+
<!-- Same shared-source import pattern used by Codout.Framework.Application and
18+
Codout.Framework.Api.Client. Without it this project has zero .cs files,
19+
MSBuild produces no assembly, and `dotnet pack` fails with NU5026. -->
20+
<Import Project="..\Codout.Framework.Dto.Shared\Codout.Framework.Dto.projitems" Label="Shared" />
21+
1722
</Project>

0 commit comments

Comments
 (0)