Microsoft.NETCore.Platforms 2.2.0-preview3-27014-02
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages.
a8b44a739a4ffef665a02bc83ba1355e0ee945df
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
|
49 |
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.
|
43 |
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.
|
43 |
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.
|
42 |
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.
|
42 |
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.
|
40 |
runtime.native.System.Net.Http
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.
|
40 |
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.
|
40 |
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.
|
39 |
System.Collections
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.
Commonly Used Types:
System.Collections.Generic.List<T>
System.Collections.Generic.Dictionary<TKey, TValue>
System.Collections.Generic.Queue<T>
System.Collections.Generic.Stack<T>
System.Collections.Generic.HashSet<T>
System.Collections.Generic.LinkedList<T>
System.Collections.Generic.EqualityComparer<T>
System.Collections.Generic.Comparer<T>
System.Collections.Generic.SortedDictionary<TKey, TValue>
When using NuGet 3.x this package requires at least version 3.4.
|
39 |
System.Resources.ResourceManager
Provides classes and attributes that allow developers to create, store, and manage various culture-specific resources used in an application.
Commonly Used Types:
System.Resources.ResourceManager
System.Resources.NeutralResourcesLanguageAttribute
System.Resources.SatelliteContractVersionAttribute
System.Resources.MissingManifestResourceException
When using NuGet 3.x this package requires at least version 3.4.
|
39 |
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.
|
39 |
System.Runtime.Extensions
Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information.
Commonly Used Types:
System.Math
System.Environment
System.Random
System.Progress<T>
System.Convert
System.Diagnostics.Stopwatch
System.Runtime.Versioning.FrameworkName
System.StringComparer
System.IO.Path
When using NuGet 3.x this package requires at least version 3.4.
|
38 |
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.
|
38 |
System.Private.Uri
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
When using NuGet 3.x this package requires at least version 3.4.
|
37 |
System.Security.SecureString
Provides the System.Security.SecureString class, which represents text that should be kept confidential. The text is encrypted for privacy when being used, and deleted from computer memory when no longer needed.
Commonly Used Types:
System.Security.SecureString
System.Security.SecureStringMarshal
When using NuGet 3.x this package requires at least version 3.4.
|
37 |
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.
|
37 |
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore.
d67bd83a075b8b10cb95810568073c1a3211f28b
When using NuGet 3.x this package requires at least version 3.4.
|
37 |
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.
|
37 |
https://go.microsoft.com/fwlink/?LinkID=799421
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
8.0.0-preview.7.23375.6 | 34 | 3/7/2024 |
8.0.0-preview.6.23329.7 | 25 | 3/7/2024 |
8.0.0-preview.5.23280.8 | 21 | 7/2/2023 |
8.0.0-preview.4.23259.5 | 27 | 3/7/2024 |
8.0.0-preview.3.23174.8 | 15 | 3/7/2024 |
8.0.0-preview.2.23128.3 | 18 | 3/7/2024 |
8.0.0-preview.1.23110.8 | 19 | 3/7/2024 |
7.0.4 | 24 | 3/7/2024 |
7.0.3 | 27 | 3/1/2024 |
7.0.2 | 22 | 2/12/2024 |
7.0.1 | 28 | 3/7/2024 |
7.0.0 | 28 | 2/12/2024 |
7.0.0-rc.2.22472.3 | 21 | 3/7/2024 |
7.0.0-rc.1.22426.10 | 23 | 3/7/2024 |
7.0.0-preview.7.22375.6 | 24 | 3/7/2024 |
7.0.0-preview.6.22324.4 | 26 | 3/7/2024 |
7.0.0-preview.5.22301.12 | 23 | 3/7/2024 |
7.0.0-preview.4.22229.4 | 21 | 3/7/2024 |
7.0.0-preview.3.22175.4 | 24 | 3/7/2024 |
7.0.0-preview.2.22152.2 | 26 | 3/7/2024 |
7.0.0-preview.1.22076.8 | 23 | 3/7/2024 |
6.0.13 | 21 | 4/21/2024 |
6.0.12 | 27 | 4/28/2024 |
6.0.11 | 28 | 2/18/2024 |
6.0.10 | 25 | 2/12/2024 |
6.0.9 | 28 | 3/7/2024 |
6.0.8 | 29 | 3/7/2024 |
6.0.7 | 23 | 3/7/2024 |
6.0.6 | 29 | 3/1/2024 |
6.0.5 | 27 | 3/7/2024 |
6.0.4 | 27 | 2/14/2024 |
6.0.3 | 24 | 2/16/2024 |
6.0.2 | 25 | 3/7/2024 |
6.0.2-mauipre.1.22102.15 | 22 | 3/3/2024 |
6.0.2-mauipre.1.22054.8 | 21 | 3/7/2024 |
6.0.1 | 31 | 2/22/2024 |
6.0.0 | 25 | 2/18/2024 |
6.0.0-rc.2.21480.5 | 18 | 3/7/2024 |
6.0.0-rc.1.21451.13 | 29 | 3/7/2024 |
6.0.0-preview.7.21377.19 | 22 | 3/7/2024 |
6.0.0-preview.6.21352.12 | 21 | 3/7/2024 |
6.0.0-preview.5.21301.5 | 20 | 3/7/2024 |
6.0.0-preview.4.21253.7 | 22 | 3/7/2024 |
6.0.0-preview.3.21201.4 | 20 | 2/29/2024 |
6.0.0-preview.2.21154.6 | 25 | 3/7/2024 |
6.0.0-preview.1.21102.12 | 26 | 3/7/2024 |
5.0.4 | 29 | 3/7/2024 |
5.0.3 | 29 | 3/7/2024 |
5.0.2 | 23 | 2/12/2024 |
5.0.1 | 35 | 2/17/2024 |
5.0.0 | 31 | 4/12/2022 |
5.0.0-rc.2.20475.5 | 26 | 3/1/2024 |
5.0.0-rc.1.20451.14 | 21 | 3/7/2024 |
5.0.0-preview.8.20407.11 | 23 | 4/12/2022 |
5.0.0-preview.7.20364.11 | 24 | 3/7/2024 |
5.0.0-preview.6.20305.6 | 26 | 3/7/2024 |
5.0.0-preview.5.20278.1 | 25 | 3/5/2024 |
5.0.0-preview.4.20251.6 | 26 | 3/7/2024 |
5.0.0-preview.3.20214.6 | 25 | 3/7/2024 |
5.0.0-preview.2.20160.6 | 23 | 3/7/2024 |
5.0.0-preview.1.20120.5 | 31 | 3/7/2024 |
3.1.12 | 26 | 2/16/2024 |
3.1.9 | 23 | 3/7/2024 |
3.1.8 | 30 | 2/12/2024 |
3.1.7 | 27 | 2/18/2024 |
3.1.6 | 28 | 3/5/2024 |
3.1.5 | 30 | 2/16/2024 |
3.1.4 | 27 | 3/7/2024 |
3.1.3 | 22 | 2/29/2024 |
3.1.2 | 25 | 2/12/2024 |
3.1.1 | 25 | 2/12/2024 |
3.1.0 | 30 | 3/4/2024 |
3.1.0-preview3.19551.4 | 29 | 3/7/2024 |
3.1.0-preview2.19523.17 | 23 | 3/7/2024 |
3.1.0-preview1.19504.10 | 21 | 3/7/2024 |
3.0.1 | 23 | 3/7/2024 |
3.0.0 | 24 | 2/19/2024 |
3.0.0-rc1.19456.4 | 24 | 3/7/2024 |
3.0.0-preview9.19421.4 | 22 | 3/7/2024 |
3.0.0-preview9.19416.11 | 23 | 3/7/2024 |
3.0.0-preview8.19405.3 | 28 | 3/7/2024 |
3.0.0-preview7.19362.9 | 20 | 3/4/2024 |
3.0.0-preview6.19303.8 | 29 | 3/7/2024 |
3.0.0-preview6.19264.9 | 24 | 3/7/2024 |
3.0.0-preview5.19224.8 | 24 | 3/7/2024 |
3.0.0-preview4.19212.13 | 23 | 3/7/2024 |
3.0.0-preview3.19128.7 | 24 | 3/7/2024 |
3.0.0-preview.19073.11 | 25 | 3/7/2024 |
3.0.0-preview.18571.3 | 21 | 3/7/2024 |
2.2.4 | 26 | 3/7/2024 |
2.2.3 | 27 | 3/7/2024 |
2.2.2 | 29 | 3/7/2024 |
2.2.1 | 29 | 2/16/2024 |
2.2.0 | 29 | 2/20/2024 |
2.2.0-preview3-27014-02 | 21 | 3/7/2024 |
2.2.0-preview2-26905-02 | 27 | 3/4/2024 |
2.1.14 | 31 | 2/12/2024 |
2.1.13 | 28 | 3/7/2024 |
2.1.12 | 23 | 3/6/2024 |
2.1.11 | 30 | 3/7/2024 |
2.1.10 | 26 | 2/13/2024 |
2.1.9 | 26 | 2/17/2024 |
2.1.8 | 26 | 3/7/2024 |
2.1.7 | 29 | 2/13/2024 |
2.1.6 | 30 | 3/7/2024 |
2.1.5 | 26 | 3/4/2024 |
2.1.4 | 31 | 3/7/2024 |
2.1.3 | 26 | 2/12/2024 |
2.1.2 | 26 | 4/12/2022 |
2.1.1 | 21 | 2/15/2024 |
2.1.0 | 29 | 4/12/2022 |
2.1.0-rc1 | 22 | 2/12/2024 |
2.1.0-preview2-26406-04 | 27 | 3/7/2024 |
2.1.0-preview1-26216-02 | 27 | 3/7/2024 |
2.0.2 | 24 | 2/12/2024 |
2.0.1 | 27 | 3/2/2024 |
2.0.0 | 31 | 3/7/2024 |
2.0.0-preview2-25405-01 | 25 | 3/7/2024 |
2.0.0-preview1-25305-02 | 28 | 3/7/2024 |
1.1.2 | 28 | 3/5/2024 |
1.1.1 | 27 | 4/12/2022 |
1.1.0 | 22 | 3/7/2024 |
1.1.0-preview1-24530-04 | 22 | 3/7/2024 |
1.0.2 | 25 | 3/7/2024 |
1.0.1 | 32 | 2/12/2024 |
1.0.1-rc2-24027 | 23 | 3/7/2024 |
1.0.1-beta-23516 | 25 | 3/7/2024 |
1.0.1-beta-23409 | 24 | 3/7/2024 |
1.0.1-beta-23225 | 29 | 3/5/2024 |
1.0.0 | 25 | 2/20/2024 |
1.0.0-beta-23109 | 24 | 3/5/2024 |
1.0.0-beta-23019 | 30 | 3/7/2024 |