Skip to content

Commit 699c64d

Browse files
committed
* Adapted tests to copylocal the required dependency for the compilation.
1 parent 67c623d commit 699c64d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Ubiquity.NET.CommandLine.SrcGen.UT/Ubiquity.NET.CommandLine.SrcGen.UT.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
Project reference with `ReferenceOutputAssembly="false"` ensures build dependency but doesn't reference the output.
2626
A `None` item is still needed to get a copy of the library in the output folder though...
2727
-->
28-
<ProjectReference Include="..\Ubiquity.NET.CommandLine\Ubiquity.NET.CommandLine.csproj" ReferenceOutputAssembly="false" />
28+
<ProjectReference Include="..\Ubiquity.NET.CommandLine\Ubiquity.NET.CommandLine.csproj" ReferenceOutputAssembly="false">
29+
<Private>True</Private>
30+
</ProjectReference>
2931
</ItemGroup>
3032

3133
<ItemGroup>

0 commit comments

Comments
 (0)