Skip to content

Commit 64bb4eb

Browse files
author
heku
committed
Eliminate redundant output via package reference manner
1 parent 7a5f867 commit 64bb4eb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Kool.EditProject.2022/Kool.EditProject.2022.csproj

+2-5
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,14 @@
9292
<SubType>Designer</SubType>
9393
</EmbeddedResource>
9494
</ItemGroup>
95-
<ItemGroup Label="Suppressed items">
96-
<SuppressFromVsix Include="Microsoft.VisualStudio.TextTemplating.dll" Visible="false" />
97-
<SuppressFromVsix Include="Microsoft.VisualStudio.TextTemplating.Interfaces.dll" Visible="false" />
98-
<SuppressFromVsix Include="Microsoft.VisualStudio.TextTemplating.VSHost.dll" Visible="false" />
99-
</ItemGroup>
10095
<ItemGroup>
10196
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
10297
</ItemGroup>
10398
<ItemGroup>
10499
<PackageReference Include="Microsoft.VisualStudio.SDK">
105100
<Version>17.0.0-previews-4-31709-430</Version>
101+
<ExcludeAssets>runtime</ExcludeAssets>
102+
<PrivateAssets>all</PrivateAssets>
106103
</PackageReference>
107104
<PackageReference Include="Microsoft.VSSDK.BuildTools">
108105
<Version>17.0.5322-preview5-g2cf1b9c5</Version>

0 commit comments

Comments
 (0)