Microsoft.NETCore.Platforms 2.0.0-preview2-25405-01

Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. 029cf57733b7ec6c1dd8a13857e800b9a8d97192 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.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
58
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.
57
System.Text.Encoding
Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes. Commonly Used Types: System.Text.Encoding System.Text.DecoderFallbackException System.Text.Decoder System.Text.EncoderFallbackException System.Text.Encoder System.Text.EncoderFallback System.Text.EncoderFallbackBuffer System.Text.DecoderFallback System.Text.DecoderFallbackBuffer System.Text.DecoderExceptionFallback When using NuGet 3.x this package requires at least version 3.4.
57
System.Threading.Timer
Provides the System.Threading.Timer class, which is a mechanism for executing a method at specified intervals. Commonly Used Types: System.Threading.Timer System.Threading.TimerCallback When using NuGet 3.x this package requires at least version 3.4.
57
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.
57
System.Diagnostics.PerformanceCounter
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter
57
System.Net.NameResolution
Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution. Commonly Used Types: System.Net.Dns System.Net.IPHostEntry When using NuGet 3.x this package requires at least version 3.4.
56
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 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
56
System.Diagnostics.TraceSource
Provides classes that help you trace the execution of your code. Developers should prefer the classes in the ETW-based System.Diagnostics.Tracing package. Commonly Used Types: System.Diagnostics.TraceListener System.Diagnostics.TraceLevel System.Diagnostics.TraceSource System.Diagnostics.TraceEventType System.Diagnostics.DefaultTraceListener System.Diagnostics.Trace When using NuGet 3.x this package requires at least version 3.4.
56
System.IO.FileSystem
Provides types that allow reading and writing to files and types that provide basic file and directory support. Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions When using NuGet 3.x this package requires at least version 3.4.
56
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
56
Libuv
Multi-platform support library with a focus on asynchronous I/O.
56
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.
56
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.
55
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.
55
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.
55
System.IO.FileSystem.Watcher
Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult When using NuGet 3.x this package requires at least version 3.4.
55
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.
55
runtime.native.System
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
55
System.Diagnostics.EventLog
Provides the System.Diagnostics.EventLog class, which allows the applications to use the windows event log service. Commonly Used Types: System.Diagnostics.EventLog
55

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

This package has no dependencies.

