Skip to content

Commit 8a792eb

Browse files
Include async interfaces in vsix (needed for vs2026 at least)
1 parent 3f086c5 commit 8a792eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Vsix/Vsix.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
</PropertyGroup>
5252
<ItemGroup>
5353
<!-- Build against VS 16.10 -->
54+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces">
55+
<Version>10.0.2</Version>
56+
</PackageReference>
5457
<PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="4.14.0" />
5558
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.10.31321.278" ExcludeAssets="runtime">
5659
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)