Skip to content

Commit

Permalink
Use specific wildcard to fix VS extension issue with VSSDK.BuildTools…
Browse files Browse the repository at this point in the history
… and VS Sdk.Analyzers (MonoGame#8417)
  • Loading branch information
JakeLegendXIII authored Jul 10, 2024
1 parent 079fb68 commit dfe3103
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.*" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.10.*" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.10.*" />
</ItemGroup>
<ItemGroup>
<Content Include="Templates.pkgdef">
Expand Down

0 comments on commit dfe3103

Please sign in to comment.