System.Runtime 4.3.0
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.
                    Showing the top 20 packages that depend on System.Runtime.
| Packages | Downloads | 
|---|---|
| 
                                                    Dapper
                                                     A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.. 
                                                 | 
                                                17 | 
| 
                                                    FluentFTP
                                                     An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies. 
                                                 | 
                                                15 | 
| 
                                                    Remotion.Linq
                                                     re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages.
Key features:
- Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax)
- Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...)
- Provides basic infrastructure for backend development (e.g. SQL generation) 
- Provides a framework for user-defined query extensions and transformations 
                                                 | 
                                                13 | 
| 
                                                    System.Collections.Concurrent
                                                     Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.
Commonly Used Types:
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
System.Collections.Concurrent.ConcurrentQueue<T>
System.Collections.Concurrent.ConcurrentBag<T>
System.Collections.Concurrent.BlockingCollection<T>
System.Collections.Concurrent.ConcurrentStack<T>
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                9 | 
| 
                                                    System.Collections.Specialized
                                                     Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.
Commonly Used Types:
System.Collections.Specialized.NameValueCollection
System.Collections.Specialized.NameObjectCollectionBase
System.Collections.Specialized.StringCollection
System.Collections.Specialized.IOrderedDictionary
System.Collections.Specialized.HybridDictionary
System.Collections.Specialized.OrderedDictionary
System.Collections.Specialized.ListDictionary
System.Collections.Specialized.StringDictionary
System.Collections.Specialized.BitVector32
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                10 | 
| 
                                                    System.ComponentModel
                                                     Provides interfaces for the editing and change tracking of objects used as data sources.
Commonly Used Types:
System.ComponentModel.CancelEventArgs
System.IServiceProvider
System.ComponentModel.IEditableObject
System.ComponentModel.IChangeTracking
System.ComponentModel.IRevertibleChangeTracking
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                12 | 
| 
                                                    System.ComponentModel.TypeConverter
                                                     Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types.
Commonly Used Types:
System.ComponentModel.TypeConverter
System.ComponentModel.TypeConverterAttribute
System.ComponentModel.PropertyDescriptor
System.ComponentModel.StringConverter
System.ComponentModel.ITypeDescriptorContext
System.ComponentModel.EnumConverter
System.ComponentModel.TypeDescriptor
System.ComponentModel.Int32Converter
System.ComponentModel.BooleanConverter
System.ComponentModel.DoubleConverter
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                14 | 
| 
                                                    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. 
                                                 | 
                                                9 | 
| 
                                                    System.Dynamic.Runtime
                                                     Provides classes and interfaces that support the Dynamic Language Runtime (DLR).
Commonly Used Types:
System.Runtime.CompilerServices.CallSite
System.Runtime.CompilerServices.CallSite<T>
System.Dynamic.IDynamicMetaObjectProvider
System.Dynamic.DynamicMetaObject
System.Dynamic.SetMemberBinder
System.Dynamic.GetMemberBinder
System.Dynamic.ExpandoObject
System.Dynamic.DynamicObject
System.Runtime.CompilerServices.CallSiteBinder
System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue>
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                11 | 
| 
                                                    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. 
                                                 | 
                                                9 | 
| 
                                                    System.Linq.Queryable
                                                     Provides classes for querying data structures that implement IQueryable<T>.
Commonly Used Types:
System.Linq.Queryable
System.Linq.EnumerableQuery<T>
System.Linq.EnumerableQuery
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                11 | 
| 
                                                    System.Reflection.Emit
                                                     Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers.
Commonly Used Types:
System.Reflection.Emit.AssemblyBuilder
System.Reflection.Emit.FieldBuilder
System.Reflection.Emit.TypeBuilder
System.Reflection.Emit.MethodBuilder
System.Reflection.Emit.ConstructorBuilder
System.Reflection.Emit.GenericTypeParameterBuilder
System.Reflection.Emit.ModuleBuilder
System.Reflection.Emit.PropertyBuilder
System.Reflection.Emit.AssemblyBuilderAccess
System.Reflection.Emit.EventBuilder
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                15 | 
| 
                                                    System.Reflection.Emit.Lightweight
                                                     Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection.
