diff --git a/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.net5.0.cs b/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.net5.0.cs index 0326c7df..70f60088 100644 --- a/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.net5.0.cs +++ b/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.net5.0.cs @@ -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" }, diff --git a/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.net9.0.cs b/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.net9.0.cs index 484c7e8a..49ed3043 100644 --- a/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.net9.0.cs +++ b/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.net9.0.cs @@ -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" }, diff --git a/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.netcoreapp2.0.cs b/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.netcoreapp2.0.cs index dc934feb..133dd1b6 100644 --- a/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.netcoreapp2.0.cs +++ b/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.netcoreapp2.0.cs @@ -44,6 +44,144 @@ internal static class NETCoreApp20 { "System.Threading.Tasks.Parallel", "4.3.0" }, { "System.Xml.XDocument", "4.3.0" }, { "System.Xml.XmlSerializer", "4.3.0" }, + { "runtime.any.System.Collections", "4.3.0" }, + { "runtime.any.System.Diagnostics.Tools", "4.3.0" }, + { "runtime.any.System.Diagnostics.Tracing", "4.3.0" }, + { "runtime.any.System.Globalization", "4.3.0" }, + { "runtime.any.System.Globalization.Calendars", "4.3.0" }, + { "runtime.any.System.IO", "4.3.0" }, + { "runtime.any.System.Reflection", "4.3.0" }, + { "runtime.any.System.Reflection.Extensions", "4.3.0" }, + { "runtime.any.System.Reflection.Primitives", "4.3.0" }, + { "runtime.any.System.Resources.ResourceManager", "4.3.0" }, + { "runtime.any.System.Runtime", "4.3.1" }, + { "runtime.any.System.Runtime.Handles", "4.3.0" }, + { "runtime.any.System.Runtime.InteropServices", "4.3.0" }, + { "runtime.any.System.Text.Encoding", "4.3.0" }, + { "runtime.any.System.Text.Encoding.Extensions", "4.3.0" }, + { "runtime.any.System.Threading.Tasks", "4.3.0" }, + { "runtime.any.System.Threading.Timer", "4.3.0" }, + { "runtime.aot.System.Collections", "4.3.0" }, + { "runtime.aot.System.Diagnostics.Tools", "4.3.0" }, + { "runtime.aot.System.Diagnostics.Tracing", "4.3.0" }, + { "runtime.aot.System.Globalization", "4.3.0" }, + { "runtime.aot.System.Globalization.Calendars", "4.3.0" }, + { "runtime.aot.System.IO", "4.3.0" }, + { "runtime.aot.System.Reflection", "4.3.0" }, + { "runtime.aot.System.Reflection.Extensions", "4.3.0" }, + { "runtime.aot.System.Reflection.Primitives", "4.3.0" }, + { "runtime.aot.System.Resources.ResourceManager", "4.3.0" }, + { "runtime.aot.System.Runtime", "4.3.1" }, + { "runtime.aot.System.Runtime.Handles", "4.3.0" }, + { "runtime.aot.System.Runtime.InteropServices", "4.3.0" }, + { "runtime.aot.System.Text.Encoding", "4.3.0" }, + { "runtime.aot.System.Text.Encoding.Extensions", "4.3.0" }, + { "runtime.aot.System.Threading.Tasks", "4.3.0" }, + { "runtime.aot.System.Threading.Timer", "4.3.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.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" }, + { "runtime.debian.9-x64.runtime.native.System.Net.Security", "4.3.1" }, + { "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.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" }, + { "runtime.fedora.27-x64.runtime.native.System.Net.Security", "4.3.1" }, + { "runtime.fedora.28-x64.runtime.native.System", "4.3.1" }, + { "runtime.fedora.28-x64.runtime.native.System.IO.Compression", "4.3.2" }, + { "runtime.fedora.28-x64.runtime.native.System.Net.Http", "4.3.1" }, + { "runtime.fedora.28-x64.runtime.native.System.Net.Security", "4.3.1" }, + { "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.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" }, + { "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security", "4.3.1" }, + { "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" }, + { "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" }, + { "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security", "4.3.1" }, + { "runtime.unix.Microsoft.Win32.Primitives", "4.3.0" }, + { "runtime.unix.System.Console", "4.3.1" }, + { "runtime.unix.System.Diagnostics.Debug", "4.3.0" }, + { "runtime.unix.System.IO.FileSystem", "4.3.0" }, + { "runtime.unix.System.Net.Primitives", "4.3.0" }, + { "runtime.unix.System.Net.Sockets", "4.3.0" }, + { "runtime.unix.System.Private.Uri", "4.3.1" }, + { "runtime.unix.System.Runtime.Extensions", "4.3.1" }, + { "runtime.win.Microsoft.Win32.Primitives", "4.3.0" }, + { "runtime.win.System.Console", "4.3.1" }, + { "runtime.win.System.Diagnostics.Debug", "4.3.0" }, + { "runtime.win.System.IO.FileSystem", "4.3.0" }, + { "runtime.win.System.Net.Primitives", "4.3.0" }, + { "runtime.win.System.Net.Sockets", "4.3.0" }, + { "runtime.win.System.Runtime.Extensions", "4.3.1" }, + { "runtime.win10-arm64.runtime.native.System.IO.Compression", "4.3.2" }, + { "runtime.win10-arm-aot.runtime.native.System.IO.Compression", "4.0.1" }, + { "runtime.win10-x64-aot.runtime.native.System.IO.Compression", "4.0.1" }, + { "runtime.win10-x86-aot.runtime.native.System.IO.Compression", "4.0.1" }, + { "runtime.win7.System.Private.Uri", "4.3.1" }, + { "runtime.win7-x64.runtime.native.System.IO.Compression", "4.3.2" }, + { "runtime.win7-x86.runtime.native.System.IO.Compression", "4.3.2" }, + { "runtime.win8-arm.runtime.native.System.IO.Compression", "4.3.2" }, }; } } diff --git a/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.netcoreapp3.0.cs b/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.netcoreapp3.0.cs index 84f3c854..bc1bda0b 100644 --- a/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.netcoreapp3.0.cs +++ b/src/Microsoft.ComponentDetection.Detectors/nuget/FrameworkPackages/FrameworkPackages.netcoreapp3.0.cs @@ -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" },