Skip to content

Commit d487935

Browse files
committed
Remove unnecessary package refs
1 parent 6e4fab4 commit d487935

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed

Directory.Packages.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<PackageVersion Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="1.0.0" />
3030
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.79-alpha" />
3131
<PackageVersion Include="Nerdbank.Streams" Version="2.12.87" />
32-
<PackageVersion Include="System.IO.Pipelines" Version="9.0.0" />
3332
<PackageVersion Include="StreamJsonRpc" Version="2.23.32-alpha" />
3433
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
3534
<PackageVersion Include="Microsoft.DotNet.HotReload.Agent" Version="$(MicrosoftDotNetHotReloadPackageVersion)"/>
@@ -72,8 +71,6 @@
7271
<PackageVersion Include="Microsoft.VisualStudio.Validation" Version="17.8.8" />
7372
<PackageVersion Include="Microsoft.VisualStudio.XmlEditor" Version="17.13.0-preview-1-35408-014" />
7473
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="18.0.136-preview1" />
75-
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="9.0.0" />
76-
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" />
7774
<PackageVersion Include="Microsoft.VSDesigner" Version="18.0.1755-preview.1" />
7875
<PackageVersion Include="VsWebSite.Interop" Version="18.0.1755-preview.1" />
7976

@@ -90,7 +87,6 @@
9087
<!-- Roslyn -->
9188
<PackageVersion Include="Microsoft.CodeAnalysis" Version="5.0.0-1.25321.102" />
9289
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="5.0.0-1.25321.102" />
93-
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
9490
<PackageVersion Include="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25321.102" />
9591
<PackageVersion Include="Microsoft.VisualStudio.LanguageServices" Version="5.0.0-1.25321.102" />
9692

@@ -106,8 +102,6 @@
106102

107103
<!-- Framework packages -->
108104
<PackageVersion Include="Microsoft.IO.Redist" Version="6.1.0" />
109-
<!-- Pin version to avoid CVE in System.Text.Json 8.0.4 -->
110-
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
111105

112106
<!-- MSBuild (for tests only) -->
113107
<PackageVersion Include="Microsoft.Build" Version="17.13.0-preview-24504-04" />

eng/imports/HostAgnostic.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,15 @@
2626
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.XamlTypes" Condition="'$(TargetFramework)' == '$(NetCoreTargetFramework)'" />
2727
<PackageReference Include="Microsoft.VisualStudio.Threading" />
2828
<PackageReference Include="Microsoft.VisualStudio.Validation" />
29-
<PackageReference Include="System.Threading.Tasks.Dataflow" />
3029

3130
<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == 'net472'" />
32-
<PackageReference Include="System.Text.Json" />
3331

3432
<!-- VS MEF -->
3533
<PackageReference Include="Microsoft.VisualStudio.Composition" />
3634

3735
<PackageReference Include="MessagePack" />
3836

3937
<!-- Roslyn -->
40-
<PackageReference Include="Microsoft.CSharp" />
4138
<PackageReference Include="Microsoft.CodeAnalysis" />
4239

4340
<!-- Needed to tie-break a potentially misspecified dependency somewhere -->

src/Microsoft.VisualStudio.ProjectSystem.Managed/Microsoft.VisualStudio.ProjectSystem.Managed.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
<!-- Path property: PkgMicrosoft_CodeAnalysis_Common -->
5959
<!-- The path is needed so we can copy the runtime assembly into the NPM package. -->
6060
<PackageReference Include="Microsoft.CodeAnalysis.Common" GeneratePathProperty="true" />
61-
<PackageReference Include="System.Formats.Asn1" />
6261
<PackageReference Include="Microsoft.VisualStudio.Debugger.Contracts" />
6362
<PackageReference Include="Microsoft.VisualStudio.HotReload.Components" />
6463
</ItemGroup>

tests/Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests/Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<Compile Remove="Mocks\IProjectImageProviderFactory.cs" />
3636
</ItemGroup>
3737

38-
<ItemGroup>
39-
<PackageReference Include="System.Formats.Asn1" />
40-
</ItemGroup>
41-
4238
<ItemGroup>
4339
<InternalsVisibleTo Include="Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests" />
4440
</ItemGroup>

tests/Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests/Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.Build" />
2020
<PackageReference Include="Microsoft.Deployment.DotNet.Releases" PrivateAssets="all" />
21-
<!-- for unit testing System.Text.Json Parsing in retarget handler-->
22-
<PackageReference Update="System.IO.Pipelines" ExcludeAssets="none" />
2321
</ItemGroup>
2422

2523
</Project>

0 commit comments

Comments
 (0)