We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783ecc0 commit 3ff9806Copy full SHA for 3ff9806
1 file changed
Vsix/Vsix.csproj
@@ -51,7 +51,7 @@
51
</PropertyGroup>
52
<ItemGroup>
53
<!-- Build against VS 16.10 -->
54
- <PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="3.11.0" />
+ <PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="4.1.0" />
55
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.10.31321.278" ExcludeAssets="runtime">
56
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
57
</PackageReference>
0 commit comments