Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NETCoreApp 1.1 runtime packages to FrameworkPackages #1298

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Loading