Microsoft.NETCore.Platforms 2.2.0-preview2-26905-02
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages.
cdaab0a8f64aaf6289582c4aa8cbeca18df991c1
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 |
---|---|
Libuv
Multi-platform support library with a focus on asynchronous I/O.
|
110 |
System.Console
Provides the System.Console class, which represents the standard input, output and error streams for console applications.
Commonly Used Types:
System.Console
System.ConsoleColor
When using NuGet 3.x this package requires at least version 3.4.
|
96 |
System.Diagnostics.StackTrace
Provides the System.Diagnostics.StackTrace class, which allows interaction with local and remote processes.
Commonly Used Types:
System.Diagnostics.StackFrame
System.Diagnostics.StackTrace
When using NuGet 3.x this package requires at least version 3.4.
|
88 |
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.
|
87 |
System.Reflection.Extensions
Provides custom attribute extension methods for System.Reflection types.
Commonly Used Types:
System.Reflection.InterfaceMapping
System.Reflection.CustomAttributeExtensions
System.Reflection.RuntimeReflectionExtensions
When using NuGet 3.x this package requires at least version 3.4.
|
82 |
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.
|
82 |
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.
|
82 |
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.
|
79 |
Libuv
Multi-platform support library with a focus on asynchronous I/O.
|
75 |
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.
|
75 |
System.Runtime.InteropServices
Provides types that support COM interop and platform invoke services.
Commonly Used Types:
System.Runtime.InteropServices.GCHandle
System.Runtime.InteropServices.GuidAttribute
System.Runtime.InteropServices.COMException
System.DllNotFoundException
System.Runtime.InteropServices.DllImportAttribute
When using NuGet 3.x this package requires at least version 3.4.
|
74 |
System.IO
Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams
Commonly Used Types:
System.IO.Stream
System.IO.EndOfStreamException
System.IO.MemoryStream
System.IO.StreamReader
System.IO.StreamWriter
System.IO.StringWriter
System.IO.TextWriter
System.IO.TextReader
When using NuGet 3.x this package requires at least version 3.4.
|
74 |
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.
|
74 |
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
|
74 |
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.
|
73 |
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.
|
73 |
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.
|
72 |
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.
|
72 |
System.Runtime.InteropServices.RuntimeInformation
Provides APIs to query about runtime and OS information.
Commonly Used Types:
System.Runtime.InteropServices.RuntimeInformation
System.Runtime.InteropServices.OSPlatform
When using NuGet 3.x this package requires at least version 3.4.
|
72 |
System.Diagnostics.Tools
Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools.
Commonly Used Types:
System.CodeDom.Compiler.GeneratedCodeAttribute
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute
When using NuGet 3.x this package requires at least version 3.4.
|
72 |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
8.0.0-preview.7.23375.6 | 41 | 8/17/2023 |
8.0.0-preview.6.23329.7 | 30 | 8/1/2023 |
8.0.0-preview.5.23280.8 | 41 | 8/1/2023 |
8.0.0-preview.4.23259.5 | 39 | 7/9/2023 |
8.0.0-preview.3.23174.8 | 34 | 5/12/2023 |
8.0.0-preview.2.23128.3 | 34 | 4/17/2023 |
8.0.0-preview.1.23110.8 | 43 | 2/23/2023 |
7.0.4 | 31 | 7/24/2023 |
7.0.3 | 47 | 7/14/2023 |
7.0.2 | 39 | 5/12/2023 |
7.0.1 | 33 | 4/17/2023 |
7.0.0 | 33 | 11/27/2022 |
7.0.0-rc.2.22472.3 | 37 | 10/23/2022 |
7.0.0-rc.1.22426.10 | 46 | 9/15/2022 |
7.0.0-preview.7.22375.6 | 37 | 8/30/2022 |
7.0.0-preview.6.22324.4 | 38 | 9/15/2022 |
7.0.0-preview.5.22301.12 | 35 | 6/30/2022 |
7.0.0-preview.4.22229.4 | 43 | 5/26/2022 |
7.0.0-preview.3.22175.4 | 39 | 6/30/2022 |
7.0.0-preview.2.22152.2 | 31 | 6/30/2022 |
7.0.0-preview.1.22076.8 | 42 | 6/30/2022 |
6.0.13 | 18 | 5/5/2024 |
6.0.12 | 23 | 3/28/2024 |
6.0.11 | 42 | 8/1/2023 |
6.0.10 | 48 | 8/1/2023 |
6.0.9 | 38 | 5/12/2023 |
6.0.8 | 30 | 5/12/2023 |
6.0.7 | 37 | 12/4/2022 |
6.0.6 | 40 | 11/6/2022 |
6.0.5 | 51 | 9/15/2022 |
6.0.4 | 29 | 6/30/2022 |
6.0.3 | 31 | 6/30/2022 |
6.0.2 | 45 | 5/26/2022 |
6.0.2-mauipre.1.22102.15 | 41 | 6/30/2022 |
6.0.2-mauipre.1.22054.8 | 45 | 6/30/2022 |
6.0.1 | 48 | 5/26/2022 |
6.0.0 | 40 | 6/30/2022 |
6.0.0-rc.2.21480.5 | 39 | 6/30/2022 |
6.0.0-rc.1.21451.13 | 43 | 6/30/2022 |
6.0.0-preview.7.21377.19 | 55 | 6/30/2022 |
6.0.0-preview.6.21352.12 | 48 | 6/11/2022 |
6.0.0-preview.5.21301.5 | 55 | 6/30/2022 |
6.0.0-preview.4.21253.7 | 32 | 5/26/2022 |
6.0.0-preview.3.21201.4 | 35 | 6/30/2022 |
6.0.0-preview.2.21154.6 | 33 | 6/30/2022 |
6.0.0-preview.1.21102.12 | 47 | 6/30/2022 |
5.0.4 | 39 | 6/27/2022 |
5.0.3 | 45 | 6/6/2022 |
5.0.2 | 45 | 6/26/2022 |
5.0.1 | 32 | 6/28/2022 |
5.0.0 | 41 | 6/25/2022 |
5.0.0-rc.2.20475.5 | 39 | 6/28/2022 |
5.0.0-rc.1.20451.14 | 46 | 6/28/2022 |
5.0.0-preview.8.20407.11 | 35 | 6/11/2022 |
5.0.0-preview.7.20364.11 | 41 | 6/28/2022 |
5.0.0-preview.6.20305.6 | 40 | 6/28/2022 |
5.0.0-preview.5.20278.1 | 44 | 6/28/2022 |
5.0.0-preview.4.20251.6 | 43 | 6/28/2022 |
5.0.0-preview.3.20214.6 | 46 | 6/6/2022 |
5.0.0-preview.2.20160.6 | 41 | 6/15/2022 |
5.0.0-preview.1.20120.5 | 45 | 5/26/2022 |
3.1.12 | 31 | 2/15/2023 |
3.1.9 | 50 | 5/29/2022 |
3.1.8 | 39 | 6/9/2022 |
3.1.7 | 37 | 6/28/2022 |
3.1.6 | 44 | 6/6/2022 |
3.1.5 | 54 | 6/6/2022 |
3.1.4 | 35 | 6/11/2022 |
3.1.3 | 62 | 5/30/2022 |
3.1.2 | 33 | 6/28/2022 |
3.1.1 | 47 | 6/6/2022 |
3.1.0 | 43 | 5/26/2022 |
3.1.0-preview3.19551.4 | 45 | 6/11/2022 |
3.1.0-preview2.19523.17 | 49 | 5/26/2022 |
3.1.0-preview1.19504.10 | 43 | 6/28/2022 |
3.0.1 | 51 | 6/28/2022 |
3.0.0 | 34 | 6/28/2022 |
3.0.0-rc1.19456.4 | 35 | 6/16/2022 |
3.0.0-preview9.19421.4 | 49 | 5/26/2022 |
3.0.0-preview9.19416.11 | 45 | 6/28/2022 |
3.0.0-preview8.19405.3 | 46 | 6/11/2022 |
3.0.0-preview7.19362.9 | 40 | 5/26/2022 |
3.0.0-preview6.19303.8 | 50 | 6/26/2022 |
3.0.0-preview6.19264.9 | 35 | 6/28/2022 |
3.0.0-preview5.19224.8 | 59 | 6/28/2022 |
3.0.0-preview4.19212.13 | 39 | 6/28/2022 |
3.0.0-preview3.19128.7 | 50 | 6/28/2022 |
3.0.0-preview.19073.11 | 40 | 6/4/2022 |
3.0.0-preview.18571.3 | 29 | 6/11/2022 |
2.2.4 | 40 | 6/28/2022 |
2.2.3 | 41 | 6/28/2022 |
2.2.2 | 40 | 5/26/2022 |
2.2.1 | 57 | 5/26/2022 |
2.2.0 | 30 | 6/28/2022 |
2.2.0-preview3-27014-02 | 41 | 6/10/2022 |
2.2.0-preview2-26905-02 | 41 | 6/11/2022 |
2.1.14 | 34 | 6/28/2022 |
2.1.13 | 42 | 6/9/2022 |
2.1.12 | 47 | 6/28/2022 |
2.1.11 | 34 | 6/28/2022 |
2.1.10 | 36 | 6/28/2022 |
2.1.9 | 28 | 6/28/2022 |
2.1.8 | 31 | 5/26/2022 |
2.1.7 | 45 | 5/26/2022 |
2.1.6 | 47 | 6/28/2022 |
2.1.5 | 66 | 6/23/2022 |
2.1.4 | 32 | 6/28/2022 |
2.1.3 | 58 | 6/28/2022 |
2.1.2 | 32 | 6/28/2022 |
2.1.1 | 44 | 6/28/2022 |
2.1.0 | 32 | 5/26/2022 |
2.1.0-rc1 | 38 | 5/26/2022 |
2.1.0-preview2-26406-04 | 53 | 6/28/2022 |
2.1.0-preview1-26216-02 | 39 | 6/28/2022 |
2.0.2 | 57 | 6/28/2022 |
2.0.1 | 61 | 6/12/2022 |
2.0.0 | 50 | 6/27/2022 |
2.0.0-preview2-25405-01 | 50 | 6/28/2022 |
2.0.0-preview1-25305-02 | 37 | 5/26/2022 |
1.1.2 | 41 | 6/5/2022 |
1.1.1 | 46 | 6/28/2022 |
1.1.0 | 41 | 6/28/2022 |
1.1.0-preview1-24530-04 | 35 | 6/28/2022 |
1.0.2 | 39 | 6/28/2022 |
1.0.1 | 39 | 5/26/2022 |
1.0.1-rc2-24027 | 54 | 6/24/2022 |
1.0.1-beta-23516 | 34 | 5/26/2022 |
1.0.1-beta-23409 | 50 | 6/25/2022 |
1.0.1-beta-23225 | 50 | 6/28/2022 |
1.0.0 | 43 | 6/28/2022 |
1.0.0-beta-23109 | 31 | 6/28/2022 |
1.0.0-beta-23019 | 42 | 6/28/2022 |