Microsoft.NETCore.Platforms 2.2.0

Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. 215f374988eba0829f6880026909851ed04a8638 When using NuGet 3.x this package requires at least version 3.4.

Showing the top 20 packages that depend on Microsoft.NETCore.Platforms.

Packages Downloads
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together. 18a36291e48808fa7ef2d00a764ceb1ec95645a5 When using NuGet 3.x this package requires at least version 3.4.
13
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model. 7dac9b1b519c769f8b12546913456e6cfb80d58d When using NuGet 3.x this package requires at least version 3.4.
12
System.Runtime
Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. Commonly Used Types: System.Object System.Exception System.Int16 System.Int32 System.Int64 System.Enum System.String System.Char System.Boolean System.SByte System.Byte System.DateTime System.DateTimeOffset System.Single System.Double System.UInt16 System.UInt32 System.UInt64 System.IDisposable System.Uri When using NuGet 3.x this package requires at least version 3.4.
11
System.Threading.Tasks
Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException When using NuGet 3.x this package requires at least version 3.4.
11
System.Reflection
Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. Commonly Used Types: System.Reflection.MethodInfo System.Reflection.PropertyInfo System.Reflection.ParameterInfo System.Reflection.FieldInfo System.Reflection.ConstructorInfo System.Reflection.Assembly System.Reflection.MemberInfo System.Reflection.EventInfo System.Reflection.Module When using NuGet 3.x this package requires at least version 3.4.
11
Grpc.AspNetCore.Server
gRPC support for ASP.NET Core
11
System.Net.Requests
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package. Commonly Used Types: System.Net.HttpWebRequest System.Net.HttpWebResponse System.Net.HttpRequestHeader System.Net.WebException System.Net.WebExceptionStatus System.Net.WebRequest System.Net.WebResponse When using NuGet 3.x this package requires at least version 3.4.
10
System.Net.Http.Rtc
Provides the System.Net.Http.RtcRequestFactory class, which creates HTTP requests for use with the Real-Time-Communications (RTC) background notification infrastructure. Commonly Used Types: System.Net.Http.RtcRequestFactory When using NuGet 3.x this package requires at least version 3.4.
10
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model. 0a3c9209c044e7772631cd0b926630c75ac13319 When using NuGet 3.x this package requires at least version 3.4.
10
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.
10
System.Globalization
Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.
10
System.Net.Security
Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints. Commonly Used Types: System.Net.Security.SslStream System.Net.Security.ExtendedProtectionPolicy When using NuGet 3.x this package requires at least version 3.4.
9
System.Net.Primitives
Provides common types for network-based libraries, including System.Net.IPAddress, System.Net.IPEndPoint, and System.Net.CookieContainer. Commonly Used Types: System.Net.HttpStatusCode System.Net.Sockets.SocketError System.Net.Cookie System.Net.Sockets.SocketException System.Net.IPEndPoint System.Net.ICredentials System.Net.NetworkCredential System.Net.IPAddress System.Net.CookieCollection System.Net.CookieContainer When using NuGet 3.x this package requires at least version 3.4.
9
System.Net.Sockets
Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network. Commonly Used Types: System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs System.Net.Sockets.LingerOption System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.ProtocolType System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient System.Net.Sockets.SocketType System.Net.Sockets.UdpClient System.Net.Sockets.SocketShutdown When using NuGet 3.x this package requires at least version 3.4.
9
System.Net.Http
Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.4.
9
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model. b1e29ae826d6edcba44d2d76856340d5241a0e8a When using NuGet 3.x this package requires at least version 3.4.
9
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model. When using NuGet 3.x this package requires at least version 3.4.
8
System.IO.MemoryMappedFiles
Provides classes for using a memory-mapped file, which maps the contents of a file to an application's logical address space. Commonly Used Types: System.IO.MemoryMappedFiles.MemoryMappedViewAccessor System.IO.MemoryMappedFiles.MemoryMappedViewStream System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFileAccess When using NuGet 3.x this package requires at least version 3.4.
8
System.Diagnostics.Process
Provides the System.Diagnostics.Process class, which allows interaction with local and remote processes. Commonly Used Types: System.Diagnostics.Process System.Diagnostics.ProcessModule System.Diagnostics.ProcessStartInfo System.Diagnostics.ProcessThread When using NuGet 3.x this package requires at least version 3.4.
8

https://go.microsoft.com/fwlink/?LinkID=799421

This package has no dependencies.

