Skip to content

Commit d728a87

Browse files
authored
build: avoid exposing internal library Daht.Sagitta.Shared to consumers
1 parent 6a9f726 commit d728a87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/core/source/Sagitta.Core.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
3939
</ItemGroup>
4040
<ItemGroup>
41-
<ProjectReference Include="../../shared/source/Sagitta.Shared.csproj" />
41+
<ProjectReference Include="../../shared/source/Sagitta.Shared.csproj">
42+
<PrivateAssets>all</PrivateAssets>
43+
</ProjectReference>
4244
</ItemGroup>
4345
</Project>

0 commit comments

Comments
 (0)