Microsoft.NETCore.Platforms 1.0.1-beta-23225

Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages.

Showing the top 20 packages that depend on Microsoft.NETCore.Platforms.

Packages Downloads
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.
14,658
runtime.native.System.IO.Compression
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.
14,752
runtime.native.System.IO.Compression
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.
14,928
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.
14,689
runtime.native.System.Net.Security
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.
14,679
runtime.native.System.Security.Cryptography
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.
14,897
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.
14,730
System.Globalization.Extensions
Provides classes for performing Unicode string normalization, culture-specific string comparisons and support the use of non-ASCII characters for Internet domain names. Commonly Used Types: System.StringNormalizationExtensions System.Text.NormalizationForm System.Globalization.IdnMapping When using NuGet 3.x this package requires at least version 3.4.
14,677
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.
14,823
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.
14,584
System.Private.DataContractSerialization
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages. When using NuGet 3.x this package requires at least version 3.4.
15,188
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.
14,767
System.Reflection.Primitives
Provides common enumerations for reflection-based libraries. Commonly Used Types: System.Reflection.FieldAttributes System.Reflection.Emit.OpCode System.Reflection.TypeAttributes System.Reflection.MethodAttributes System.Reflection.CallingConventions System.Reflection.PropertyAttributes System.Reflection.EventAttributes System.Reflection.ParameterAttributes System.Reflection.GenericParameterAttributes System.Reflection.MethodImplAttributes When using NuGet 3.x this package requires at least version 3.4.
14,794
System.Runtime.Caching
Provides classes to use caching facilities. Commonly Used Types: System.Runtime.Caching.CacheEntryChangeMonitor System.Runtime.Caching.CacheEntryRemovedArguments System.Runtime.Caching.CacheEntryUpdateArguments System.Runtime.Caching.CacheItem System.Runtime.Caching.CacheItemPolicy System.Runtime.Caching.ChangeMonitor System.Runtime.Caching.FileChangeMonitor System.Runtime.Caching.HostFileChangeMonitor System.Runtime.Caching.MemoryCache System.Runtime.Caching.ObjectCache 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
14,828
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.
14,592
System.Security.Cryptography.Csp
Provides cryptographic algorithm implementations and key management with Windows Cryptographic API (CryptoAPI). Commonly Used Types: System.Security.Cryptography.RSACryptoServiceProvider System.Security.Cryptography.CspParameters When using NuGet 3.x this package requires at least version 3.4.
14,727
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.
14,949
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.
14,721
System.Text.Encoding.CodePages
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
14,625
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.
14,595

This package has no dependencies.

