Skip to content

Commit c6cc28c

Browse files
committed
Fixed build break due to missing reference on Dev15
1 parent c95a42b commit c6cc28c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
<When Condition="$(VSTarget) == '15.0'">
102102
<ItemGroup>
103103
<Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=$(VSTarget).0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
104+
<Reference Include="Microsoft.VisualStudio.Utilities, Version=$(VSTarget).0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
105+
<HintPath>$(DevEnvDir)\Microsoft.VisualStudio.Utilities.dll</HintPath>
106+
</Reference>
104107
</ItemGroup>
105108
</When>
106109
<Otherwise>

0 commit comments

Comments
 (0)