Skip to content

Commit

Permalink
Eliminate redundant output via package reference manner
Browse files Browse the repository at this point in the history
  • Loading branch information
heku committed Nov 6, 2021
1 parent 1dcdef3 commit 9885545
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Kool.VsDiff.2022/Kool.VsDiff.2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,14 @@
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup Label="Suppressed items">
<SuppressFromVsix Include="Microsoft.VisualStudio.TextTemplating.dll" Visible="false" />
<SuppressFromVsix Include="Microsoft.VisualStudio.TextTemplating.Interfaces.dll" Visible="false" />
<SuppressFromVsix Include="Microsoft.VisualStudio.TextTemplating.VSHost.dll" Visible="false" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK">
<Version>17.0.0-previews-4-31709-430</Version>
<ExcludeAssets>runtime</ExcludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.0.5322-preview5-g2cf1b9c5</Version>
Expand Down

0 comments on commit 9885545

Please sign in to comment.