Skip to content

Commit a8bd202

Browse files
Merge branch 'main' into feature/track-unusued-suppressions
2 parents 15ee3ac + 6bc7fbe commit a8bd202

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

.chronus/changes/copilot-remove-unnecessary-nuget-package-2026-4-28-12-59-38.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/typespec-vs/src/Microsoft.TypeSpec.VS.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
Link="TextMate/typespec.tmLanguage" />
3232
<Content Update="@(Content)" IncludeInVSIX="true" CopyToOutputDirectory="PreserveNewest" />
3333
<Reference Include="System.ComponentModel.Composition" />
34+
<!-- The 'MessagePack' is not used directly but referenced by nuget package 'Microsoft.VisualStudio.SDK', 'Microsoft.VisualStudio.Workspace' and 'Microsoft.VisualStudio.VSIntegration' -->
35+
<!-- Have to add it explicitly here because the version used by 'Microsoft.VisualStudio...' report vulnerabilities now -->
36+
<!-- TODO: [#5368] remove this explicit reference after 'Microsoft.VisualStudio...' releases new version having 'MessagePack' updated to vulnerability free version-->
37+
<PackageReference Include="MessagePack" Version="2.5.192" />
3438
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" />
3539
<Content Include="Icons\logo.png">
3640
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -43,8 +47,16 @@
4347
</Content>
4448
</ItemGroup>
4549
<ItemGroup>
50+
<!-- The 'Microsoft.VisualStudio.Composition' is not used directly but referenced by nuget package 'Microsoft.VisualStudio.Workspace' -->
51+
<!-- Have to add it explicitly here because otherwise 'Microsoft.VisualStudio.Workspace" will report warning NU1603 because its desired version not found and higher version will be used -->
52+
<!-- TODO: [#5368] remove this explicit reference after 'Microsoft.VisualStudio...' releases new version without the warning-->
53+
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="17.13.41" />
4654
<!-- Use 17.0.x or latest 16.x if no 17.0.x for compatible API-->
4755
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" ExcludeAssets="Runtime" />
56+
<!-- The 'Microsoft.VisualStudio.Shell.15.0' is not used directly but referenced by nuget package 'Microsoft.VisualStudio.Workspace.VSIntegration' -->
57+
<!-- Have to add it explicitly here because otherwise 'Microsoft.VisualStudio.Workspace.VSIntegration" will report warning NU1603 because its desired version not found and higher version will be used -->
58+
<!-- TODO: [#5368] remove this explicit reference after 'Microsoft.VisualStudio...' releases new version without the warning-->
59+
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.14.40264" />
4860
<PackageReference Include="Microsoft.VisualStudio.Workspace" Version="17.12.19" ExcludeAssets="Runtime" />
4961
<PackageReference Include="Microsoft.VisualStudio.Workspace.VSIntegration" Version="17.12.19" ExcludeAssets="Runtime" />
5062
<!-- https://github.com/advisories/GHSA-w3q9-fxm7-j8fq -->

0 commit comments

Comments
 (0)