Microsoft.NETCore.Platforms 3.1.5

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.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,388
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.
7,382
System.Security.AccessControl
Provides base classes that enable managing access and audit control lists on securable objects. Commonly Used Types: System.Security.AccessControl.AccessRule System.Security.AccessControl.AuditRule System.Security.AccessControl.ObjectAccessRule System.Security.AccessControl.ObjectAuditRule System.Security.AccessControl.ObjectSecurity When using NuGet 3.x this package requires at least version 3.4.
7,354
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,341
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.
7,285
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.
7,011
System.Diagnostics.FileVersionInfo
Provides the System.Diagnostics.FileVersionInfo class, which allows access to Win32 version resource information for a physical file on disk. Commonly Used Types: System.Diagnostics.FileVersionInfo When using NuGet 3.x this package requires at least version 3.4.
7,002
System.Diagnostics.PerformanceCounter
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter When using NuGet 3.x this package requires at least version 3.4.
6,956
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.
6,947
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.
6,902
System.Text.Encoding.Extensions
Provides support for specific encodings, including ASCII, UTF-7, UTF-8, UTF-16, and UTF-32. Commonly Used Types: System.Text.UTF8Encoding System.Text.UnicodeEncoding System.Text.ASCIIEncoding System.Text.UTF7Encoding System.Text.UTF32Encoding When using NuGet 3.x this package requires at least version 3.4.
6,570
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.
6,545
System.Diagnostics.Debug
Provides classes and attributes that allows basic interaction with a debugger. Commonly Used Types: System.Diagnostics.Debug System.Diagnostics.DebuggerStepThroughAttribute System.Diagnostics.Debugger System.Diagnostics.DebuggerDisplayAttribute System.Diagnostics.DebuggerBrowsableAttribute System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerHiddenAttribute System.Diagnostics.DebuggerNonUserCodeAttribute System.Diagnostics.DebuggerTypeProxyAttribute When using NuGet 3.x this package requires at least version 3.4.
6,543
System.Runtime.Handles
Provides base classes, including System.Runtime.InteropServices.CriticalHandle and System.Runtime.InteropServices.SafeHandle, for types that represent operating system handles. Commonly Used Types: System.Runtime.InteropServices.SafeHandle Microsoft.Win32.SafeHandles.SafeWaitHandle System.Runtime.InteropServices.CriticalHandle System.Threading.WaitHandleExtensions System.IO.HandleInheritability When using NuGet 3.x this package requires at least version 3.4.
6,539
Microsoft.Win32.Primitives
Provides common types for Win32-based libraries. Commonly Used Types: System.ComponentModel.Win32Exception When using NuGet 3.x this package requires at least version 3.4.
6,535
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.
6,533
System.Globalization.Calendars
Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars. Commonly Used Types: System.Globalization.HijriCalendar System.Globalization.GregorianCalendar System.Globalization.HebrewCalendar System.Globalization.KoreanCalendar System.Globalization.ThaiBuddhistCalendar System.Globalization.TaiwanCalendar System.Globalization.JapaneseCalendar System.Globalization.GregorianCalendarTypes System.Globalization.PersianCalendar System.Globalization.UmAlQuraCalendar When using NuGet 3.x this package requires at least version 3.4.
6,533
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.
6,530
System.Security.Cryptography.Encoding
Provides types for representing Abstract Syntax Notation One (ASN.1)-encoded data. Commonly Used Types: System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection When using NuGet 3.x this package requires at least version 3.4.
6,529
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.
6,529

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

This package has no dependencies.

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