|
31 | 31 | Link="TextMate/typespec.tmLanguage" /> |
32 | 32 | <Content Update="@(Content)" IncludeInVSIX="true" CopyToOutputDirectory="PreserveNewest" /> |
33 | 33 | <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" /> |
34 | 38 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" /> |
35 | 39 | <Content Include="Icons\logo.png"> |
36 | 40 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
43 | 47 | </Content> |
44 | 48 | </ItemGroup> |
45 | 49 | <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" /> |
46 | 54 | <!-- Use 17.0.x or latest 16.x if no 17.0.x for compatible API--> |
47 | 55 | <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" /> |
48 | 60 | <PackageReference Include="Microsoft.VisualStudio.Workspace" Version="17.12.19" ExcludeAssets="Runtime" /> |
49 | 61 | <PackageReference Include="Microsoft.VisualStudio.Workspace.VSIntegration" Version="17.12.19" ExcludeAssets="Runtime" /> |
50 | 62 | <!-- https://github.com/advisories/GHSA-w3q9-fxm7-j8fq --> |
|
0 commit comments