Version Downloads Last updated
8.0.0-preview.7.23375.6 115 04/24/2024
8.0.0-preview.6.23329.7 96 05/25/2024
8.0.0-preview.5.23280.8 96 08/04/2023
8.0.0-preview.4.23259.5 44 05/25/2024
8.0.0-preview.3.23174.8 80 05/10/2024
8.0.0-preview.2.23128.3 56 05/12/2024
8.0.0-preview.1.23110.8 62 04/24/2024
7.0.4 80 04/24/2024
7.0.3 99 05/03/2024
7.0.2 57 05/25/2024
7.0.1 90 05/25/2024
7.0.0 74 05/25/2024
7.0.0-rc.2.22472.3 82 05/25/2024
7.0.0-rc.1.22426.10 67 05/25/2024
7.0.0-preview.7.22375.6 57 05/11/2024
7.0.0-preview.6.22324.4 42 05/06/2024
7.0.0-preview.5.22301.12 84 05/25/2024
7.0.0-preview.4.22229.4 96 05/25/2024
7.0.0-preview.3.22175.4 81 05/14/2024
7.0.0-preview.2.22152.2 45 05/25/2024
6.0.13 60 04/24/2024
6.0.12 95 05/01/2024
6.0.11 55 05/23/2024
6.0.10 51 04/24/2024
6.0.9 61 05/25/2024
6.0.8 52 05/22/2024
6.0.7 57 05/25/2024
6.0.6 71 05/19/2024
6.0.5 55 01/19/2023
6.0.4 66 05/17/2024
6.0.3 91 05/14/2024
6.0.2 48 05/07/2024
6.0.2-mauipre.1.22102.15 49 05/24/2024
6.0.2-mauipre.1.22054.8 81 05/25/2024
6.0.0-rc.2.21480.5 79 05/25/2024
6.0.0-rc.1.21451.13 85 05/25/2024
6.0.0-preview.7.21377.19 63 05/06/2024
6.0.0-preview.6.21352.12 86 05/25/2024
6.0.0-preview.4.21253.7 52 05/25/2024
6.0.0-preview.3.21201.4 77 05/25/2024
6.0.0-preview.2.21154.6 67 05/25/2024
6.0.0-preview.1.21102.12 85 05/25/2024
5.0.3 93 05/25/2024
5.0.2 80 05/25/2024
5.0.0-rc.2.20475.5 65 05/24/2024
5.0.0-rc.1.20451.14 83 05/10/2024
5.0.0-preview.8.20407.11 78 05/25/2024
5.0.0-preview.6.20305.6 52 05/25/2024
5.0.0-preview.5.20278.1 55 05/25/2024
5.0.0-preview.4.20251.6 73 05/11/2024
5.0.0-preview.3.20214.6 71 05/25/2024
5.0.0-preview.2.20160.6 56 05/25/2024
5.0.0-preview.1.20120.5 105 05/10/2024
3.1.12 95 05/25/2024
3.1.9 153 06/28/2023
3.1.8 73 05/25/2024
3.1.7 73 05/25/2024
3.1.6 54 05/06/2024
3.1.5 60 05/16/2024
3.1.4 114 09/12/2023
3.1.3 52 05/10/2022
3.1.2 77 05/10/2024
3.1.0-preview3.19551.4 81 04/22/2024
3.1.0-preview2.19523.17 95 05/25/2024
3.0.0-rc1.19456.4 64 05/25/2024
3.0.0-preview9.19421.4 65 05/25/2024
3.0.0-preview7.19362.9 43 05/03/2024
3.0.0-preview5.19224.8 78 05/25/2024
3.0.0-preview3.19128.7 103 05/06/2024
3.0.0-preview.19073.11 98 05/25/2024
3.0.0-preview.18571.3 49 05/05/2024
2.2.4 62 05/25/2024
2.2.2 105 05/09/2024
2.2.1 72 05/08/2024
2.2.0-preview3-27014-02 62 05/25/2024
2.2.0-preview2-26905-02 105 05/19/2024
2.1.14 52 05/02/2024
2.1.13 89 05/13/2024
2.1.12 102 04/23/2023
2.1.11 43 05/25/2024
2.1.9 58 05/06/2024
2.1.8 64 06/15/2022
2.1.7 86 05/09/2024
2.1.6 40 05/01/2024
2.1.5 80 05/25/2024
2.1.4 74 05/05/2024
2.1.3 54 05/20/2024
2.1.1 102 05/25/2024
2.1.0 752 05/07/2022
2.1.0-rc1 91 05/25/2024
2.1.0-preview2-26406-04 95 05/25/2024
2.1.0-preview1-26216-02 58 05/25/2024
2.0.2 48 04/10/2023
2.0.0-preview2-25405-01 79 05/25/2024
1.1.2 84 05/24/2024
1.1.0-preview1-24530-04 51 05/24/2024
1.0.2 114 05/25/2024
1.0.1-rc2-24027 60 05/25/2024
1.0.1-beta-23516 90 05/23/2024
1.0.1-beta-23409 86 05/25/2024
1.0.1-beta-23225 75 05/25/2024
1.0.0 93 05/24/2024
1.0.0-beta-23109 47 05/25/2024