We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f086c5 commit 8a792ebCopy full SHA for 8a792eb
Vsix/Vsix.csproj
@@ -51,6 +51,9 @@
51
</PropertyGroup>
52
<ItemGroup>
53
<!-- Build against VS 16.10 -->
54
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces">
55
+ <Version>10.0.2</Version>
56
+ </PackageReference>
57
<PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="4.14.0" />
58
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.10.31321.278" ExcludeAssets="runtime">
59
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
0 commit comments