Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Codout.Framework.Api.Dto/Codout.Framework.Api.Dto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
<Folder Include="Default\" />
</ItemGroup>

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

</Project>
Loading