There was an error while loading. Please reload this page.
2 parents 58c1f54 + 0a48035 commit 266debfCopy full SHA for 266debf
1 file changed
Codout.Framework.Api.Dto/Codout.Framework.Api.Dto.csproj
@@ -14,4 +14,9 @@
14
<Folder Include="Default\" />
15
</ItemGroup>
16
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
+
22
</Project>
0 commit comments