Commonly Used Types:
System.Reflection.Emit.DynamicMethod
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                11 | 
| 
                                                    System.Reflection.TypeExtensions
                                                     Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs.
Commonly Used Types:
System.Reflection.TypeExtensions
System.Reflection.BindingFlags
 
6c6b536dffb4da0c45ff14921bfee10265265050 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                12 | 
| 
                                                    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. 
                                                 | 
                                                9 | 
| 
                                                    System.Text.RegularExpressions
                                                     Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine.
Commonly Used Types:
System.Text.RegularExpressions.Regex
System.Text.RegularExpressions.RegexOptions
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture
System.Text.RegularExpressions.MatchEvaluator
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                10 | 
| 
                                                    System.Threading
                                                     Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code.
Commonly Used Types:
System.Threading.Monitor
System.Threading.SynchronizationContext
System.Threading.ManualResetEvent
System.Threading.AutoResetEvent
System.Threading.ThreadLocal<T>
System.Threading.EventWaitHandle
System.Threading.SemaphoreSlim
System.Threading.Mutex
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                10 | 
| 
                                                    System.Xml.XDocument
                                                     Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily.
Commonly Used Types:
System.Xml.Linq.XElement
System.Xml.Linq.XAttribute
System.Xml.Linq.XDocument
System.Xml.Linq.XText
System.Xml.Linq.XNode
System.Xml.Linq.XContainer
System.Xml.Linq.XComment
System.Xml.Linq.XObject
System.Xml.Linq.XProcessingInstruction
System.Xml.Linq.XDocumentType
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                14 | 
| 
                                                    System.Xml.XmlDocument
                                                     Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package.
Commonly Used Types:
System.Xml.XmlNode
System.Xml.XmlElement
System.Xml.XmlAttribute
System.Xml.XmlDocument
System.Xml.XmlDeclaration
System.Xml.XmlText
System.Xml.XmlComment
System.Xml.XmlNodeList
System.Xml.XmlWhitespace
System.Xml.XmlCDataSection
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                10 | 
| 
                                                    System.Xml.XmlSerializer
                                                     Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects.
Commonly Used Types:
System.Xml.Serialization.IXmlSerializable
System.Xml.Serialization.XmlSerializer
System.Xml.Serialization.XmlIgnoreAttribute
System.Xml.Serialization.XmlElementAttribute
System.Xml.Serialization.XmlAttributeAttribute
System.Xml.Serialization.XmlArrayAttribute
System.Xml.Serialization.XmlRootAttribute
System.Xml.Serialization.XmlArrayItemAttribute
System.Xml.Serialization.XmlTypeAttribute
System.Xml.Serialization.XmlEnumAttribute
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                10 | 
MonoAndroid 1.0
- No dependencies.
 
Xamarin.WatchOS 1.0
- No dependencies.
 
Xamarin.TVOS 1.0
- No dependencies.
 
Xamarin.Mac 2.0
- No dependencies.
 
Xamarin.iOS 1.0
- No dependencies.
 
WindowsPhone 8.0
- No dependencies.
 
Windows 8.0
- No dependencies.
 
.NETPortable 0.0
- No dependencies.
 
.NET Standard 1.5
- Microsoft.NETCore.Targets (>= 1.1.0)
 - Microsoft.NETCore.Platforms (>= 1.1.0)
 
.NET Standard 1.3
- Microsoft.NETCore.Targets (>= 1.1.0)
 - Microsoft.NETCore.Platforms (>= 1.1.0)
 
WindowsPhoneApp 8.1
- No dependencies.
 
.NET Standard 1.2
- Microsoft.NETCore.Targets (>= 1.1.0)
 - Microsoft.NETCore.Platforms (>= 1.1.0)
 
.NET Standard 1.0
- Microsoft.NETCore.Targets (>= 1.1.0)
 - Microsoft.NETCore.Platforms (>= 1.1.0)
 
.NETCore 5.0
- Microsoft.NETCore.Targets (>= 1.1.0)
 - Microsoft.NETCore.Platforms (>= 1.1.0)
 
.NET Framework 4.6.2
- No dependencies.
 
.NET Framework 4.5
- No dependencies.
 
MonoTouch 1.0
- No dependencies.
 
| Version | Downloads | Last updated | 
|---|---|---|
| 4.3.0 | 14 | 7/8/2025 |