Skip to content

Commit 39440b9

Browse files
Remove obsolete vs-extension package overrides
Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
1 parent 2864a3f commit 39440b9

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
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" />
3834
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" />
3935
<Content Include="Icons\logo.png">
4036
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -47,16 +43,8 @@
4743
</Content>
4844
</ItemGroup>
4945
<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" />
5446
<!-- Use 17.0.x or latest 16.x if no 17.0.x for compatible API-->
5547
<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" />
6048
<PackageReference Include="Microsoft.VisualStudio.Workspace" Version="17.12.19" ExcludeAssets="Runtime" />
6149
<PackageReference Include="Microsoft.VisualStudio.Workspace.VSIntegration" Version="17.12.19" ExcludeAssets="Runtime" />
6250
<!-- https://github.com/advisories/GHSA-w3q9-fxm7-j8fq -->

0 commit comments

Comments
 (0)