Skip to content

Commit

Permalink
Re-enable 17.* wildcard for extension project (#8313)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLegendXIII committed May 23, 2024
1 parent 11f34db commit e1a5b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.*" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.9.*" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" />
</ItemGroup>
<ItemGroup>
<Content Include="Templates.pkgdef">
Expand Down

0 comments on commit e1a5b1b

Please sign in to comment.