Skip to content

Commit 24777bf

Browse files
committed
Update Microsoft.VSSDK.BuildTools to 18.5.40034.
1 parent 975d792 commit 24777bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

EditorConfigGuidelines/EditorConfigGuidelines.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
2020
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" ExcludeAssets="runtime" />
21-
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="18.5.38461" />
21+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="18.5.40034">
22+
<PrivateAssets>all</PrivateAssets>
23+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
24+
</PackageReference>
2225
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.551" />
2326
<PackageReference Include="Microsoft.VisualStudio.VsixColorCompiler" Version="17.11.35325.10" />
2427
</ItemGroup>

0 commit comments

Comments
 (0)