Version Downloads Last updated
8.0.0-preview.7.23375.6 52 3/7/2024
8.0.0-preview.6.23329.7 34 3/7/2024
8.0.0-preview.5.23280.8 30 7/2/2023
8.0.0-preview.4.23259.5 34 3/7/2024
8.0.0-preview.3.23174.8 23 3/7/2024
8.0.0-preview.2.23128.3 22 3/7/2024
8.0.0-preview.1.23110.8 28 3/7/2024
7.0.4 33 3/7/2024
7.0.3 34 3/1/2024
7.0.2 34 2/12/2024
7.0.1 40 3/7/2024
7.0.0 44 2/12/2024
7.0.0-rc.2.22472.3 32 3/7/2024
7.0.0-rc.1.22426.10 31 3/7/2024
7.0.0-preview.7.22375.6 34 3/7/2024
7.0.0-preview.6.22324.4 36 3/7/2024
7.0.0-preview.5.22301.12 31 3/7/2024
7.0.0-preview.4.22229.4 28 3/7/2024
7.0.0-preview.3.22175.4 35 3/7/2024
7.0.0-preview.2.22152.2 38 3/7/2024
7.0.0-preview.1.22076.8 32 3/7/2024
6.0.13 31 4/21/2024
6.0.12 36 4/28/2024
6.0.11 38 2/18/2024
6.0.10 34 2/12/2024
6.0.9 38 3/7/2024
6.0.8 38 3/7/2024
6.0.7 32 3/7/2024
6.0.6 43 3/1/2024
6.0.5 40 3/7/2024
6.0.4 38 2/14/2024
6.0.3 33 2/16/2024
6.0.2 36 3/7/2024
6.0.2-mauipre.1.22102.15 28 3/3/2024
6.0.2-mauipre.1.22054.8 27 3/7/2024
6.0.1 41 2/22/2024
6.0.0 34 2/18/2024
6.0.0-rc.2.21480.5 26 3/7/2024
6.0.0-rc.1.21451.13 42 3/7/2024
6.0.0-preview.7.21377.19 32 3/7/2024
6.0.0-preview.6.21352.12 28 3/7/2024
6.0.0-preview.5.21301.5 32 3/7/2024
6.0.0-preview.4.21253.7 30 3/7/2024
6.0.0-preview.3.21201.4 28 2/29/2024
6.0.0-preview.2.21154.6 36 3/7/2024
6.0.0-preview.1.21102.12 33 3/7/2024
5.0.4 39 3/7/2024
5.0.3 43 3/7/2024
5.0.2 30 2/12/2024
5.0.1 44 2/17/2024
5.0.0 44 4/12/2022
5.0.0-rc.2.20475.5 34 3/1/2024
5.0.0-rc.1.20451.14 28 3/7/2024
5.0.0-preview.8.20407.11 33 4/12/2022
5.0.0-preview.7.20364.11 31 3/7/2024
5.0.0-preview.6.20305.6 37 3/7/2024
5.0.0-preview.5.20278.1 34 3/5/2024
5.0.0-preview.4.20251.6 40 3/7/2024
5.0.0-preview.3.20214.6 30 3/7/2024
5.0.0-preview.2.20160.6 30 3/7/2024
5.0.0-preview.1.20120.5 40 3/7/2024
3.1.12 39 2/16/2024
3.1.9 34 3/7/2024
3.1.8 41 2/12/2024
3.1.7 35 2/18/2024
3.1.6 36 3/5/2024
3.1.5 38 2/16/2024
3.1.4 38 3/7/2024
3.1.3 33 2/29/2024
3.1.2 36 2/12/2024
3.1.1 35 2/12/2024
3.1.0 37 3/4/2024
3.1.0-preview3.19551.4 38 3/7/2024
3.1.0-preview2.19523.17 29 3/7/2024
3.1.0-preview1.19504.10 26 3/7/2024
3.0.1 31 3/7/2024
3.0.0 33 2/19/2024
3.0.0-rc1.19456.4 30 3/7/2024
3.0.0-preview9.19421.4 29 3/7/2024
3.0.0-preview9.19416.11 30 3/7/2024
3.0.0-preview8.19405.3 33 3/7/2024
3.0.0-preview7.19362.9 28 3/4/2024
3.0.0-preview6.19303.8 36 3/7/2024
3.0.0-preview6.19264.9 28 3/7/2024
3.0.0-preview5.19224.8 30 3/7/2024
3.0.0-preview4.19212.13 32 3/7/2024
3.0.0-preview3.19128.7 34 3/7/2024
3.0.0-preview.19073.11 33 3/7/2024
3.0.0-preview.18571.3 29 3/7/2024
2.2.4 36 3/7/2024
2.2.3 37 3/7/2024
2.2.2 39 3/7/2024
2.2.1 38 2/16/2024
2.2.0 39 2/20/2024
2.2.0-preview3-27014-02 25 3/7/2024
2.2.0-preview2-26905-02 37 3/4/2024
2.1.14 40 2/12/2024
2.1.13 34 3/7/2024
2.1.12 32 3/6/2024
2.1.11 36 3/7/2024
2.1.10 35 2/13/2024
2.1.9 38 2/17/2024
2.1.8 35 3/7/2024
2.1.7 43 2/13/2024
2.1.6 41 3/7/2024
2.1.5 36 3/4/2024
2.1.4 45 3/7/2024
2.1.3 38 2/12/2024
2.1.2 36 4/12/2022
2.1.1 36 2/15/2024
2.1.0 39 4/12/2022
2.1.0-rc1 31 2/12/2024
2.1.0-preview2-26406-04 33 3/7/2024
2.1.0-preview1-26216-02 34 3/7/2024
2.0.2 33 2/12/2024
2.0.1 35 3/2/2024
2.0.0 46 3/7/2024
2.0.0-preview2-25405-01 39 3/7/2024
2.0.0-preview1-25305-02 34 3/7/2024
1.1.2 41 3/5/2024
1.1.1 38 4/12/2022
1.1.0 31 3/7/2024
1.1.0-preview1-24530-04 32 3/7/2024
1.0.2 34 3/7/2024
1.0.1 42 2/12/2024
1.0.1-rc2-24027 30 3/7/2024
1.0.1-beta-23516 35 3/7/2024
1.0.1-beta-23409 37 3/7/2024
1.0.1-beta-23225 45 3/5/2024
1.0.0 39 2/20/2024
1.0.0-beta-23109 30 3/5/2024
1.0.0-beta-23019 39 3/7/2024