Version Downloads Last updated
8.0.0-preview.7.23375.6 5 06/24/2025
8.0.0-preview.6.23329.7 5 06/24/2025
8.0.0-preview.5.23280.8 5 06/24/2025
8.0.0-preview.4.23259.5 5 06/24/2025
8.0.0-preview.3.23174.8 5 06/24/2025
8.0.0-preview.2.23128.3 5 06/24/2025
8.0.0-preview.1.23110.8 5 06/24/2025
7.0.4 6 06/24/2025
7.0.3 6 06/24/2025
7.0.2 6 06/24/2025
7.0.1 6 06/24/2025
7.0.0 6 06/24/2025
7.0.0-rc.2.22472.3 5 06/24/2025
7.0.0-rc.1.22426.10 5 06/24/2025
7.0.0-preview.7.22375.6 5 06/24/2025
7.0.0-preview.6.22324.4 6 06/24/2025
7.0.0-preview.5.22301.12 6 06/24/2025
7.0.0-preview.4.22229.4 4 08/21/2025
7.0.0-preview.3.22175.4 5 06/24/2025
7.0.0-preview.2.22152.2 5 06/24/2025
7.0.0-preview.1.22076.8 5 06/24/2025
6.0.13 4 08/21/2025
6.0.12 4 08/21/2025
6.0.11 4 08/21/2025
6.0.10 4 08/21/2025
6.0.9 6 06/24/2025
6.0.8 6 06/24/2025
6.0.7 6 06/24/2025
6.0.6 6 06/24/2025
6.0.5 6 06/24/2025
6.0.4 6 06/24/2025
6.0.3 6 06/24/2025
6.0.2 6 06/24/2025
6.0.1 6 06/24/2025
6.0.0 6 06/24/2025
6.0.0-rc.2.21480.5 5 06/24/2025
6.0.0-rc.1.21451.13 5 06/24/2025
6.0.0-preview.7.21377.19 5 06/24/2025
6.0.0-preview.6.21352.12 4 06/24/2025
6.0.0-preview.5.21301.5 5 06/24/2025
6.0.0-preview.4.21253.7 5 06/24/2025
6.0.0-preview.3.21201.4 5 06/24/2025
6.0.0-preview.2.21154.6 5 06/24/2025
6.0.0-preview.1.21102.12 5 06/24/2025
5.0.4 6 06/24/2025
5.0.3 6 06/24/2025
5.0.2 6 06/24/2025
5.0.1 6 06/24/2025
5.0.0 6 06/24/2025
5.0.0-rc.2.20475.5 5 06/24/2025
5.0.0-rc.1.20451.14 5 06/24/2025
5.0.0-preview.8.20407.11 5 06/24/2025
5.0.0-preview.7.20364.11 5 06/24/2025
5.0.0-preview.6.20305.6 6 06/24/2025
5.0.0-preview.5.20278.1 5 06/24/2025
5.0.0-preview.4.20251.6 5 06/24/2025
5.0.0-preview.3.20214.6 5 06/24/2025
5.0.0-preview.2.20160.6 5 06/24/2025
5.0.0-preview.1.20120.5 5 06/24/2025
3.1.12 4 08/21/2025
3.1.9 6 06/24/2025
3.1.8 6 06/24/2025
3.1.7 6 06/24/2025
3.1.6 6 06/24/2025
3.1.5 6 06/24/2025
3.1.4 6 06/24/2025
3.1.3 6 06/24/2025
3.1.2 6 06/24/2025
3.1.1 6 06/24/2025
3.1.0 6 06/24/2025
3.1.0-preview3.19551.4 5 06/24/2025
3.1.0-preview2.19523.17 5 06/24/2025
3.1.0-preview1.19504.10 4 08/21/2025
3.0.1 6 06/24/2025
3.0.0 6 06/24/2025
3.0.0-rc1.19456.4 5 06/24/2025
3.0.0-preview9.19421.4 6 06/24/2025
3.0.0-preview9.19416.11 4 08/21/2025
3.0.0-preview8.19405.3 5 06/24/2025
3.0.0-preview7.19362.9 5 06/24/2025
3.0.0-preview6.19303.8 5 06/24/2025
3.0.0-preview6.19264.9 5 06/24/2025
3.0.0-preview5.19224.8 5 06/24/2025
3.0.0-preview4.19212.13 5 06/24/2025
3.0.0-preview3.19128.7 5 06/24/2025
3.0.0-preview.19073.11 5 06/24/2025
3.0.0-preview.18571.3 4 08/21/2025
2.2.4 6 06/24/2025
2.2.3 6 06/24/2025
2.2.2 6 06/24/2025
2.2.1 6 06/24/2025
2.2.0 6 06/24/2025
2.2.0-preview3-27014-02 5 06/24/2025
2.2.0-preview2-26905-02 5 06/24/2025
2.1.14 4 08/21/2025
2.1.13 4 08/21/2025
2.1.12 4 08/21/2025
2.1.11 5 07/08/2025
2.1.10 4 08/21/2025
2.1.9 6 06/24/2025
2.1.8 6 06/24/2025
2.1.7 6 06/24/2025
2.1.6 6 06/24/2025
2.1.5 6 06/24/2025
2.1.4 6 06/24/2025
2.1.3 6 06/24/2025
2.1.2 6 06/24/2025
2.1.1 6 06/24/2025
2.1.0 6 06/24/2025
2.1.0-rc1 4 08/21/2025
2.1.0-preview2-26406-04 5 06/24/2025
2.1.0-preview1-26216-02 4 08/21/2025
2.0.2 6 06/24/2025
2.0.1 6 06/24/2025
2.0.0 6 06/24/2025
2.0.0-preview2-25405-01 5 06/24/2025
2.0.0-preview1-25305-02 5 06/24/2025
1.1.2 6 06/24/2025
1.1.1 6 06/24/2025
1.1.0 6 06/24/2025
1.1.0-preview1-24530-04 5 06/24/2025
1.0.2 6 06/24/2025
1.0.1 6 06/24/2025
1.0.1-rc2-24027 4 08/21/2025
1.0.1-beta-23516 4 08/21/2025
1.0.1-beta-23409 4 08/21/2025
1.0.1-beta-23225 4 08/21/2025
1.0.0 5 06/24/2025
1.0.0-beta-23109 4 08/21/2025
1.0.0-beta-23019 4 08/21/2025