Skip to content

Commit fab2673

Browse files
committed
Remove pruned packages from netstandard2.1 which were listed in packageoverrides but not present in references
1 parent 0235c63 commit fab2673

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Tasks/Microsoft.NET.Build.Tasks/FrameworkPackages/FrameworkPackages.netstandard2.1.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ internal static class NETStandard21
1515
{
1616
{ "System.Buffers", "4.6.1" },
1717
{ "System.Collections.Concurrent", "4.3.0" },
18-
{ "System.Collections.Immutable", "1.4.0" },
1918
{ "System.ComponentModel", "4.3.0" },
2019
{ "System.ComponentModel.Composition", "4.5.0" },
2120
{ "System.ComponentModel.EventBasedAsync", "4.3.0" },
@@ -27,20 +26,13 @@ internal static class NETStandard21
2726
{ "System.Net.WebHeaderCollection", "4.3.0" },
2827
{ "System.Numerics.Vectors", "4.6.1" },
2928
{ "System.ObjectModel", "4.3.0" },
30-
{ "System.Private.DataContractSerialization", "4.3.0" },
3129
{ "System.Reflection.DispatchProxy", "4.5.1" },
3230
{ "System.Reflection.Emit", "4.7.0" },
3331
{ "System.Reflection.Emit.ILGeneration", "4.7.0" },
3432
{ "System.Reflection.Emit.Lightweight", "4.7.0" },
35-
{ "System.Reflection.TypeExtensions", "4.3.0" },
36-
{ "System.Runtime.Loader", "4.3.0" },
3733
{ "System.Runtime.Numerics", "4.3.0" },
3834
{ "System.Runtime.Serialization.Json", "4.3.0" },
39-
{ "System.Security.AccessControl", "4.4.0" },
40-
// this package was listed in the package overrides.txt for netstandard2.1, but it is not actually in the targeting pack
41-
// { "System.Security.Cryptography.Xml", "4.4.0" },
4235
{ "System.Security.Principal", "4.3.0" },
43-
{ "System.Security.Principal.Windows", "4.4.0" },
4436
{ "System.Threading", "4.3.0" },
4537
{ "System.Threading.Tasks.Extensions", "4.6.3" },
4638
{ "System.Threading.Tasks.Parallel", "4.3.0" },

0 commit comments

Comments
 (0)