Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 320e91e

Browse files
committed
Install Microsoft.VSSDK.BuildTools.
1 parent 3720d5d commit 320e91e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,12 @@
407407
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
408408
</ItemGroup>
409409
<ItemGroup>
410-
<PackageReference Include="Madskristensen.VisualStudio.SDK" Version="14.3.75-pre"/>
410+
<PackageReference Include="Madskristensen.VisualStudio.SDK" Version="14.3.75-pre" />
411+
<PackageReference Include="Microsoft.VSSDK.BuildTools">
412+
<Version>15.8.3252</Version>
413+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
414+
<PrivateAssets>all</PrivateAssets>
415+
</PackageReference>
411416
</ItemGroup>
412417
<PropertyGroup>
413418
<UseCodebase>true</UseCodebase>

0 commit comments

Comments
 (0)