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