Skip to content

Commit

Permalink
Fix incorrect reference to the BuildHost package
Browse files Browse the repository at this point in the history
This works around NuGet/Home#3891
  • Loading branch information
jasonmalinowski committed Oct 25, 2023
1 parent d01016b commit 84d5350
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
<ProjectReference Include="..\MSBuild.BuildHost\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj" />
<!-- PrivateAssets="all" is needed to prevent this reference from becoming a package reference in the package, as a workaround for
https://github.com/NuGet/Home/issues/3891. -->
<ProjectReference Include="..\MSBuild.BuildHost\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj" PrivateAssets="all" />
<ProjectReference Include="..\Portable\Microsoft.CodeAnalysis.Workspaces.csproj" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 84d5350

Please sign in to comment.