Skip to content

Commit bbf4733

Browse files
authored
Add missing project references to Core deployment (#59566)
1 parent 10a9d97 commit bbf4733

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Workspaces/Remote/ServiceHub.CoreComponents/Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
<PropertyGroup>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net6.0</TargetFramework>
7-
<!-- The purpose of this project is to include all dependecies of Microsoft.CodeAnalysis.Remote.ServiceHub targeting .Net Core -->
7+
<!--
8+
The purpose of this project is to include all dependecies of Microsoft.CodeAnalysis.Remote.ServiceHub and C# and VB features layer targeting .Net Core.
9+
-->
810
<IsShipping>false</IsShipping>
911
</PropertyGroup>
1012
<ItemGroup>
1113
<ProjectReference Include="..\ServiceHub\Microsoft.CodeAnalysis.Remote.ServiceHub.csproj" />
14+
<ProjectReference Include="..\..\..\Features\CSharp\Portable\Microsoft.CodeAnalysis.CSharp.Features.csproj" />
15+
<ProjectReference Include="..\..\..\Features\VisualBasic\Portable\Microsoft.CodeAnalysis.VisualBasic.Features.vbproj" />
1216
</ItemGroup>
1317
<ItemGroup>
1418
<!-- These references need to be deployed to the vsix subfolder containing servicehub bits for .Net Core -->

0 commit comments

Comments
 (0)