NETStandard.Library 1.6.1-preview1-24530-04
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
Showing the top 20 packages that depend on NETStandard.Library.
| Packages | Downloads |
|---|---|
|
Newtonsoft.Json.Bson
Json.NET BSON adds support for reading and writing BSON
|
3 |
|
System.Reflection.Metadata
This packages provides a low-level .NET (ECMA-335) metadata reader and writer. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers.
Commonly Used Types:
System.Reflection.Metadata.MetadataReader
System.Reflection.PortableExecutable.PEReader
System.Reflection.Metadata.Ecma335.MetadataBuilder
System.Reflection.PortableExecutable.PEBuilder
System.Reflection.PortableExecutable.ManagedPEBuilder
When using NuGet 3.x this package requires at least version 3.4.
|
3 |
|
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework.
Commonly Used Types:
System.Composition.CompositionContextExtensions
System.Composition.Hosting.ContainerConfiguration
When using NuGet 3.x this package requires at least version 3.4.
|
3 |
|
Microsoft.Extensions.DependencyInjection.Abstractions
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
|
2 |
|
Microsoft.AspNetCore.Http.Extensions
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
|
2 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
2 |
|
Microsoft.Net.Http.Headers
HTTP header parser implementations.
|
2 |
|
System.Composition.Runtime
Contains runtime components of the Managed Extensibility Framework.
Commonly Used Types:
System.Composition.CompositionContext
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
|
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.
Commonly Used Types:
System.Span
System.ReadOnlySpan
System.Memory
System.ReadOnlyMemory
System.Buffers.MemoryPool
System.Buffers.ReadOnlySequence
System.Buffers.Text.Utf8Parser
System.Buffers.Text.Utf8Formatter
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
|
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.
Commonly Used Types:
System.Span
System.ReadOnlySpan
System.Memory
System.ReadOnlyMemory
System.Buffers.MemoryPool
System.Buffers.ReadOnlySequence
System.Buffers.Text.Utf8Parser
System.Buffers.Text.Utf8Formatter
7ee84596d92e178bce54c986df31ccc52479e772
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
|
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.
Commonly Used Types:
System.Span
System.ReadOnlySpan
System.Memory
System.ReadOnlyMemory
System.Buffers.MemoryPool
System.Buffers.ReadOnlySequence
System.Buffers.Text.Utf8Parser
System.Buffers.Text.Utf8Formatter
99ce22c306b07f99ddae60f443d23a983ae78f7b
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
|
System.ValueTuple
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic.
Commonly Used Types:
System.ValueTuple
System.ValueTuple<T1>
System.ValueTuple<T1, T2>
System.ValueTuple<T1, T2, T3>
System.ValueTuple<T1, T2, T3, T4>
System.ValueTuple<T1, T2, T3, T4, T5>
System.ValueTuple<T1, T2, T3, T4, T5, T6>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>
8321c729934c0f8be754953439b88e6e1c120c24
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
|
System.ValueTuple
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic.
Commonly Used Types:
System.ValueTuple
System.ValueTuple<T1>
System.ValueTuple<T1, T2>
System.ValueTuple<T1, T2, T3>
System.ValueTuple<T1, T2, T3, T4>
System.ValueTuple<T1, T2, T3, T4, T5>
System.ValueTuple<T1, T2, T3, T4, T5, T6>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
|
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.
Commonly Used Types:
System.Span
System.ReadOnlySpan
System.Memory
System.ReadOnlyMemory
System.Buffers.MemoryPool
System.Buffers.ReadOnlySequence
System.Buffers.Text.Utf8Parser
System.Buffers.Text.Utf8Formatter
8f968b9e79c5721d78cc88e46fe57457fe9d490d
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
|
System.Collections.Immutable
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>
|
2 |
|
Microsoft.CSharp
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
|
System.Runtime.CompilerServices.Unsafe
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
Commonly Used Types:
System.Runtime.CompilerServices.Unsafe
8321c729934c0f8be754953439b88e6e1c120c24
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
.NET Standard 1.0
- Microsoft.NETCore.Platforms (>= 1.1.0-preview1-24530-04)
- System.Collections (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Debug (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Tools (>= 4.3.0-preview1-24530-04)
- System.Globalization (>= 4.3.0-preview1-24530-04)
- System.IO (>= 4.3.0-preview1-24530-04)
- System.Linq (>= 4.3.0-preview1-24530-04)
- System.Linq.Expressions (>= 4.3.0-preview1-24530-04)
- System.Net.Primitives (>= 4.3.0-preview1-24530-04)
- System.ObjectModel (>= 4.3.0-preview1-24530-04)
- System.Reflection (>= 4.3.0-preview1-24530-04)
- System.Reflection.Extensions (>= 4.3.0-preview1-24530-04)
- System.Reflection.Primitives (>= 4.3.0-preview1-24530-04)
- System.Resources.ResourceManager (>= 4.3.0-preview1-24530-04)
- System.Runtime (>= 4.3.0-preview1-24530-04)
- System.Runtime.Extensions (>= 4.3.0-preview1-24530-04)
- System.Text.Encoding (>= 4.3.0-preview1-24530-04)
- System.Text.Encoding.Extensions (>= 4.3.0-preview1-24530-04)
- System.Text.RegularExpressions (>= 4.3.0-preview1-24530-04)
- System.Threading (>= 4.3.0-preview1-24530-04)
- System.Threading.Tasks (>= 4.3.0-preview1-24530-04)
- System.Xml.ReaderWriter (>= 4.3.0-preview1-24530-04)
- System.Xml.XDocument (>= 4.3.0-preview1-24530-04)
.NET Standard 1.1
- Microsoft.NETCore.Platforms (>= 1.1.0-preview1-24530-04)
- System.Collections (>= 4.3.0-preview1-24530-04)
- System.Collections.Concurrent (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Debug (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Tools (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Tracing (>= 4.3.0-preview1-24530-04)
- System.Globalization (>= 4.3.0-preview1-24530-04)
- System.IO (>= 4.3.0-preview1-24530-04)
- System.IO.Compression (>= 4.3.0-preview1-24530-04)
- System.Linq (>= 4.3.0-preview1-24530-04)
- System.Linq.Expressions (>= 4.3.0-preview1-24530-04)
- System.Net.Http (>= 4.3.0-preview1-24530-04)
- System.Net.Primitives (>= 4.3.0-preview1-24530-04)
- System.ObjectModel (>= 4.3.0-preview1-24530-04)
- System.Reflection (>= 4.3.0-preview1-24530-04)
- System.Reflection.Extensions (>= 4.3.0-preview1-24530-04)
- System.Reflection.Primitives (>= 4.3.0-preview1-24530-04)
- System.Resources.ResourceManager (>= 4.3.0-preview1-24530-04)
- System.Runtime (>= 4.3.0-preview1-24530-04)
- System.Runtime.Extensions (>= 4.3.0-preview1-24530-04)
- System.Runtime.InteropServices (>= 4.3.0-preview1-24530-04)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0-preview1-24530-04)
- System.Runtime.Numerics (>= 4.3.0-preview1-24530-04)
- System.Text.Encoding (>= 4.3.0-preview1-24530-04)
- System.Text.Encoding.Extensions (>= 4.3.0-preview1-24530-04)
- System.Text.RegularExpressions (>= 4.3.0-preview1-24530-04)
- System.Threading (>= 4.3.0-preview1-24530-04)
- System.Threading.Tasks (>= 4.3.0-preview1-24530-04)
- System.Xml.ReaderWriter (>= 4.3.0-preview1-24530-04)
- System.Xml.XDocument (>= 4.3.0-preview1-24530-04)
.NET Standard 1.2
- Microsoft.NETCore.Platforms (>= 1.1.0-preview1-24530-04)
- System.Collections (>= 4.3.0-preview1-24530-04)
- System.Collections.Concurrent (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Debug (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Tools (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Tracing (>= 4.3.0-preview1-24530-04)
- System.Globalization (>= 4.3.0-preview1-24530-04)
- System.IO (>= 4.3.0-preview1-24530-04)
- System.IO.Compression (>= 4.3.0-preview1-24530-04)
- System.Linq (>= 4.3.0-preview1-24530-04)
- System.Linq.Expressions (>= 4.3.0-preview1-24530-04)
- System.Net.Http (>= 4.3.0-preview1-24530-04)
- System.Net.Primitives (>= 4.3.0-preview1-24530-04)
- System.ObjectModel (>= 4.3.0-preview1-24530-04)
- System.Reflection (>= 4.3.0-preview1-24530-04)
- System.Reflection.Extensions (>= 4.3.0-preview1-24530-04)
- System.Reflection.Primitives (>= 4.3.0-preview1-24530-04)
- System.Resources.ResourceManager (>= 4.3.0-preview1-24530-04)
- System.Runtime (>= 4.3.0-preview1-24530-04)
- System.Runtime.Extensions (>= 4.3.0-preview1-24530-04)
- System.Runtime.InteropServices (>= 4.3.0-preview1-24530-04)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0-preview1-24530-04)
- System.Runtime.Numerics (>= 4.3.0-preview1-24530-04)
- System.Text.Encoding (>= 4.3.0-preview1-24530-04)
- System.Text.Encoding.Extensions (>= 4.3.0-preview1-24530-04)
- System.Text.RegularExpressions (>= 4.3.0-preview1-24530-04)
- System.Threading (>= 4.3.0-preview1-24530-04)
- System.Threading.Tasks (>= 4.3.0-preview1-24530-04)
- System.Threading.Timer (>= 4.3.0-preview1-24530-04)
- System.Xml.ReaderWriter (>= 4.3.0-preview1-24530-04)
- System.Xml.XDocument (>= 4.3.0-preview1-24530-04)
.NET Standard 1.3
- Microsoft.NETCore.Platforms (>= 1.1.0-preview1-24530-04)
- Microsoft.Win32.Primitives (>= 4.3.0-preview1-24530-04)
- System.AppContext (>= 4.3.0-preview1-24530-04)
- System.Collections (>= 4.3.0-preview1-24530-04)
- System.Collections.Concurrent (>= 4.3.0-preview1-24530-04)
- System.Console (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Debug (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Tools (>= 4.3.0-preview1-24530-04)
- System.Diagnostics.Tracing (>= 4.3.0-preview1-24530-04)
- System.Globalization (>= 4.3.0-preview1-24530-04)
- System.Globalization.Calendars (>= 4.3.0-preview1-24530-04)
- System.IO (>= 4.3.0-preview1-24530-04)
- System.IO.Compression (>= 4.3.0-preview1-24530-04)
- System.IO.Compression.ZipFile (>= 4.3.0-preview1-24530-04)
- System.IO.FileSystem (>= 4.3.0-preview1-24530-04)
- System.IO.FileSystem.Primitives (>= 4.3.0-preview1-24530-04)
- System.Linq (>= 4.3.0-preview1-24530-04)
- System.Linq.Expressions (>= 4.3.0-preview1-24530-04)
- System.Net.Http (>= 4.3.0-preview1-24530-04)
- System.Net.Primitives (>= 4.3.0-preview1-24530-04)
- System.Net.Sockets (>= 4.3.0-preview1-24530-04)
- System.ObjectModel (>= 4.3.0-preview1-24530-04)
- System.Reflection (>= 4.3.0-preview1-24530-04)
- System.Reflection.Extensions (>= 4.3.0-preview1-24530-04)
- System.Reflection.Primitives (>= 4.3.0-preview1-24530-04)
- System.Resources.ResourceManager (>= 4.3.0-preview1-24530-04)
- System.Runtime (>= 4.3.0-preview1-24530-04)
- System.Runtime.Extensions (>= 4.3.0-preview1-24530-04)
- System.Runtime.Handles (>= 4.3.0-preview1-24530-04)
- System.Runtime.InteropServices (>= 4.3.0-preview1-24530-04)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0-preview1-24530-04)
- System.Runtime.Numerics (>= 4.3.0-preview1-24530-04)
- System.Security.Cryptography.Algorithms (>= 4.3.0-preview1-24530-04)
- System.Security.Cryptography.Encoding (>= 4.3.0-preview1-24530-04)
- System.Security.Cryptography.Primitives (>= 4.3.0-preview1-24530-04)
- System.Security.Cryptography.X509Certificates (>= 4.3.0-preview1-24530-04)
- System.Text.Encoding (>= 4.3.0-preview1-24530-04)
- System.Text.Encoding.Extensions (>= 4.3.0-preview1-24530-04)
- System.Text.RegularExpressions (>= 4.3.0-preview1-24530-04)
- System.Threading (>= 4.3.0-preview1-24530-04)
- System.Threading.Tasks (>= 4.3.0-preview1-24530-04)
- System.Threading.Timer (>= 4.3.0-preview1-24530-04)
- System.Xml.ReaderWriter (>= 4.3.0-preview1-24530-04)
- System.Xml.XDocument (>= 4.3.0-preview1-24530-04)
| Version | Downloads | Last updated |
|---|---|---|
| 2.0.3 | 2 | 03/19/2026 |
| 2.0.2 | 2 | 03/19/2026 |
| 2.0.1 | 2 | 03/19/2026 |
| 2.0.0 | 2 | 03/19/2026 |
| 2.0.0-preview2-25401-01 | 2 | 03/19/2026 |
| 2.0.0-preview1-25301-01 | 2 | 03/19/2026 |
| 1.6.1 | 1 | 03/19/2026 |
| 1.6.1-preview1-24530-04 | 1 | 03/19/2026 |
| 1.6.0 | 2 | 03/19/2026 |
| 1.5.0-rc2-24027 | 2 | 03/19/2026 |