Microsoft.NETCore.Platforms 3.0.0

Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. 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
System.Text.Encoding.CodePages
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider When using NuGet 3.x this package requires at least version 3.4.
15
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.
11
Microsoft.Win32.SystemEvents
Provides access to Windows system event notifications. Commonly Used Types: Microsoft.Win32.SystemEvents 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.
10
System.Security.Principal.Windows
Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. Commonly Used Types: System.Security.Principal.WindowsIdentity System.Security.Principal.SecurityIdentifier System.Security.Principal.NTAccount System.Security.Principal.WindowsPrincipal System.Security.Principal.IdentityReference System.Security.Principal.IdentityNotMappedException System.Security.Principal.WindowsBuiltInRole System.Security.Principal.WellKnownSidType When using NuGet 3.x this package requires at least version 3.4.
9
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.
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
System.Security.Cryptography.Cng
Provides cryptographic algorithm implementations and key management with Windows Cryptographic Next Generation API (CNG). Commonly Used Types: System.Security.Cryptography.RSACng System.Security.Cryptography.ECDsaCng System.Security.Cryptography.CngKey When using NuGet 3.x this package requires at least version 3.4.
8
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
8
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.
8
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.
8
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.
8
System.Drawing.Common
Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.Font System.Drawing.Graphics System.Drawing.Icon When using NuGet 3.x this package requires at least version 3.4.
7
System.Security.Principal.Windows
Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. Commonly Used Types: System.Security.Principal.WindowsIdentity System.Security.Principal.SecurityIdentifier System.Security.Principal.NTAccount System.Security.Principal.WindowsPrincipal System.Security.Principal.IdentityReference System.Security.Principal.IdentityNotMappedException System.Security.Principal.WindowsBuiltInRole System.Security.Principal.WellKnownSidType When using NuGet 3.x this package requires at least version 3.4.
7
System.Security.Cryptography.Cng
Provides cryptographic algorithm implementations and key management with Windows Cryptographic Next Generation API (CNG). Commonly Used Types: System.Security.Cryptography.RSACng System.Security.Cryptography.ECDsaCng System.Security.Cryptography.CngKey 7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3 When using NuGet 3.x this package requires at least version 3.4.
7
System.Net.WebSockets.Client
Provides the System.Net.WebSockets.ClientWebSocket class, which implements the client role of the WebSockets protocol (RFC 6455). Commonly Used Types: System.Net.WebSockets.ClientWebSocket When using NuGet 3.x this package requires at least version 3.4.
7
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.
7

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

This package has no dependencies.

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