mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Fixed plugs project references for test kernels.
This commit is contained in:
parent
a03324f629
commit
eb3782f595
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="@(PlugsProjectReference)" PrivateAssets="All" ReferenceOutputAssembly="False" OutputItemType="Content" CopyToOutputDirectory="PreserveNewest" />
|
||||
<ProjectReference Include="@(PlugsProjectReference)" ExcludeAssets="Compile" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="..\..\Directory.Build.targets" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue