We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c623d commit 699c64dCopy full SHA for 699c64d
1 file changed
src/Ubiquity.NET.CommandLine.SrcGen.UT/Ubiquity.NET.CommandLine.SrcGen.UT.csproj
@@ -25,7 +25,9 @@
25
Project reference with `ReferenceOutputAssembly="false"` ensures build dependency but doesn't reference the output.
26
A `None` item is still needed to get a copy of the library in the output folder though...
27
-->
28
- <ProjectReference Include="..\Ubiquity.NET.CommandLine\Ubiquity.NET.CommandLine.csproj" ReferenceOutputAssembly="false" />
+ <ProjectReference Include="..\Ubiquity.NET.CommandLine\Ubiquity.NET.CommandLine.csproj" ReferenceOutputAssembly="false">
29
+ <Private>True</Private>
30
+ </ProjectReference>
31
</ItemGroup>
32
33
<ItemGroup>
0 commit comments