Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonaby committed Oct 8, 2024
1 parent 790de9a commit 0320ce3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion common/DevHome.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@

<ItemGroup>
<ProjectReference Include="..\services\DevHome.Services.Core\DevHome.Services.Core.csproj" />
<ProjectReference Include="..\services\DevHome.Services.WindowsPackageManager\DevHome.Services.WindowsPackageManager.csproj" />

<!--
The DevSetupAgent project in the Hyper-V extension references the DevHome.Common project.
Set the 'Private' flag to false to prevent the referenced dlls from DevHome.Services.WindowsPackageManager
from being copied to the output folder and causing conflicts.
-->
<ProjectReference Include="..\services\DevHome.Services.WindowsPackageManager\DevHome.Services.WindowsPackageManager.csproj" Private="false"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0320ce3

Please sign in to comment.