Skip to content

Commit

Permalink
Fix VSIX Size 9mb to 7mb
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Dec 1, 2024
1 parent 0c42af8 commit 574a387
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,18 @@
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
<PackageReference Include="Microsoft.VisualStudio.SDK" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<Version>17.3.32804.24</Version>
<Version>17.4.33103.184</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.TemplateWizardInterface">
<Version>17.5.33428.366</Version>
<Version>17.10.40170</Version>
</PackageReference>
<PackageReference Include="NuGet.VisualStudio" GeneratePathProperty="true">
<Version>17.12.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<Version>17.9.3174</Version>
<Version>17.10.2185</Version>
</PackageReference>
<PackageReference Include="WPF-UI">
<Version>4.0.0-rc.2</Version>
Expand Down

0 comments on commit 574a387

Please sign in to comment.