Skip to content

Commit

Permalink
Remove duplicate runtime package information
Browse files Browse the repository at this point in the history
These runtime packages were all part of .NETCore 1.x.
They should have been consistently suppressed from .NETCore 2.0 and
later, but were missing from the PackageOverrides.txt list.  They were
part of the platform manifest though and would be excluded by conflict
resolution when doing a metadata comparison.
  • Loading branch information
ericstj committed Nov 5, 2024
1 parent dea16c5 commit 225d4e9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,56 +12,6 @@ internal static class NETCoreApp50
internal static FrameworkPackages Instance { get; } = new(NuGetFramework.Parse("net5.0"), NETCoreApp31.Instance)
{
{ "Microsoft.CSharp", "4.7.0" },
{ "runtime.debian.8-x64.runtime.native.System", "4.3.0" },
{ "runtime.debian.8-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.debian.8-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.debian.8-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "runtime.fedora.23-x64.runtime.native.System", "4.3.0" },
{ "runtime.fedora.23-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.fedora.23-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.fedora.23-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "runtime.fedora.24-x64.runtime.native.System", "4.3.0" },
{ "runtime.fedora.24-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.fedora.24-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.fedora.24-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "runtime.opensuse.13.2-x64.runtime.native.System", "4.3.0" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "runtime.opensuse.42.1-x64.runtime.native.System", "4.3.0" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "runtime.osx.10.10-x64.runtime.native.System", "4.3.0" },
{ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.osx.10.10-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.osx.10.10-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "runtime.rhel.7-x64.runtime.native.System", "4.3.0" },
{ "runtime.rhel.7-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.rhel.7-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.rhel.7-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System", "4.3.0" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System", "4.3.0" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System", "4.3.0" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression", "4.3.0" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http", "4.3.0" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security", "4.3.0" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography", "4.3.0" },
{ "System.Buffers", "4.5.1" },
{ "System.Collections.Immutable", "5.0.0" },
{ "System.ComponentModel.Annotations", "5.0.0" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,67 +12,6 @@ internal static class NETCoreApp90
internal static FrameworkPackages Instance { get; } = new(NuGetFramework.Parse("net9.0"), NETCoreApp80.Instance)
{
{ "Microsoft.VisualBasic", "10.4.0" },
{ "runtime.debian.8-x64.runtime.native.System", "4.3.1" },
{ "runtime.debian.8-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.debian.8-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.debian.8-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.fedora.23-x64.runtime.native.System", "4.3.1" },
{ "runtime.fedora.23-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.fedora.23-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.fedora.23-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.fedora.24-x64.runtime.native.System", "4.3.1" },
{ "runtime.fedora.24-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.fedora.24-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.fedora.24-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.opensuse.13.2-x64.runtime.native.System", "4.3.1" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.opensuse.42.1-x64.runtime.native.System", "4.3.1" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.osx.10.10-x64.runtime.native.System", "4.3.1" },
{ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.osx.10.10-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.osx.10.10-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple", "4.3.1" },
{ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.rhel.7-x64.runtime.native.System", "4.3.1" },
{ "runtime.rhel.7-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.rhel.7-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.rhel.7-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System", "4.3.1" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System", "4.3.1" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System", "4.3.1" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "System.Buffers", "5.0.0" },
{ "System.Collections.Immutable", "9.0.0" },
{ "System.Diagnostics.DiagnosticSource", "9.0.0" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ internal static class NETCoreApp20
{ "runtime.debian.8-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.debian.8-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.debian.8-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.debian.9-x64.runtime.native.System", "4.3.1" },
{ "runtime.debian.9-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.debian.9-x64.runtime.native.System.Net.Http", "4.3.1" },
Expand All @@ -90,10 +92,14 @@ internal static class NETCoreApp20
{ "runtime.fedora.23-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.fedora.23-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.fedora.23-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.fedora.24-x64.runtime.native.System", "4.3.1" },
{ "runtime.fedora.24-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.fedora.24-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.fedora.24-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.fedora.27-x64.runtime.native.System", "4.3.1" },
{ "runtime.fedora.27-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.fedora.27-x64.runtime.native.System.Net.Http", "4.3.1" },
Expand All @@ -106,10 +112,14 @@ internal static class NETCoreApp20
{ "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.opensuse.42.1-x64.runtime.native.System", "4.3.1" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.opensuse.42.3-x64.runtime.native.System", "4.3.1" },
{ "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http", "4.3.1" },
Expand All @@ -118,22 +128,33 @@ internal static class NETCoreApp20
{ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.osx.10.10-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.osx.10.10-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple", "4.3.1" },
{ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.rhel.7-x64.runtime.native.System", "4.3.1" },
{ "runtime.rhel.7-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.rhel.7-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.rhel.7-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System", "4.3.1" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System", "4.3.1" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System", "4.3.1" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http", "4.3.1" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security", "4.3.1" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography", "4.3.4" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.3" },
{ "runtime.ubuntu.18.04-x64.runtime.native.System", "4.3.1" },
{ "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression", "4.3.2" },
{ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http", "4.3.1" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ internal static class NETCoreApp30
{
{ "Microsoft.CSharp", "4.4.0" },
{ "Microsoft.Win32.Registry", "4.4.0" },
{ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple", "4.3.0" },
{ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "4.3.0" },
{ "System.Collections.Immutable", "1.6.0" },
{ "System.ComponentModel.Annotations", "4.6.0" },
{ "System.Data.DataSetExtensions", "4.5.0" },
Expand Down

0 comments on commit 225d4e9

Please sign in to comment.