Skip to main content
dotnetframework avatar

dotnetframework

NuGet publisher profile

Packages
3,100
Total Downloads
706.9B
706,925,281,562

Packages (3,100)

Microsoft.Extensions.DependencyInjection.Abstractions package icon

Microsoft.Extensions.DependencyInjection.Abstractions

Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection

12.3B
downloads
Microsoft.Extensions.Logging.Abstractions package icon

Microsoft.Extensions.Logging.Abstractions

Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger

11.8B
downloads
Microsoft.Extensions.Primitives package icon

Microsoft.Extensions.Primitives

Primitives shared by framework extensions. Commonly used types include: Commonly Used Types: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment

11.8B
downloads
Microsoft.Extensions.Options package icon

Microsoft.Extensions.Options

Provides a strongly typed way of specifying and accessing settings using dependency injection.

10.6B
downloads
Microsoft.NETCore.Platforms package icon

Microsoft.NETCore.Platforms

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

9.9B
downloads
System.Diagnostics.DiagnosticSource package icon

System.Diagnostics.DiagnosticSource

Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource

9.9B
downloads
Microsoft.Extensions.Configuration.Abstractions package icon

Microsoft.Extensions.Configuration.Abstractions

Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.

9.2B
downloads
System.Runtime.CompilerServices.Unsafe package icon

System.Runtime.CompilerServices.Unsafe

Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.

8.4B
downloads
Microsoft.Extensions.DependencyInjection package icon

Microsoft.Extensions.DependencyInjection

Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.

7.6B
downloads
Microsoft.Extensions.Logging package icon

Microsoft.Extensions.Logging

Logging infrastructure default implementation for Microsoft.Extensions.Logging.

7.5B
downloads
Microsoft.Extensions.Configuration package icon

Microsoft.Extensions.Configuration

Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.

6.8B
downloads
System.Threading.Tasks.Extensions package icon

System.Threading.Tasks.Extensions

System.Threading.Tasks.Extensions

6.7B
downloads
Microsoft.Extensions.Configuration.Binder package icon

Microsoft.Extensions.Configuration.Binder

Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.

6.6B
downloads
Microsoft.Extensions.FileProviders.Abstractions package icon

Microsoft.Extensions.FileProviders.Abstractions

Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider

6.4B
downloads
System.Memory package icon

System.Memory

System.Memory

6.3B
downloads
System.Text.Json package icon

System.Text.Json

Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.

6.2B
downloads
System.Text.Encodings.Web package icon

System.Text.Encodings.Web

Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). Commonly Used Types: System.Text.Encodings.Web.HtmlEncoder System.Text.Encodings.Web.UrlEncoder System.Text.Encodings.Web.JavaScriptEncoder

6.0B
downloads
System.Buffers package icon

System.Buffers

System.Buffers

6.0B
downloads
Microsoft.CSharp package icon

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.

5.7B
downloads
Microsoft.Extensions.Hosting.Abstractions package icon

Microsoft.Extensions.Hosting.Abstractions

Hosting and startup abstractions for applications.

5.2B
downloads
Microsoft.NETCore.Targets package icon

Microsoft.NETCore.Targets

Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these.

5.0B
downloads
System.Security.Cryptography.ProtectedData package icon

System.Security.Cryptography.ProtectedData

Provides access to Windows Data Protection Api. Commonly Used Types: System.Security.Cryptography.DataProtectionScope System.Security.Cryptography.ProtectedData

5.0B
downloads
System.Security.Cryptography.Cng package icon

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.

4.8B
downloads
System.Security.Principal.Windows package icon

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.

4.8B
downloads
System.Runtime package icon

System.Runtime

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.

4.7B
downloads
Microsoft.Bcl.AsyncInterfaces package icon

Microsoft.Bcl.AsyncInterfaces

Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.

4.5B
downloads
System.Configuration.ConfigurationManager package icon

System.Configuration.ConfigurationManager

Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.

4.3B
downloads
System.Security.AccessControl package icon

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

4.3B
downloads
System.Reflection.TypeExtensions package icon

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 When using NuGet 3.x this package requires at least version 3.4.

4.2B
downloads
System.Collections.Immutable package icon

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. The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.

4.1B
downloads
System.IO package icon

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.

4.0B
downloads
System.Reflection.Emit package icon

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.

4.0B
downloads
System.Text.Encoding package icon

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.

4.0B
downloads
System.Reflection.Emit.Lightweight package icon

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.

4.0B
downloads
System.Reflection package icon

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.

3.9B
downloads
System.Runtime.Extensions package icon

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.

3.9B
downloads
System.Threading.Tasks package icon

System.Threading.Tasks

Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException When using NuGet 3.x this package requires at least version 3.4.

3.9B
downloads
System.Reflection.Primitives package icon

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.

3.9B
downloads
System.Resources.ResourceManager package icon

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.

3.9B
downloads
System.Globalization package icon

System.Globalization

Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.

3.9B
downloads
System.Threading package icon

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.

3.9B
downloads
System.Collections package icon

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.

3.8B
downloads
System.Diagnostics.Debug package icon

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.

3.8B
downloads
Microsoft.Extensions.FileSystemGlobbing package icon

Microsoft.Extensions.FileSystemGlobbing

File system globbing to find files matching a specified pattern.

3.8B
downloads
System.Linq package icon

System.Linq

Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ). Commonly Used Types: System.Linq.Enumerable System.Linq.IGrouping<TKey, TElement> System.Linq.IOrderedEnumerable<TElement> System.Linq.ILookup<TKey, TElement> System.Linq.Lookup<TKey, TElement> When using NuGet 3.x this package requires at least version 3.4.

3.7B
downloads
Microsoft.Extensions.FileProviders.Physical package icon

Microsoft.Extensions.FileProviders.Physical

File provider for physical files for Microsoft.Extensions.FileProviders.

3.7B
downloads
Microsoft.Extensions.Caching.Memory package icon

Microsoft.Extensions.Caching.Memory

In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.

3.7B
downloads
Microsoft.Extensions.Caching.Abstractions package icon

Microsoft.Extensions.Caching.Abstractions

Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache

3.7B
downloads
System.Runtime.InteropServices package icon

System.Runtime.InteropServices

Provides types that support COM interop and platform invoke services. Commonly Used Types: System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GuidAttribute System.Runtime.InteropServices.COMException System.DllNotFoundException System.Runtime.InteropServices.DllImportAttribute When using NuGet 3.x this package requires at least version 3.4.

3.7B
downloads
Microsoft.Win32.Registry package icon

Microsoft.Win32.Registry

Provides support for accessing and modifying the Windows Registry. Commonly Used Types: Microsoft.Win32.RegistryKey Microsoft.Win32.Registry Microsoft.Win32.RegistryValueKind Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryView When using NuGet 3.x this package requires at least version 3.4.

3.6B
downloads
System.Linq.Expressions package icon

System.Linq.Expressions

Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. Commonly Used Types: System.Linq.IQueryable<T> System.Linq.IQueryable System.Linq.Expressions.Expression<TDelegate> System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor When using NuGet 3.x this package requires at least version 3.4.

3.6B
downloads
NETStandard.Library package icon

NETStandard.Library

A set of standard .NET APIs that are prescribed to be used and supported together. 18a36291e48808fa7ef2d00a764ceb1ec95645a5 When using NuGet 3.x this package requires at least version 3.4.

3.6B
downloads
System.Reflection.Emit.ILGeneration package icon

System.Reflection.Emit.ILGeneration

Provides classes that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of these classes are script engines and compilers. Commonly Used Types: System.Reflection.Emit.ILGenerator System.Reflection.Emit.Label System.Reflection.Emit.CustomAttributeBuilder System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ParameterBuilder System.Reflection.Emit.SignatureHelper When using NuGet 3.x this package requires at least version 3.4.

3.6B
downloads
System.Text.Encoding.CodePages package icon

System.Text.Encoding.CodePages

Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider

3.6B
downloads
System.Text.RegularExpressions package icon

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.

3.6B
downloads
System.Runtime.Handles package icon

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.

3.6B
downloads
System.Reflection.Extensions package icon

System.Reflection.Extensions

Provides custom attribute extension methods for System.Reflection types. Commonly Used Types: System.Reflection.InterfaceMapping System.Reflection.CustomAttributeExtensions System.Reflection.RuntimeReflectionExtensions When using NuGet 3.x this package requires at least version 3.4.

3.6B
downloads
System.Net.Http package icon

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.

3.5B
downloads
Microsoft.Extensions.Options.ConfigurationExtensions package icon

Microsoft.Extensions.Options.ConfigurationExtensions

Provides additional configuration specific functionality related to Options.

3.5B
downloads
Microsoft.Extensions.Configuration.FileExtensions package icon

Microsoft.Extensions.Configuration.FileExtensions

Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.

3.5B
downloads
System.IO.FileSystem package icon

System.IO.FileSystem

Provides types that allow reading and writing to files and types that provide basic file and directory support. Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions When using NuGet 3.x this package requires at least version 3.4.

3.5B
downloads
System.IO.FileSystem.Primitives package icon

System.IO.FileSystem.Primitives

Provides common enumerations and exceptions for path-based I/O libraries. Commonly Used Types: System.IO.DirectoryNotFoundException System.IO.FileAccess System.IO.FileLoadException System.IO.PathTooLongException System.IO.FileMode System.IO.FileShare System.IO.FileAttributes When using NuGet 3.x this package requires at least version 3.4.

3.5B
downloads
System.ObjectModel package icon

System.ObjectModel

Provides types and interfaces that allow the creation of observable types that provide notifications to clients when changes are made to it. Commonly Used Types: System.ComponentModel.INotifyPropertyChanged System.Collections.ObjectModel.ObservableCollection<T> System.ComponentModel.PropertyChangedEventHandler System.Windows.Input.ICommand System.Collections.Specialized.INotifyCollectionChanged System.Collections.Specialized.NotifyCollectionChangedEventArgs System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.ObjectModel.KeyedCollection<TKey, TItem> System.ComponentModel.PropertyChangedEventArgs System.Collections.ObjectModel.ReadOnlyDictionary<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.

3.5B
downloads
System.Reflection.Metadata package icon

System.Reflection.Metadata

This package 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. The metadata format is defined by the ECMA-335 - Common Language Infrastructure (CLI) specification. The System.Reflection.Metadata library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.

3.5B
downloads
Microsoft.Extensions.DependencyModel package icon

Microsoft.Extensions.DependencyModel

Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.

3.4B
downloads
System.ComponentModel.Annotations package icon

System.ComponentModel.Annotations

Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.

3.3B
downloads
System.Text.Encoding.Extensions package icon

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.

3.3B
downloads
System.Xml.ReaderWriter package icon

System.Xml.ReaderWriter

Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. Commonly Used Types: System.Xml.XmlNodeType System.Xml.XmlException System.Xml.XmlReader System.Xml.XmlWriter System.Xml.IXmlLineInfo System.Xml.XmlNameTable System.Xml.IXmlNamespaceResolver System.Xml.XmlNamespaceManager System.Xml.XmlQualifiedName When using NuGet 3.x this package requires at least version 3.4.

3.2B
downloads
System.Security.Permissions package icon

System.Security.Permissions

Provides types supporting Code Access Security (CAS).

3.2B
downloads
runtime.native.System package icon

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.

3.2B
downloads
System.Runtime.InteropServices.RuntimeInformation package icon

System.Runtime.InteropServices.RuntimeInformation

Provides APIs to query about runtime and OS information. Commonly Used Types: System.Runtime.InteropServices.RuntimeInformation System.Runtime.InteropServices.OSPlatform When using NuGet 3.x this package requires at least version 3.4.

3.0B
downloads
System.Xml.XDocument package icon

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.

3.0B
downloads
System.Diagnostics.Tools package icon

System.Diagnostics.Tools

Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. Commonly Used Types: System.CodeDom.Compiler.GeneratedCodeAttribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute When using NuGet 3.x this package requires at least version 3.4.

3.0B
downloads
Microsoft.Extensions.Configuration.Json package icon

Microsoft.Extensions.Configuration.Json

JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.

3.0B
downloads
System.Security.Cryptography.Algorithms package icon

System.Security.Cryptography.Algorithms

Provides base types for cryptographic algorithms, including hashing, encryption, and signing operations. Commonly Used Types: System.Security.Cryptography.Aes System.Security.Cryptography.RSA System.Security.Cryptography.RSAParameters System.Security.Cryptography.HMACSHA1 System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA384 System.Security.Cryptography.HMACSHA256 System.Security.Cryptography.MD5 System.Security.Cryptography.HMACSHA384 System.Security.Cryptography.HMACSHA512 When using NuGet 3.x this package requires at least version 3.4.

3.0B
downloads
System.Diagnostics.Tracing package icon

System.Diagnostics.Tracing

Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). Commonly Used Types: System.Diagnostics.Tracing.EventSource System.Diagnostics.Tracing.EventListener System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.EventWrittenEventArgs System.Diagnostics.Tracing.EventAttribute System.Diagnostics.Tracing.EventSourceAttribute System.Diagnostics.Tracing.NonEventAttribute When using NuGet 3.x this package requires at least version 3.4.

3.0B
downloads
System.Collections.Concurrent package icon

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.

2.9B
downloads
System.Security.Cryptography.X509Certificates package icon

System.Security.Cryptography.X509Certificates

Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates. These certificates are signed with a private key that uniquely and positively identifies the holder of the certificate. Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509ContentType System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.StoreName System.Security.Cryptography.X509Certificates.X509FindType System.Security.Cryptography.X509Certificates.X509ChainStatus System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension System.Security.Cryptography.X509Certificates.X509Chain When using NuGet 3.x this package requires at least version 3.4.

2.9B
downloads
System.AppContext package icon

System.AppContext

Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext When using NuGet 3.x this package requires at least version 3.4.

2.9B
downloads
System.Security.Cryptography.Primitives package icon

System.Security.Cryptography.Primitives

Provides common types for the cryptographic libraries. Commonly Used Types: System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.SymmetricAlgorithm System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.KeyedHashAlgorithm System.Security.Cryptography.HMAC System.Security.Cryptography.KeySizes System.Security.Cryptography.CryptographicException System.Security.Cryptography.CipherMode System.Security.Cryptography.PaddingMode System.Security.Cryptography.CryptoStream System.Security.Cryptography.CryptoStreamMode When using NuGet 3.x this package requires at least version 3.4.

2.8B
downloads
runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.native.System.Security.Cryptography.OpenSsl

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.

2.8B
downloads
System.Security.Cryptography.Encoding package icon

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.

2.8B
downloads
System.IO.Pipelines package icon

System.IO.Pipelines

Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader

2.8B
downloads
Microsoft.Extensions.ObjectPool package icon

Microsoft.Extensions.ObjectPool

A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

2.8B
downloads
System.Net.Primitives package icon

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.

2.8B
downloads
System.Drawing.Common package icon

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 Since .NET 7, non-Windows platforms are not supported, even with the runtime configuration switch. See https://aka.ms/systemdrawingnonwindows for more information.

2.8B
downloads
System.Runtime.Numerics package icon

System.Runtime.Numerics

Provides the numeric types System.Numerics.BigInteger and System.Numerics.Complex, which complement the numeric primitives, such as System.Byte, System.Double and System.Int32. Commonly Used Types: System.Numerics.BigInteger System.Numerics.Complex When using NuGet 3.x this package requires at least version 3.4.

2.8B
downloads
Microsoft.AspNetCore.Http.Features package icon

Microsoft.AspNetCore.Http.Features

ASP.NET Core HTTP feature interface definitions. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698

2.8B
downloads
System.Dynamic.Runtime package icon

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.

2.7B
downloads
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

2.7B
downloads
System.Globalization.Calendars package icon

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.

2.7B
downloads
System.Security.Cryptography.OpenSsl package icon

System.Security.Cryptography.OpenSsl

Provides cryptographic algorithm implementations and key management for non-Windows systems with OpenSSL. Commonly Used Types: System.Security.Cryptography.RSAOpenSsl When using NuGet 3.x this package requires at least version 3.4.

2.6B
downloads
Microsoft.Extensions.Configuration.EnvironmentVariables package icon

Microsoft.Extensions.Configuration.EnvironmentVariables

Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from environment variables. You can use EnvironmentVariablesExtensions.AddEnvironmentVariables extension method on IConfigurationBuilder to add the environment variables configuration provider to the configuration builder.

2.6B
downloads
Microsoft.Win32.Primitives package icon

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.

2.6B
downloads
Microsoft.Win32.SystemEvents package icon

Microsoft.Win32.SystemEvents

Provides access to Windows system event notifications. Commonly Used Types: Microsoft.Win32.SystemEvents

2.6B
downloads
System.Threading.Timer package icon

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.

2.6B
downloads
System.Globalization.Extensions package icon

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.

2.6B
downloads
runtime.native.System.Net.Http package icon

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.

2.6B
downloads
System.Security.Cryptography.Csp package icon

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.

2.5B
downloads
Microsoft.AspNetCore.Http.Abstractions package icon

Microsoft.AspNetCore.Http.Abstractions

ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder. Commonly used types: Microsoft.AspNetCore.Builder.IApplicationBuilder Microsoft.AspNetCore.Http.HttpContext Microsoft.AspNetCore.Http.HttpRequest Microsoft.AspNetCore.Http.HttpResponse

2.5B
downloads
System.Diagnostics.EventLog package icon

System.Diagnostics.EventLog

Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog

2.5B
downloads
System.Numerics.Vectors package icon

System.Numerics.Vectors

System.Numerics.Vectors

2.5B
downloads
System.Console package icon

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.

2.5B
downloads
Microsoft.Extensions.Http package icon

Microsoft.Extensions.Http

The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way. Commonly Used Types: System.Net.Http.IHttpClientFactory

2.5B
downloads
Microsoft.Extensions.Logging.Configuration package icon

Microsoft.Extensions.Logging.Configuration

Configuration support for Microsoft.Extensions.Logging.

2.4B
downloads
System.IO.Compression package icon

System.IO.Compression

Provides classes that support the compression and decompression of streams. Commonly Used Types: System.IO.Compression.DeflateStream System.IO.Compression.GZipStream System.IO.Compression.CompressionMode System.IO.Compression.CompressionLevel System.IO.Compression.ZipArchiveEntry System.IO.Compression.ZipArchive System.IO.Compression.ZipArchiveMode When using NuGet 3.x this package requires at least version 3.4.

2.4B
downloads
Microsoft.Net.Http.Headers package icon

Microsoft.Net.Http.Headers

HTTP header parser implementations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

2.4B
downloads
Microsoft.EntityFrameworkCore package icon

Microsoft.EntityFrameworkCore

Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet

2.4B
downloads
System.Net.Sockets package icon

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.

2.4B
downloads
System.Runtime.Serialization.Primitives package icon

System.Runtime.Serialization.Primitives

Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization. Commonly Used Types: System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.OnDeserializingAttribute System.Runtime.Serialization.OnDeserializedAttribute System.Runtime.Serialization.OnSerializingAttribute System.Runtime.Serialization.OnSerializedAttribute System.Runtime.Serialization.EnumMemberAttribute System.Runtime.Serialization.DataMemberAttribute System.Runtime.Serialization.DataContractAttribute System.Runtime.Serialization.IgnoreDataMemberAttribute System.Runtime.Serialization.SerializationException When using NuGet 3.x this package requires at least version 3.4.

2.3B
downloads
Microsoft.EntityFrameworkCore.Abstractions package icon

Microsoft.EntityFrameworkCore.Abstractions

Provides abstractions and attributes that are used to configure Entity Framework Core

2.3B
downloads
Microsoft.EntityFrameworkCore.Relational package icon

Microsoft.EntityFrameworkCore.Relational

Shared Entity Framework Core components for relational database providers.

2.3B
downloads
System.IO.Compression.ZipFile package icon

System.IO.Compression.ZipFile

Provides classes that support the compression and decompression of streams using file system paths. Commonly Used Types: System.IO.Compression.ZipFile When using NuGet 3.x this package requires at least version 3.4.

2.3B
downloads
Microsoft.AspNetCore.Http package icon

Microsoft.AspNetCore.Http

ASP.NET Core default HTTP feature implementations.

2.3B
downloads
runtime.native.System.IO.Compression package icon

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.5.

2.3B
downloads
System.Security.Cryptography.Pkcs package icon

System.Security.Cryptography.Pkcs

Provides support for PKCS and CMS algorithms. Commonly Used Types: System.Security.Cryptography.Pkcs.EnvelopedCms

2.2B
downloads
Microsoft.EntityFrameworkCore.Analyzers package icon

Microsoft.EntityFrameworkCore.Analyzers

CSharp Analyzers for Entity Framework Core.

2.2B
downloads
System.Windows.Extensions package icon

System.Windows.Extensions

Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag

2.2B
downloads
Microsoft.AspNetCore.WebUtilities package icon

Microsoft.AspNetCore.WebUtilities

ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

2.1B
downloads
System.ComponentModel package icon

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.

2.1B
downloads
Microsoft.AspNetCore.Hosting.Abstractions package icon

Microsoft.AspNetCore.Hosting.Abstractions

ASP.NET Core hosting and startup abstractions for web applications.

2.0B
downloads
Microsoft.AspNetCore.Hosting.Server.Abstractions package icon

Microsoft.AspNetCore.Hosting.Server.Abstractions

ASP.NET Core hosting server abstractions for web applications.

2.0B
downloads
Microsoft.AspNetCore.Http.Extensions package icon

Microsoft.AspNetCore.Http.Extensions

ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.

1.9B
downloads
System.Collections.NonGeneric package icon

System.Collections.NonGeneric

Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package. Commonly Used Types: System.Collections.ArrayList System.Collections.Hashtable System.Collections.CollectionBase System.Collections.ReadOnlyCollectionBase System.Collections.Stack System.Collections.SortedList System.Collections.DictionaryBase System.Collections.Queue System.Collections.Comparer System.Collections.CaseInsensitiveComparer When using NuGet 3.x this package requires at least version 3.4.

1.9B
downloads
runtime.native.System.Security.Cryptography.Apple package icon

runtime.native.System.Security.Cryptography.Apple

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.

1.9B
downloads
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple package icon

runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple

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.

1.9B
downloads
System.Memory.Data package icon

System.Memory.Data

A lightweight abstraction for a payload of bytes. Provides methods for converting between strings, streams, JSON, and bytes. Commonly Used Types: System.BinaryData

1.9B
downloads
System.Xml.XmlDocument package icon

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.

1.8B
downloads
Microsoft.Extensions.Logging.Console package icon

Microsoft.Extensions.Logging.Console

Console logger provider implementation for Microsoft.Extensions.Logging.

1.7B
downloads
Microsoft.Extensions.Diagnostics.Abstractions package icon

Microsoft.Extensions.Diagnostics.Abstractions

Diagnostic abstractions for Microsoft.Extensions.Diagnostics. Commonly Used Types: Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule Microsoft.Extensions.Diagnostics.Metrics.MeterScope Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions

1.7B
downloads
System.Security.Cryptography.Xml package icon

System.Security.Cryptography.Xml

Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, "XML-Signature Syntax and Processing", described at http://www.w3.org/TR/xmldsig-core/. Commonly Used Types: System.Security.Cryptography.Xml.CipherData System.Security.Cryptography.Xml.CipherReference System.Security.Cryptography.Xml.DataObject System.Security.Cryptography.Xml.DataReference System.Security.Cryptography.Xml.DSAKeyValue System.Security.Cryptography.Xml.EncryptedData System.Security.Cryptography.Xml.EncryptedKey System.Security.Cryptography.Xml.EncryptedReference System.Security.Cryptography.Xml.EncryptedType System.Security.Cryptography.Xml.EncryptedXml System.Security.Cryptography.Xml.EncryptionMethod System.Security.Cryptography.Xml.EncryptionProperty System.Security.Cryptography.Xml.EncryptionPropertyCollection System.Security.Cryptography.Xml.KeyInfo System.Security.Cryptography.Xml.KeyInfoClause System.Security.Cryptography.Xml.KeyInfoEncryptedKey System.Security.Cryptography.Xml.KeyInfoName System.Security.Cryptography.Xml.KeyInfoNode System.Security.Cryptography.Xml.KeyInfoRetrievalMethod System.Security.Cryptography.Xml.KeyInfoX509Data System.Security.Cryptography.Xml.KeyReference System.Security.Cryptography.Xml.Reference System.Security.Cryptography.Xml.ReferenceList System.Security.Cryptography.Xml.RSAKeyValue System.Security.Cryptography.Xml.Signature System.Security.Cryptography.Xml.SignedInfo System.Security.Cryptography.Xml.SignedXml System.Security.Cryptography.Xml.Transform System.Security.Cryptography.Xml.TransformChain System.Security.Cryptography.Xml.XmlDecryptionTransform System.Security.Cryptography.Xml.XmlDsigBase64Transform System.Security.Cryptography.Xml.XmlDsigC14NTransform System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform System.Security.Cryptography.Xml.XmlDsigExcC14NTransform System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigXPathTransform System.Security.Cryptography.Xml.XmlDsigXsltTransform System.Security.Cryptography.Xml.XmlLicenseTransform

1.7B
downloads
Microsoft.CodeAnalysis.Analyzers package icon

Microsoft.CodeAnalysis.Analyzers

Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.

1.6B
downloads
System.Collections.Specialized package icon

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.

1.6B
downloads
Microsoft.AspNetCore.Authorization package icon

Microsoft.AspNetCore.Authorization

ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.6B
downloads
Microsoft.Extensions.Logging.Debug package icon

Microsoft.Extensions.Logging.Debug

Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().

1.6B
downloads
System.Threading.Thread package icon

System.Threading.Thread

Provides the System.Threading.Thread class, which allows developers to create and control a thread, set its priority, and get its state. Commonly Used Types: System.Threading.Thread System.Threading.ThreadStart System.Threading.ParameterizedThreadStart When using NuGet 3.x this package requires at least version 3.4.

1.5B
downloads
System.Threading.Channels package icon

System.Threading.Channels

Provides types for passing data between producers and consumers. Commonly Used Types: System.Threading.Channel System.Threading.Channel<T>

1.5B
downloads
Microsoft.Extensions.Configuration.UserSecrets package icon

Microsoft.Extensions.Configuration.UserSecrets

User secrets configuration provider implementation for Microsoft.Extensions.Configuration. User secrets mechanism enables you to override application configuration settings with values stored in the local secrets file. You can use UserSecretsConfigurationExtensions.AddUserSecrets extension method on IConfigurationBuilder to add user secrets provider to the configuration builder.

1.5B
downloads
Microsoft.Extensions.Hosting package icon

Microsoft.Extensions.Hosting

Hosting and startup infrastructures for applications.

1.5B
downloads
Microsoft.AspNetCore.JsonPatch package icon

Microsoft.AspNetCore.JsonPatch

ASP.NET Core support for JSON PATCH. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.5B
downloads
System.ComponentModel.Primitives package icon

System.ComponentModel.Primitives

Provides interfaces that are used to implement the run-time and design-time behavior of components. Commonly Used Types: System.ComponentModel.IComponent System.ComponentModel.IContainer System.ComponentModel.ISite System.ComponentModel.ComponentCollection When using NuGet 3.x this package requires at least version 3.4.

1.5B
downloads
System.ComponentModel.TypeConverter package icon

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.

1.5B
downloads
Microsoft.DotNet.PlatformAbstractions package icon

Microsoft.DotNet.PlatformAbstractions

Abstractions for making code that uses file system and environment testable.

1.5B
downloads
System.Formats.Asn1 package icon

System.Formats.Asn1

Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.

1.5B
downloads
Microsoft.Extensions.Configuration.CommandLine package icon

Microsoft.Extensions.Configuration.CommandLine

Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.

1.5B
downloads
System.CodeDom package icon

System.CodeDom

Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.

1.4B
downloads
System.Runtime.Caching package icon

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

1.4B
downloads
System.ValueTuple package icon

System.ValueTuple

System.ValueTuple

1.4B
downloads
Microsoft.AspNetCore.Cryptography.Internal package icon

Microsoft.AspNetCore.Cryptography.Internal

Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.4B
downloads
Microsoft.Extensions.Logging.EventSource package icon

Microsoft.Extensions.Logging.EventSource

EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.

1.3B
downloads
System.Threading.ThreadPool package icon

System.Threading.ThreadPool

Provides the System.Threading.ThreadPool class, which contains a pool of threads that can be used to execute tasks, post work items, wait on behalf of other threads, and process timers. Commonly Used Types: System.Threading.ThreadPool System.Threading.WaitOrTimerCallback When using NuGet 3.x this package requires at least version 3.4.

1.3B
downloads
Microsoft.AspNetCore.Authentication.JwtBearer package icon

Microsoft.AspNetCore.Authentication.JwtBearer

ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.3B
downloads
System.Security.Principal package icon

System.Security.Principal

Provides the base interfaces for principal and identity objects that represents the security context under which code is running. Commonly Used Types: System.Security.Principal.IPrincipal System.Security.Principal.IIdentity System.Security.Principal.TokenImpersonationLevel When using NuGet 3.x this package requires at least version 3.4.

1.3B
downloads
System.Security.Claims package icon

System.Security.Claims

Provides classes that implement claims-based identity in the .NET Framework, including classes that represent claims, claims-based identities, and claims-based principals. Commonly Used Types: System.Security.Principal.GenericIdentity System.Security.Claims.Claim System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsPrincipal System.Security.Principal.GenericPrincipal When using NuGet 3.x this package requires at least version 3.4.

1.3B
downloads
System.Diagnostics.TraceSource package icon

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.

1.3B
downloads
System.Diagnostics.PerformanceCounter package icon

System.Diagnostics.PerformanceCounter

Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter

1.2B
downloads
System.Data.SqlClient package icon

System.Data.SqlClient

DEPRECATED - Use Microsoft.Data.SqlClient.

1.2B
downloads
Microsoft.Extensions.Logging.EventLog package icon

Microsoft.Extensions.Logging.EventLog

Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.

1.2B
downloads
Microsoft.AspNetCore.Routing.Abstractions package icon

Microsoft.AspNetCore.Routing.Abstractions

ASP.NET Core abstractions for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.IRouter Microsoft.AspNetCore.Routing.RouteData

1.2B
downloads
System.ClientModel package icon

System.ClientModel

Contains building blocks for clients that call cloud services.

1.2B
downloads
Microsoft.AspNetCore.Routing package icon

Microsoft.AspNetCore.Routing

ASP.NET Core middleware for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.Route Microsoft.AspNetCore.Routing.RouteCollection

1.2B
downloads
Microsoft.Extensions.ApiDescription.Server package icon

Microsoft.Extensions.ApiDescription.Server

MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.1B
downloads
Microsoft.AspNetCore.Authentication.Abstractions package icon

Microsoft.AspNetCore.Authentication.Abstractions

ASP.NET Core common types used by the various authentication components.

1.1B
downloads
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions package icon

Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions

Abstractions for defining health checks in .NET applications Commonly Used Types Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.1B
downloads
Microsoft.Extensions.Diagnostics.HealthChecks package icon

Microsoft.Extensions.Diagnostics.HealthChecks

Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.1B
downloads
Microsoft.AspNetCore.DataProtection.Abstractions package icon

Microsoft.AspNetCore.DataProtection.Abstractions

ASP.NET Core data protection abstractions. Commonly used types: Microsoft.AspNetCore.DataProtection.IDataProtectionProvider Microsoft.AspNetCore.DataProtection.IDataProtector This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.1B
downloads
Microsoft.Extensions.Diagnostics package icon

Microsoft.Extensions.Diagnostics

This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.

1.1B
downloads
Microsoft.AspNetCore.Mvc.Abstractions package icon

Microsoft.AspNetCore.Mvc.Abstractions

ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more. Commonly used types: Microsoft.AspNetCore.Mvc.IActionResult

1.1B
downloads
Microsoft.AspNetCore.Authentication.Core package icon

Microsoft.AspNetCore.Authentication.Core

ASP.NET Core common types used by the various authentication middleware components.

1.1B
downloads
Microsoft.AspNetCore.DataProtection package icon

Microsoft.AspNetCore.DataProtection

ASP.NET Core logic to protect and unprotect data, similar to DPAPI. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.1B
downloads
Microsoft.AspNetCore.Mvc.Core package icon

Microsoft.AspNetCore.Mvc.Core

ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more. Commonly used types: Microsoft.AspNetCore.Mvc.AreaAttribute Microsoft.AspNetCore.Mvc.BindAttribute Microsoft.AspNetCore.Mvc.ControllerBase Microsoft.AspNetCore.Mvc.FromBodyAttribute Microsoft.AspNetCore.Mvc.FromFormAttribute Microsoft.AspNetCore.Mvc.RequireHttpsAttribute Microsoft.AspNetCore.Mvc.RouteAttribute

1.1B
downloads
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100 package icon

Microsoft.NET.Sdk.Aspire.Manifest-8.0.100

.NET Aspire workload manifest

1.1B
downloads
System.Runtime.Serialization.Formatters package icon

System.Runtime.Serialization.Formatters

System.Runtime.Serialization.Formatters

1.1B
downloads
runtime.native.System.Data.SqlClient.sni package icon

runtime.native.System.Data.SqlClient.sni

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.

1.1B
downloads
Microsoft.EntityFrameworkCore.Design package icon

Microsoft.EntityFrameworkCore.Design

Shared design-time components for Entity Framework Core tools.

1.0B
downloads
System.Net.NameResolution package icon

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.

1.0B
downloads
Microsoft.EntityFrameworkCore.SqlServer package icon

Microsoft.EntityFrameworkCore.SqlServer

Microsoft SQL Server database provider for Entity Framework Core.

988.4M
downloads
System.IO.FileSystem.AccessControl package icon

System.IO.FileSystem.AccessControl

Provides types for managing access and audit control lists for files and directories. Commonly Used Types: System.Security.AccessControl.DirectoryObjectSecurity System.Security.AccessControl.DirectorySecurity System.Security.AccessControl.FileSecurity System.Security.AccessControl.FileSystemAccessRule System.Security.AccessControl.FileSystemAuditRule System.Security.AccessControl.FileSystemRights System.Security.AccessControl.FileSystemSecurity When using NuGet 3.x this package requires at least version 3.4.

983.6M
downloads
Microsoft.AspNetCore.Authorization.Policy package icon

Microsoft.AspNetCore.Authorization.Policy

ASP.NET Core authorization policy helper classes.

955.7M
downloads
System.Runtime.Loader package icon

System.Runtime.Loader

Provides the System.Runtime.Loader.AssemblyLoadContext class, which provides members for loading assemblies. Commonly Used Types: System.Runtime.Loader.AssemblyLoadContext When using NuGet 3.x this package requires at least version 3.4.

942.8M
downloads
System.Xml.XmlSerializer package icon

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.

931.3M
downloads
Microsoft.AspNetCore.ResponseCaching.Abstractions package icon

Microsoft.AspNetCore.ResponseCaching.Abstractions

ASP.NET Core response caching middleware abstractions and feature interface definitions.

903.9M
downloads
System.Diagnostics.Process package icon

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.

880.2M
downloads
System.Xml.XPath package icon

System.Xml.XPath

Provides the classes that define a cursor model for navigating and editing Extensible Markup Language (XML) information items as instances of the XQuery 1.0 and XPath 2.0 Data Model. Commonly Used Types: System.Xml.XPath.XPathNavigator System.Xml.XPath.IXPathNavigable System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathExpression System.Xml.XPath.XPathResultType System.Xml.XPath.XPathException System.Xml.XPath.XPathDocument System.Xml.XPath.XPathItem System.Xml.XPath.XPathNamespaceScope When using NuGet 3.x this package requires at least version 3.4.

860.2M
downloads
System.Private.DataContractSerialization package icon

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.

856.4M
downloads
runtime.native.System.Security.Cryptography package icon

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.

850.6M
downloads
System.Threading.Tasks.Dataflow package icon

System.Threading.Tasks.Dataflow

TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#. Commonly Used Types: System.Threading.Tasks.Dataflow.ActionBlock<TInput> System.Threading.Tasks.Dataflow.BatchBlock<T> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.BroadcastBlock<T> System.Threading.Tasks.Dataflow.BufferBlock<T> System.Threading.Tasks.Dataflow.DataflowBlock System.Threading.Tasks.Dataflow.JoinBlock<T1, T2> System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.WriteOnceBlock<T>

847.2M
downloads
Microsoft.AspNetCore.Mvc.NewtonsoftJson package icon

Microsoft.AspNetCore.Mvc.NewtonsoftJson

ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

813.0M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

804.0M
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

803.8M
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

803.4M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

802.9M
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

802.6M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

802.0M
downloads
System.Composition package icon

System.Composition

Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.

795.7M
downloads
System.Composition.AttributedModel package icon

System.Composition.AttributedModel

Provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata with the Managed Extensibility Framework (MEF).

789.8M
downloads
System.Composition.Hosting package icon

System.Composition.Hosting

Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.

788.7M
downloads
System.Composition.Runtime package icon

System.Composition.Runtime

Contains runtime components of the Managed Extensibility Framework (MEF).

788.3M
downloads
System.Composition.TypedParts package icon

System.Composition.TypedParts

Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).

788.1M
downloads
System.Composition.Convention package icon

System.Composition.Convention

Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.

787.1M
downloads
Microsoft.AspNetCore.Hosting package icon

Microsoft.AspNetCore.Hosting

ASP.NET Core hosting infrastructure and startup logic for web applications.

785.3M
downloads
Microsoft.NET.Sdk.Android.Manifest-8.0.100 package icon

Microsoft.NET.Sdk.Android.Manifest-8.0.100

Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.

759.2M
downloads
Microsoft.NET.Sdk.macOS.Manifest-8.0.100 package icon

Microsoft.NET.Sdk.macOS.Manifest-8.0.100

.NET Workload for macOS platforms

759.0M
downloads
Microsoft.NET.Sdk.MacCatalyst.Manifest-8.0.100 package icon

Microsoft.NET.Sdk.MacCatalyst.Manifest-8.0.100

.NET Workload for MacCatalyst platforms

759.0M
downloads
Microsoft.NET.Sdk.tvOS.Manifest-8.0.100 package icon

Microsoft.NET.Sdk.tvOS.Manifest-8.0.100

.NET Workload for tvOS platforms

758.7M
downloads
Microsoft.NET.Sdk.Maui.Manifest-8.0.100 package icon

Microsoft.NET.Sdk.Maui.Manifest-8.0.100

.NET Multi-platform App UI (.NET MAUI) workload manifest. Please do not reference this package directly.

758.5M
downloads
Microsoft.Extensions.WebEncoders package icon

Microsoft.Extensions.WebEncoders

Contains registration and configuration APIs to add the core framework encoders to a dependency injection container. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

754.4M
downloads
Microsoft.AspNetCore.Razor.Language package icon

Microsoft.AspNetCore.Razor.Language

Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

738.3M
downloads
runtime.win-x86.runtime.native.System.Data.SqlClient.sni package icon

runtime.win-x86.runtime.native.System.Data.SqlClient.sni

Internal implementation package not meant for direct consumption. Please do not reference directly. d0d5c7b49271cadb6d97de26d8e623e98abdc8db When using NuGet 3.x this package requires at least version 3.4.

735.8M
downloads
runtime.win-x64.runtime.native.System.Data.SqlClient.sni package icon

runtime.win-x64.runtime.native.System.Data.SqlClient.sni

Internal implementation package not meant for direct consumption. Please do not reference directly. d0d5c7b49271cadb6d97de26d8e623e98abdc8db When using NuGet 3.x this package requires at least version 3.4.

735.8M
downloads
runtime.win-arm64.runtime.native.System.Data.SqlClient.sni package icon

runtime.win-arm64.runtime.native.System.Data.SqlClient.sni

Internal implementation package not meant for direct consumption. Please do not reference directly. d0d5c7b49271cadb6d97de26d8e623e98abdc8db When using NuGet 3.x this package requires at least version 3.4.

735.5M
downloads
System.ServiceModel.Primitives package icon

System.ServiceModel.Primitives

System.ServiceModel.Primitives

729.2M
downloads
System.IO.Hashing package icon

System.IO.Hashing

Provides non-cryptographic hash algorithms, such as CRC-32. Commonly Used Types: System.IO.Hashing.Crc32 System.IO.Hashing.XxHash32

726.8M
downloads
Microsoft.Build.Framework package icon

Microsoft.Build.Framework

This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.

717.0M
downloads
System.Diagnostics.StackTrace package icon

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.

714.9M
downloads
Microsoft.Extensions.Localization.Abstractions package icon

Microsoft.Extensions.Localization.Abstractions

Abstractions of application localization services. Commonly used types: Microsoft.Extensions.Localization.IStringLocalizer Microsoft.Extensions.Localization.IStringLocalizer<T> This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

710.6M
downloads
System.Private.Uri package icon

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.

709.7M
downloads
System.Runtime.Serialization.Json package icon

System.Runtime.Serialization.Json

Provides classes for serializing objects to the JavaScript Object Notation (JSON) and deserializing JSON data to objects. Commonly Used Types: System.Runtime.Serialization.Json.DataContractJsonSerializer When using NuGet 3.x this package requires at least version 3.4.

708.6M
downloads
System.Threading.Overlapped package icon

System.Threading.Overlapped

Provides common types for interacting with asynchronous (or overlapped) input and output (I/O). Commonly Used Types: System.Threading.NativeOverlapped System.Threading.Overlapped System.Threading.IOCompletionCallback When using NuGet 3.x this package requires at least version 3.4.

708.5M
downloads
System.Linq.Queryable package icon

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.

703.3M
downloads
Microsoft.AspNetCore.Mvc.Formatters.Json package icon

Microsoft.AspNetCore.Mvc.Formatters.Json

ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.

695.1M
downloads
Microsoft.CodeAnalysis.Razor package icon

Microsoft.CodeAnalysis.Razor

Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

694.1M
downloads
System.Net.WebHeaderCollection package icon

System.Net.WebHeaderCollection

Contains types that represent HTTP request and response headers. This library is used with classes such as System.Net.HttpWebRequest and System.Net.HttpWebResponse and allows developers to query/edit header names/values. Commonly Used Types: System.Net.HttpRequestHeader System.Net.HttpResponseHeader System.Net.WebHeaderCollection When using NuGet 3.x this package requires at least version 3.4.

673.6M
downloads
System.Reflection.DispatchProxy package icon

System.Reflection.DispatchProxy

System.Reflection.DispatchProxy

666.7M
downloads
System.Net.Security package icon

System.Net.Security

Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints. Commonly Used Types: System.Net.Security.SslStream System.Net.Security.ExtendedProtectionPolicy When using NuGet 3.x this package requires at least version 3.4.

655.5M
downloads
Microsoft.EntityFrameworkCore.Tools package icon

Microsoft.EntityFrameworkCore.Tools

Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database

625.6M
downloads
Microsoft.AspNetCore.Authentication.OpenIdConnect package icon

Microsoft.AspNetCore.Authentication.OpenIdConnect

ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

614.5M
downloads
Microsoft.Extensions.Localization package icon

Microsoft.Extensions.Localization

Application localization services and default implementation based on ResourceManager to load localized assembly resources. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

600.9M
downloads
Microsoft.AspNetCore.Connections.Abstractions package icon

Microsoft.AspNetCore.Connections.Abstractions

Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

599.4M
downloads
System.Net.Requests package icon

System.Net.Requests

Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package. Commonly Used Types: System.Net.HttpWebRequest System.Net.HttpWebResponse System.Net.HttpRequestHeader System.Net.WebException System.Net.WebExceptionStatus System.Net.WebRequest System.Net.WebResponse When using NuGet 3.x this package requires at least version 3.4.

591.6M
downloads
Microsoft.Extensions.Http.Polly package icon

Microsoft.Extensions.Http.Polly

The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

579.1M
downloads
System.Security.SecureString package icon

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.

578.7M
downloads
System.Management package icon

System.Management

Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure. Commonly Used Types: System.Management.ManagementClass System.Management.ManagementObject System.Management.SelectQuery

567.8M
downloads
Microsoft.AspNetCore.Metadata package icon

Microsoft.AspNetCore.Metadata

ASP.NET Core metadata. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

555.6M
downloads
runtime.native.System.Net.Security package icon

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.

537.5M
downloads
Microsoft.AspNetCore.TestHost package icon

Microsoft.AspNetCore.TestHost

ASP.NET Core web server for writing and running tests. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

536.1M
downloads
System.Xml.XPath.XmlDocument package icon

System.Xml.XPath.XmlDocument

System.Xml.XPath.XmlDocument

530.9M
downloads
Microsoft.AspNetCore.App.Ref package icon

Microsoft.AspNetCore.App.Ref

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

529.2M
downloads
System.Private.ServiceModel package icon

System.Private.ServiceModel

Package Description

528.9M
downloads
System.IO.Packaging package icon

System.IO.Packaging

Provides classes that support storage of multiple data objects in a single container.

527.5M
downloads
Microsoft.Bcl.HashCode package icon

Microsoft.Bcl.HashCode

Microsoft.Bcl.HashCode

515.6M
downloads
System.ServiceModel.Http package icon

System.ServiceModel.Http

System.ServiceModel.Http

507.3M
downloads
System.Threading.Tasks.Parallel package icon

System.Threading.Tasks.Parallel

Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel. Commonly Used Types: System.Threading.Tasks.Parallel System.Threading.Tasks.ParallelLoopState System.Threading.Tasks.ParallelLoopResult System.Threading.Tasks.ParallelOptions When using NuGet 3.x this package requires at least version 3.4.

504.7M
downloads
Microsoft.AspNetCore.Mvc.Razor.Extensions package icon

Microsoft.AspNetCore.Mvc.Razor.Extensions

ASP.NET Core design time hosting infrastructure for the Razor view engine. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

497.1M
downloads
Microsoft.NETCore.App.Ref package icon

Microsoft.NETCore.App.Ref

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET APIs that are included in the default .NET application model. Contains reference assemblies, documentation, and other design-time assets.

488.4M
downloads
Microsoft.AspNetCore.Mvc.DataAnnotations package icon

Microsoft.AspNetCore.Mvc.DataAnnotations

ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.

487.7M
downloads
System.Diagnostics.FileVersionInfo package icon

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.

479.3M
downloads
System.Data.Common package icon

System.Data.Common

Provides the base abstract classes, including System.Data.DbConnection and System.Data.DbCommand, for all data providers. Commonly Used Types: System.DBNull System.Data.Common.DbConnection System.Data.Common.DbException System.Data.Common.DbParameter System.Data.DbType System.Data.Common.DbDataReader System.Data.Common.DbCommand System.Data.Common.DbTransaction System.Data.Common.DbParameterCollection System.Data.Common.DbProviderFactory When using NuGet 3.x this package requires at least version 3.4.

479.0M
downloads
Microsoft.AspNetCore.Cryptography.KeyDerivation package icon

Microsoft.AspNetCore.Cryptography.KeyDerivation

ASP.NET Core utilities for key derivation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

471.6M
downloads
Microsoft.AspNetCore.Html.Abstractions package icon

Microsoft.AspNetCore.Html.Abstractions

ASP.NET Core HTML abstractions used for building HTML content. Commonly used types: Microsoft.AspNetCore.Html.HtmlString Microsoft.AspNetCore.Html.IHtmlContent

465.7M
downloads
Microsoft.Extensions.FileProviders.Embedded package icon

Microsoft.Extensions.FileProviders.Embedded

File provider for files in embedded resources for Microsoft.Extensions.FileProviders. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

464.5M
downloads
System.Diagnostics.Contracts package icon

System.Diagnostics.Contracts

Provides static classes for representing program contracts such as preconditions, postconditions, and invariants. Commonly Used Types: System.Diagnostics.Contracts.Contract System.Diagnostics.Contracts.ContractClassAttribute System.Diagnostics.Contracts.ContractClassForAttribute System.Diagnostics.Contracts.ContractFailureKind System.Runtime.CompilerServices.ContractHelper System.Diagnostics.Contracts.ContractInvariantMethodAttribute System.Diagnostics.Contracts.PureAttribute System.Diagnostics.Contracts.ContractArgumentValidatorAttribute System.Diagnostics.Contracts.ContractVerificationAttribute System.Diagnostics.Contracts.ContractOptionAttribute When using NuGet 3.x this package requires at least version 3.4.

460.9M
downloads
System.Xml.XPath.XDocument package icon

System.Xml.XPath.XDocument

Provides extension methods that add System.Xml.XPath support to the System.Xml.XDocument package. Commonly Used Types: System.Xml.XPath.Extensions System.Xml.XPath.XDocumentExtensions When using NuGet 3.x this package requires at least version 3.4.

457.9M
downloads
Microsoft.AspNetCore.Diagnostics.Abstractions package icon

Microsoft.AspNetCore.Diagnostics.Abstractions

ASP.NET Core diagnostics middleware abstractions and feature interface definitions.

457.6M
downloads
Microsoft.NETCore.App package icon

Microsoft.NETCore.App

A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

451.2M
downloads
Microsoft.EntityFrameworkCore.InMemory package icon

Microsoft.EntityFrameworkCore.InMemory

In-memory database provider for Entity Framework Core (to be used for testing purposes).

451.1M
downloads
Microsoft.NETCore.DotNetHostPolicy package icon

Microsoft.NETCore.DotNetHostPolicy

Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

450.5M
downloads
Microsoft.NETCore.DotNetHostResolver package icon

Microsoft.NETCore.DotNetHostResolver

Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

438.2M
downloads
Microsoft.AspNetCore.Razor package icon

Microsoft.AspNetCore.Razor

Razor is a markup syntax for adding server-side logic to web pages. This package contains runtime components for rendering Razor pages and implementing tag helpers. Commonly used types: Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper

435.9M
downloads
Microsoft.AspNetCore.Razor.Runtime package icon

Microsoft.AspNetCore.Razor.Runtime

Runtime infrastructure for rendering Razor pages and tag helpers.

431.5M
downloads
Microsoft.Extensions.Identity.Core package icon

Microsoft.Extensions.Identity.Core

ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

429.9M
downloads
Microsoft.AspNetCore.Mvc.ApiExplorer package icon

Microsoft.AspNetCore.Mvc.ApiExplorer

ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.

426.7M
downloads
Microsoft.Data.Sqlite.Core package icon

Microsoft.Data.Sqlite.Core

Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. This package does not include a copy of the native SQLite library. Commonly Used Types: Microsoft.Data.Sqlite.SqliteCommand Microsoft.Data.Sqlite.SqliteConnection Microsoft.Data.Sqlite.SqliteConnectionStringBuilder Microsoft.Data.Sqlite.SqliteDataReader Microsoft.Data.Sqlite.SqliteException Microsoft.Data.Sqlite.SqliteFactory Microsoft.Data.Sqlite.SqliteParameter Microsoft.Data.Sqlite.SqliteTransaction

422.5M
downloads
System.Runtime.Serialization.Xml package icon

System.Runtime.Serialization.Xml

Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Runtime.Serialization.DataContractSerializer System.Runtime.Serialization.XmlObjectSerializer System.Runtime.Serialization.InvalidDataContractException System.Xml.XmlDictionaryReader System.Xml.XmlDictionaryWriter System.Xml.XmlDictionaryString System.Xml.UniqueId System.Xml.XmlDictionaryReaderQuotas System.Runtime.Serialization.DataContractResolver System.Xml.IXmlDictionary When using NuGet 3.x this package requires at least version 3.4.

394.6M
downloads
System.Net.WebSockets package icon

System.Net.WebSockets

Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection. Commonly Used Types: System.Net.WebSockets.WebSocket System.Net.WebSockets.WebSocketContext System.Net.WebSockets.WebSocketException When using NuGet 3.x this package requires at least version 3.4.

391.2M
downloads
Microsoft.AspNetCore.Mvc.ViewFeatures package icon

Microsoft.AspNetCore.Mvc.ViewFeatures

ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent

387.3M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400

Internal toolchain package not meant for direct consumption. Please do not reference directly.

386.1M
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.400 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.400

Internal toolchain package not meant for direct consumption. Please do not reference directly.

385.9M
downloads
Microsoft.AspNetCore.Antiforgery package icon

Microsoft.AspNetCore.Antiforgery

An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.

384.2M
downloads
Microsoft.AspNetCore.Authentication package icon

Microsoft.AspNetCore.Authentication

ASP.NET Core common types used by the various authentication middleware components.

379.3M
downloads
System.ServiceModel.NetTcp package icon

System.ServiceModel.NetTcp

System.ServiceModel.NetTcp

379.0M
downloads
Microsoft.Extensions.FileProviders.Composite package icon

Microsoft.Extensions.FileProviders.Composite

Composite file and directory providers for Microsoft.Extensions.FileProviders.

377.2M
downloads
Microsoft.AspNetCore.Mvc.Testing package icon

Microsoft.AspNetCore.Mvc.Testing

Support for writing functional tests for MVC applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

368.7M
downloads
Microsoft.AspNetCore.Mvc.Razor package icon

Microsoft.AspNetCore.Mvc.Razor

ASP.NET Core MVC Razor view engine for CSHTML files.

348.8M
downloads
System.IO.FileSystem.Watcher package icon

System.IO.FileSystem.Watcher

Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult When using NuGet 3.x this package requires at least version 3.4.

346.2M
downloads
Microsoft.EntityFrameworkCore.Sqlite.Core package icon

Microsoft.EntityFrameworkCore.Sqlite.Core

SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.

344.1M
downloads
Microsoft.AspNetCore.Components.Web package icon

Microsoft.AspNetCore.Components.Web

Support for rendering ASP.NET Core components for browsers. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

340.6M
downloads
System.ComponentModel.EventBasedAsync package icon

System.ComponentModel.EventBasedAsync

Provides support classes and delegates for the event-based asynchronous pattern. Developers should prefer the classes in the System.Threading.Tasks package. Commonly Used Types: System.ComponentModel.AsyncCompletedEventArgs System.ComponentModel.AsyncCompletedEventHandler System.ComponentModel.ProgressChangedEventArgs System.ComponentModel.ProgressChangedEventHandler System.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperationManager When using NuGet 3.x this package requires at least version 3.4.

340.1M
downloads
System.Diagnostics.TextWriterTraceListener package icon

System.Diagnostics.TextWriterTraceListener

Provides trace listeners for directing tracing output to a text writer, such as System.IO.StreamWriter, or a stream, such as a System.IO.FileStream. Commonly Used Types: System.Diagnostics.TextWriterTraceListener System.Diagnostics.DelimitedListTraceListener When using NuGet 3.x this package requires at least version 3.4.

339.5M
downloads
runtime.any.System.Runtime package icon

runtime.any.System.Runtime

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

337.9M
downloads
Microsoft.NET.StringTools package icon

Microsoft.NET.StringTools

This package contains the Microsoft.NET.StringTools assembly which implements common string-related functionality such as weak interning.

337.6M
downloads
Microsoft.AspNetCore.Components package icon

Microsoft.AspNetCore.Components

Components feature for ASP.NET Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

337.1M
downloads
runtime.any.System.Text.Encoding package icon

runtime.any.System.Text.Encoding

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

330.0M
downloads
Microsoft.Extensions.Identity.Stores package icon

Microsoft.Extensions.Identity.Stores

ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

329.6M
downloads
System.ServiceModel.Duplex package icon

System.ServiceModel.Duplex

Provides the types that permit 2-way ("duplex") exchanges of messages.

328.2M
downloads
Microsoft.AspNetCore.Cors package icon

Microsoft.AspNetCore.Cors

CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing. Commonly used types: Microsoft.AspNetCore.Cors.DisableCorsAttribute Microsoft.AspNetCore.Cors.EnableCorsAttribute

326.7M
downloads
runtime.any.System.IO package icon

runtime.any.System.IO

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

323.1M
downloads
runtime.any.System.Threading.Tasks package icon

runtime.any.System.Threading.Tasks

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException When using NuGet 3.x this package requires at least version 3.4.

320.6M
downloads
runtime.any.System.Reflection package icon

runtime.any.System.Reflection

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

320.2M
downloads
runtime.any.System.Reflection.Primitives package icon

runtime.any.System.Reflection.Primitives

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

319.9M
downloads
System.ServiceModel.Security package icon

System.ServiceModel.Security

Provides the types that support additional security features.

317.3M
downloads
Microsoft.AspNetCore.Mvc.Cors package icon

Microsoft.AspNetCore.Mvc.Cors

ASP.NET Core MVC cross-origin resource sharing (CORS) features.

315.1M
downloads
Microsoft.Build package icon

Microsoft.Build

This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.

313.9M
downloads
SkiaSharp package icon

SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

313.8M
downloads
Microsoft.AspNetCore.Mvc.TagHelpers package icon

Microsoft.AspNetCore.Mvc.TagHelpers

ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.

312.5M
downloads
runtime.any.System.Resources.ResourceManager package icon

runtime.any.System.Resources.ResourceManager

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

310.1M
downloads
runtime.any.System.Globalization package icon

runtime.any.System.Globalization

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.

309.9M
downloads
Microsoft.AspNetCore.Components.Forms package icon

Microsoft.AspNetCore.Components.Forms

Forms and validation support for Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

309.8M
downloads
runtime.any.System.Collections package icon

runtime.any.System.Collections

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

307.0M
downloads
Microsoft.AspNetCore.Mvc.RazorPages package icon

Microsoft.AspNetCore.Mvc.RazorPages

ASP.NET Core MVC Razor Pages.

304.2M
downloads
Microsoft.JSInterop package icon

Microsoft.JSInterop

Abstractions and features for interop between .NET and JavaScript code. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

302.4M
downloads
Microsoft.AspNetCore.Mvc.Localization package icon

Microsoft.AspNetCore.Mvc.Localization

ASP.NET Core MVC features that enable globalization and localization of applications. Commonly used types: Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer<TResource> Microsoft.AspNetCore.Mvc.Localization.IViewLocalizer

299.5M
downloads
Microsoft.AspNetCore.Mvc package icon

Microsoft.AspNetCore.Mvc

ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.

296.9M
downloads
Microsoft.AspNetCore.Server.Kestrel package icon

Microsoft.AspNetCore.Server.Kestrel

ASP.NET Core Kestrel cross-platform web server.

296.9M
downloads
Microsoft.AspNetCore.Localization package icon

Microsoft.AspNetCore.Localization

ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.

295.1M
downloads
runtime.any.System.Runtime.InteropServices package icon

runtime.any.System.Runtime.InteropServices

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides types that support COM interop and platform invoke services. Commonly Used Types: System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GuidAttribute System.Runtime.InteropServices.COMException System.DllNotFoundException System.Runtime.InteropServices.DllImportAttribute When using NuGet 3.x this package requires at least version 3.4.

294.8M
downloads
runtime.any.System.Runtime.Handles package icon

runtime.any.System.Runtime.Handles

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

294.5M
downloads
System.ServiceProcess.ServiceController package icon

System.ServiceProcess.ServiceController

Provides the System.ServiceProcess.ServiceController class, which allows you to connect to a Windows service, manipulate it, or get information about it. Commonly Used Types: System.ServiceProcess.ServiceController System.ServiceProcess.ServiceControllerStatus System.ServiceProcess.ServiceType

286.1M
downloads
Microsoft.AspNetCore.SignalR.Common package icon

Microsoft.AspNetCore.SignalR.Common

Common serialization primitives for SignalR Clients Servers This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

281.8M
downloads
Microsoft.AspNetCore.Identity.EntityFrameworkCore package icon

Microsoft.AspNetCore.Identity.EntityFrameworkCore

ASP.NET Core Identity provider that uses Entity Framework Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

281.5M
downloads
Microsoft.Extensions.Caching.StackExchangeRedis package icon

Microsoft.Extensions.Caching.StackExchangeRedis

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

280.9M
downloads
runtime.any.System.Text.Encoding.Extensions package icon

runtime.any.System.Text.Encoding.Extensions

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

280.3M
downloads
Microsoft.EntityFrameworkCore.Sqlite package icon

Microsoft.EntityFrameworkCore.Sqlite

SQLite database provider for Entity Framework Core.

277.6M
downloads
runtime.any.System.Diagnostics.Tracing package icon

runtime.any.System.Diagnostics.Tracing

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). Commonly Used Types: System.Diagnostics.Tracing.EventSource System.Diagnostics.Tracing.EventListener System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.EventWrittenEventArgs System.Diagnostics.Tracing.EventAttribute System.Diagnostics.Tracing.EventSourceAttribute System.Diagnostics.Tracing.NonEventAttribute When using NuGet 3.x this package requires at least version 3.4.

277.1M
downloads
runtime.any.System.Reflection.Extensions package icon

runtime.any.System.Reflection.Extensions

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides custom attribute extension methods for System.Reflection types. Commonly Used Types: System.Reflection.InterfaceMapping System.Reflection.CustomAttributeExtensions System.Reflection.RuntimeReflectionExtensions When using NuGet 3.x this package requires at least version 3.4.

276.0M
downloads
Microsoft.Extensions.DiagnosticAdapter package icon

Microsoft.Extensions.DiagnosticAdapter

Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.

273.8M
downloads
Microsoft.NETCore.DotNetAppHost package icon

Microsoft.NETCore.DotNetAppHost

Provides the .NET app bootstrapper intended for use in the application directory

273.4M
downloads
Microsoft.AspNetCore.Components.Analyzers package icon

Microsoft.AspNetCore.Components.Analyzers

Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

271.9M
downloads
Microsoft.AspNetCore.Http.Connections.Common package icon

Microsoft.AspNetCore.Http.Connections.Common

Common primitives for ASP.NET Connection Handlers and clients This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

265.2M
downloads
Microsoft.AspNetCore.Server.Kestrel.Core package icon

Microsoft.AspNetCore.Server.Kestrel.Core

Core components of ASP.NET Core Kestrel cross-platform web server.

262.6M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

259.8M
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

259.6M
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

259.4M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

259.3M
downloads
Microsoft.AspNetCore.StaticFiles package icon

Microsoft.AspNetCore.StaticFiles

ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.

258.1M
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

258.1M
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

258.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

258.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

258.1M
downloads
Microsoft.Build.Utilities.Core package icon

Microsoft.Build.Utilities.Core

This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.

256.0M
downloads
System.Data.DataSetExtensions package icon

System.Data.DataSetExtensions

Provides extensions to form LINQ expressions and method queries against DataTable objects. Commonly Used Types: System.Data.DataRowComparer System.Data.DataRowExtensions System.Data.DataTableExtensions System.Data.EnumerableRowCollection System.Data.EnumerableRowCollectionExtensions System.Data.OrderedEnumerableRowCollection System.Data.TypedTableBase System.Data.TypedTableBaseExtensions When using NuGet 3.x this package requires at least version 3.4.

254.0M
downloads
System.DirectoryServices.Protocols package icon

System.DirectoryServices.Protocols

Provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 (V3) and Directory Services Markup Language (DSML) version 2.0 (V2) standards.

253.7M
downloads
Microsoft.AspNetCore.Server.Kestrel.Https package icon

Microsoft.AspNetCore.Server.Kestrel.Https

HTTPS support for the ASP.NET Core Kestrel cross-platform web server.

253.4M
downloads
System.Linq.Parallel package icon

System.Linq.Parallel

Provides classes that supports parallel queries that use Language-Integrated Query (LINQ). Commonly Used Types: System.Linq.ParallelQuery<TSource> System.Linq.ParallelEnumerable System.Linq.ParallelQuery System.Linq.OrderedParallelQuery<TSource> When using NuGet 3.x this package requires at least version 3.4.

252.5M
downloads
runtime.any.System.Globalization.Calendars package icon

runtime.any.System.Globalization.Calendars

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

251.5M
downloads
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions package icon

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions

Transport abstractions for the ASP.NET Core Kestrel cross-platform web server.

249.6M
downloads
System.Resources.Reader package icon

System.Resources.Reader

Provides classes which read resources from streams in the system-default format. Commonly Used Types: System.Resources.ResourceReader When using NuGet 3.x this package requires at least version 3.4.

248.1M
downloads
System.Net.Http.Json package icon

System.Net.Http.Json

Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json. Commonly Used Types: System.Net.Http.Json.HttpClientJsonExtensions System.Net.Http.Json.HttpContentJsonExtensions System.Net.Http.Json.JsonContent

247.0M
downloads
runtime.any.System.Diagnostics.Tools package icon

runtime.any.System.Diagnostics.Tools

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. Commonly Used Types: System.CodeDom.Compiler.GeneratedCodeAttribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute When using NuGet 3.x this package requires at least version 3.4.

237.9M
downloads
runtime.unix.System.Private.Uri package icon

runtime.unix.System.Private.Uri

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

234.3M
downloads
Microsoft.AspNetCore.SignalR.Protocols.Json package icon

Microsoft.AspNetCore.SignalR.Protocols.Json

Implements the SignalR Hub Protocol using System.Text.Json. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

234.1M
downloads
System.DirectoryServices package icon

System.DirectoryServices

Provides easy access to Active Directory Domain Services. Commonly Used Types: System.DirectoryServices.DirectoryEntry System.DirectoryServices.DirectorySearcher System.DirectoryServices.ActiveDirectory.ActiveDirectorySite System.DirectoryServices.ActiveDirectory.ApplicationPartition System.DirectoryServices.ActiveDirectory.DirectoryContext System.DirectoryServices.ActiveDirectory.DirectoryServer System.DirectoryServices.ActiveDirectory.Domain System.DirectoryServices.ActiveDirectory.DomainController

233.4M
downloads
System.Net.NetworkInformation package icon

System.Net.NetworkInformation

Provides access to network traffic data, network address information, and notification of address changes for the local computer. Commonly Used Types: System.Net.NetworkInformation.NetworkInterface System.Net.NetworkInformation.NetworkInformationException System.Net.NetworkInformation.NetworkAddressChangedEventHandler System.Net.NetworkInformation.NetworkInterfaceType System.Net.NetworkInformation.OperationalStatus System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.UnicastIPAddressInformation System.Net.NetworkInformation.UnicastIPAddressInformationCollection System.Net.NetworkInformation.PhysicalAddress System.Net.NetworkInformation.TcpConnectionInformation When using NuGet 3.x this package requires at least version 3.4.

233.1M
downloads
Microsoft.AspNetCore.Razor.Design package icon

Microsoft.AspNetCore.Razor.Design

Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.

233.1M
downloads
Microsoft.NETCore.Runtime.CoreCLR package icon

Microsoft.NETCore.Runtime.CoreCLR

The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

232.9M
downloads
SkiaSharp.NativeAssets.Win32 package icon

SkiaSharp.NativeAssets.Win32

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

226.6M
downloads
SkiaSharp.NativeAssets.macOS package icon

SkiaSharp.NativeAssets.macOS

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

225.6M
downloads
Microsoft.Bcl.TimeProvider package icon

Microsoft.Bcl.TimeProvider

Provides support for system time abstraction primitives for .NET Framework and .NET Standard.

225.3M
downloads
runtime.any.System.Threading.Timer package icon

runtime.any.System.Threading.Timer

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

222.9M
downloads
System.Net.WebSockets.Client package icon

System.Net.WebSockets.Client

Provides the System.Net.WebSockets.ClientWebSocket class, which implements the client role of the WebSockets protocol (RFC 6455). Commonly Used Types: System.Net.WebSockets.ClientWebSocket When using NuGet 3.x this package requires at least version 3.4.

221.2M
downloads
Microsoft.AspNetCore.Authentication.Google package icon

Microsoft.AspNetCore.Authentication.Google

ASP.NET Core contains middleware to support Google's OAuth 2.0 authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

219.8M
downloads
Microsoft.Bcl.Cryptography package icon

Microsoft.Bcl.Cryptography

Provides support for some cryptographic primitives for .NET Framework and .NET Standard.

218.7M
downloads
Microsoft.AspNetCore.OpenApi package icon

Microsoft.AspNetCore.OpenApi

Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

215.6M
downloads
runtime.unix.System.Runtime.Extensions package icon

runtime.unix.System.Runtime.Extensions

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

215.5M
downloads
runtime.unix.System.Diagnostics.Debug package icon

runtime.unix.System.Diagnostics.Debug

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

214.6M
downloads
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets package icon

Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets

Managed socket transport for the ASP.NET Core Kestrel cross-platform web server.

213.1M
downloads
Microsoft.NETCore.Jit package icon

Microsoft.NETCore.Jit

The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

213.0M
downloads
Microsoft.NET.Sdk.iOS.Manifest-9.0.100 package icon

Microsoft.NET.Sdk.iOS.Manifest-9.0.100

.NET Workload for iOS platforms

212.2M
downloads
Libuv package icon

Libuv

Multi-platform support library with a focus on asynchronous I/O.

210.9M
downloads
Microsoft.NET.Sdk.Android.Manifest-9.0.100 package icon

Microsoft.NET.Sdk.Android.Manifest-9.0.100

Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.

210.6M
downloads
Microsoft.NET.Sdk.MacCatalyst.Manifest-9.0.100 package icon

Microsoft.NET.Sdk.MacCatalyst.Manifest-9.0.100

.NET Workload for MacCatalyst platforms

210.6M
downloads
Microsoft.NET.Sdk.macOS.Manifest-9.0.100 package icon

Microsoft.NET.Sdk.macOS.Manifest-9.0.100

.NET Workload for macOS platforms

210.5M
downloads
Microsoft.NET.Sdk.tvOS.Manifest-9.0.100 package icon

Microsoft.NET.Sdk.tvOS.Manifest-9.0.100

.NET Workload for tvOS platforms

210.5M
downloads
Microsoft.NET.Sdk.Maui.Manifest-9.0.100 package icon

Microsoft.NET.Sdk.Maui.Manifest-9.0.100

.NET Multi-platform App UI (.NET MAUI) workload manifest. Please do not reference this package directly.

210.4M
downloads
Microsoft.AspNetCore.Mvc.WebApiCompatShim package icon

Microsoft.AspNetCore.Mvc.WebApiCompatShim

Provides compatibility in ASP.NET Core MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations. Commonly used types: System.Web.Http.ApiController

209.7M
downloads
Microsoft.AspNetCore.Diagnostics package icon

Microsoft.AspNetCore.Diagnostics

ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware

208.3M
downloads
Microsoft.AspNetCore.Server.IISIntegration package icon

Microsoft.AspNetCore.Server.IISIntegration

ASP.NET Core components for working with the IIS AspNetCoreModule.

207.7M
downloads
Microsoft.AspNetCore.HttpOverrides package icon

Microsoft.AspNetCore.HttpOverrides

ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy. * HTTP method override header.

203.7M
downloads
Microsoft.VisualBasic package icon

Microsoft.VisualBasic

Provides types that support the Visual Basic runtime Commonly Used Types: Microsoft.VisualBasic.Strings Microsoft.VisualBasic.CompilerServices.Conversions 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.

203.4M
downloads
Microsoft.NETCore.App.Runtime.linux-x64 package icon

Microsoft.NETCore.App.Runtime.linux-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

199.5M
downloads
Microsoft.AspNetCore.App.Runtime.linux-x64 package icon

Microsoft.AspNetCore.App.Runtime.linux-x64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

196.4M
downloads
Microsoft.NETCore.Windows.ApiSets package icon

Microsoft.NETCore.Windows.ApiSets

Windows API set dlls for use in operating systems that do not include them. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

196.3M
downloads
Microsoft.AspNetCore.Authentication.Cookies package icon

Microsoft.AspNetCore.Authentication.Cookies

ASP.NET Core middleware that enables an application to use cookie based authentication.

195.7M
downloads
Microsoft.Extensions.Features package icon

Microsoft.Extensions.Features

Provides abstractions for a loosly coupled collection of features. Commonly Used Types: Microsoft.AspNetCore.Http.Features.IFeatureCollection Microsoft.AspNetCore.Http.Features.FeatureCollection This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

195.5M
downloads
runtime.unix.System.IO.FileSystem package icon

runtime.unix.System.IO.FileSystem

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides types that allow reading and writing to files and types that provide basic file and directory support. Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions When using NuGet 3.x this package requires at least version 3.4.

195.4M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

195.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

195.1M
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

195.0M
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

194.9M
downloads
System.Threading.RateLimiting package icon

System.Threading.RateLimiting

APIs to help manage rate limiting. Commonly Used Types: System.Threading.RateLimiting.RateLimiter System.Threading.RateLimiting.ConcurrencyLimiter System.Threading.RateLimiting.TokenBucketRateLimiter System.Threading.RateLimiting.RateLimitLease

191.3M
downloads
Microsoft.DotNet.InternalAbstractions package icon

Microsoft.DotNet.InternalAbstractions

Abstractions for making code that uses file system and environment testable.

189.6M
downloads
Microsoft.Build.Tasks.Core package icon

Microsoft.Build.Tasks.Core

This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.

189.0M
downloads
Microsoft.NETCore.App.Host.linux-x64 package icon

Microsoft.NETCore.App.Host.linux-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

188.8M
downloads
System.ComponentModel.Composition package icon

System.ComponentModel.Composition

This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF. Commonly Used Types: System.ComponentModel.Composition.ChangeRejectedException System.ComponentModel.Composition.CompositionContractMismatchException System.ComponentModel.Composition.CompositionError System.ComponentModel.Composition.CompositionException System.ComponentModel.Composition.ExportAttribute System.ComponentModel.Composition.ImportAttribute System.ComponentModel.Composition.ImportCardinalityMismatchException System.ComponentModel.Composition.Hosting.AggregateCatalog System.ComponentModel.Composition.Hosting.ApplicationCatalog System.ComponentModel.Composition.Hosting.AssemblyCatalog System.ComponentModel.Composition.Hosting.CompositionContainer System.ComponentModel.Composition.Primitives.ComposablePartException System.ComponentModel.Composition.Primitives.ExportDefinition System.ComponentModel.Composition.Primitives.ImportDefinition System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices

186.2M
downloads
Microsoft.AspNetCore package icon

Microsoft.AspNetCore

Microsoft.AspNetCore

186.2M
downloads
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.Aspire.Manifest-8.0.100.Msi.x64

.NET Aspire workload manifest

185.7M
downloads
System.Net.Http.WinHttpHandler package icon

System.Net.Http.WinHttpHandler

Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler. Commonly Used Types: System.Net.Http.WinHttpHandler

183.8M
downloads
System.Threading.AccessControl package icon

System.Threading.AccessControl

Provides support for managing access and audit control lists for synchronization primitives. Commonly Used Types: System.Security.AccessControl.EventWaitHandleAccessRule System.Security.AccessControl.EventWaitHandleAuditRule System.Security.AccessControl.MutexAccessRule System.Security.AccessControl.MutexAuditRule System.Security.AccessControl.MutexSecurity System.Security.AccessControl.SemaphoreAccessRule System.Security.AccessControl.SemaphoreAuditRule System.Security.AccessControl.SemaphoreSecurity

180.8M
downloads
runtime.unix.Microsoft.Win32.Primitives package icon

runtime.unix.Microsoft.Win32.Primitives

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

178.0M
downloads
runtime.unix.System.Net.Primitives package icon

runtime.unix.System.Net.Primitives

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

176.5M
downloads
System.IO.UnmanagedMemoryStream package icon

System.IO.UnmanagedMemoryStream

Provides classes for access to unmanaged blocks of memory from managed code. Commonly Used Types: System.IO.UnmanagedMemoryStream System.IO.UnmanagedMemoryAccessor When using NuGet 3.x this package requires at least version 3.4.

176.3M
downloads
System.IO.Pipes package icon

System.IO.Pipes

Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream When using NuGet 3.x this package requires at least version 3.4.

173.8M
downloads
Microsoft.NETCore.App.Runtime.win-x64 package icon

Microsoft.NETCore.App.Runtime.win-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

168.7M
downloads
runtime.unix.System.Console package icon

runtime.unix.System.Console

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

168.5M
downloads
Microsoft.Build.Locator package icon

Microsoft.Build.Locator

Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.

167.1M
downloads
System.IO.MemoryMappedFiles package icon

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.

167.1M
downloads
Microsoft.NETCore.DotNetHost package icon

Microsoft.NETCore.DotNetHost

Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

166.3M
downloads
Microsoft.Extensions.Compliance.Abstractions package icon

Microsoft.Extensions.Compliance.Abstractions

Abstractions to help ensure compliant data management.

165.5M
downloads
Microsoft.AspNetCore.App.Runtime.win-x64 package icon

Microsoft.AspNetCore.App.Runtime.win-x64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

164.3M
downloads
Microsoft.Extensions.Telemetry.Abstractions package icon

Microsoft.Extensions.Telemetry.Abstractions

Common abstractions for high-level telemetry primitives.

163.8M
downloads
Microsoft.AspNetCore.Mvc.Analyzers package icon

Microsoft.AspNetCore.Mvc.Analyzers

CSharp Analyzers for ASP.NET Core MVC.

163.4M
downloads
Microsoft.AspNetCore.WebSockets package icon

Microsoft.AspNetCore.WebSockets

ASP.NET Core web socket middleware for use on top of opaque servers.

162.5M
downloads
System.Reflection.MetadataLoadContext package icon

System.Reflection.MetadataLoadContext

Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them.

158.3M
downloads
Microsoft.NETCore.App.Host.win-x64 package icon

Microsoft.NETCore.App.Host.win-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

157.6M
downloads
Microsoft.Extensions.Options.DataAnnotations package icon

Microsoft.Extensions.Options.DataAnnotations

Provides additional DataAnnotations specific functionality related to Options.

157.3M
downloads
System.Resources.Extensions package icon

System.Resources.Extensions

Provides classes which read and write resources in a format that supports non-primitive objects. Commonly Used Types: System.Resources.Extensions.DeserializingResourceReader System.Resources.Extensions.PreserializedResourceWriter

157.2M
downloads
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation package icon

Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation

Runtime compilation support for Razor views and Razor Pages in ASP.NET Core MVC. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

154.4M
downloads
Microsoft.AspNetCore.Http.Connections.Client package icon

Microsoft.AspNetCore.Http.Connections.Client

Client for ASP.NET Core Connection Handlers This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

152.3M
downloads
Microsoft.DiaSymReader package icon

Microsoft.DiaSymReader

Microsoft DiaSymReader interop interfaces and utilities.

150.5M
downloads
runtime.unix.System.Net.Sockets package icon

runtime.unix.System.Net.Sockets

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

150.0M
downloads
System.Data.OleDb package icon

System.Data.OleDb

Provides a collection of classes for OLEDB. Commonly Used Types: System.Data.OleDb.OleDbCommand System.Data.OleDb.OleDbCommandBuilder System.Data.OleDb.OleDbConnection System.Data.OleDb.OleDbDataAdapter System.Data.OleDb.OleDbDataReader System.Data.OleDb.OleDbParameter System.Data.OleDb.OleDbParameterCollection System.Data.OleDb.OleDbTransaction

148.1M
downloads
Microsoft.Net.Http package icon

Microsoft.Net.Http

This package includes HttpClient for sending requests over HTTP, as well as HttpRequestMessage and HttpResponseMessage for processing HTTP messages. This package is not supported in Visual Studio 2010, and is only required for projects targeting .NET Framework 4.5, Windows 8, or Windows Phone 8.1 when consuming a library that uses this package. Supported Platforms: - .NET Framework 4 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries

144.6M
downloads
Microsoft.Extensions.DependencyInjection.AutoActivation package icon

Microsoft.Extensions.DependencyInjection.AutoActivation

Extensions to auto-activate registered singletons in the dependency injection system.

144.5M
downloads
Microsoft.Extensions.Configuration.Xml package icon

Microsoft.Extensions.Configuration.Xml

XML configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from XML files. You can use XmlConfigurationExtensions.AddXmlFile extension method on IConfigurationBuilder to add XML configuration provider to the configuration builder.

144.2M
downloads
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore package icon

Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore

ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

140.4M
downloads
Microsoft.AspNetCore.SpaServices.Extensions package icon

Microsoft.AspNetCore.SpaServices.Extensions

Helpers for building single-page applications on ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

140.2M
downloads
runtime.win.System.Runtime.Extensions package icon

runtime.win.System.Runtime.Extensions

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

140.1M
downloads
Microsoft.NET.Workloads.10.0.300 package icon

Microsoft.NET.Workloads.10.0.300

This package contains the workload set manifest for the 10.0.300 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

139.8M
downloads
Microsoft.AspNetCore.Identity package icon

Microsoft.AspNetCore.Identity

ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.

139.1M
downloads
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore package icon

Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore

Components for performing health checks using EntityFrameworkCore. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

138.5M
downloads
Microsoft.Extensions.Http.Diagnostics package icon

Microsoft.Extensions.Http.Diagnostics

Telemetry support for HTTP Client.

138.3M
downloads
Microsoft.Extensions.Telemetry package icon

Microsoft.Extensions.Telemetry

Provides canonical implementations of telemetry abstractions.

137.7M
downloads
runtime.win.System.Diagnostics.Debug package icon

runtime.win.System.Diagnostics.Debug

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

137.7M
downloads
Microsoft.WindowsDesktop.App.Ref package icon

Microsoft.WindowsDesktop.App.Ref

Package Description

137.5M
downloads
Microsoft.Extensions.AmbientMetadata.Application package icon

Microsoft.Extensions.AmbientMetadata.Application

Runtime information provider for application-level ambient metadata.

135.9M
downloads
System.DirectoryServices.AccountManagement package icon

System.DirectoryServices.AccountManagement

Provides uniform access and manipulation of user, computer, and group security principals across the multiple principal stores: Active Directory Domain Services (AD DS), Active Directory Lightweight Directory Services (AD LDS), and Machine SAM (MSAM).

135.5M
downloads
Microsoft.NETFramework.ReferenceAssemblies package icon

Microsoft.NETFramework.ReferenceAssemblies

Microsoft .NET Framework Reference Assemblies

134.9M
downloads
Microsoft.Extensions.Resilience package icon

Microsoft.Extensions.Resilience

Extensions to the Polly libraries to enrich telemetry with metadata and exception summaries.

133.8M
downloads
Microsoft.Extensions.Diagnostics.ExceptionSummarization package icon

Microsoft.Extensions.Diagnostics.ExceptionSummarization

Lets you retrieve exception summary information.

133.5M
downloads
Microsoft.NET.Workloads.10.0.100 package icon

Microsoft.NET.Workloads.10.0.100

This package contains the workload set manifest for the 10.0.100 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

133.5M
downloads
System.Data.Odbc package icon

System.Data.Odbc

Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction

133.1M
downloads
Microsoft.Extensions.Http.Resilience package icon

Microsoft.Extensions.Http.Resilience

Resilience mechanisms for HttpClient.

131.7M
downloads
Microsoft.AspNetCore.SignalR.Client package icon

Microsoft.AspNetCore.SignalR.Client

Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

131.4M
downloads
Microsoft.AspNetCore.SignalR.Client.Core package icon

Microsoft.AspNetCore.SignalR.Client.Core

Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

130.1M
downloads
Microsoft.AspNetCore.Authentication.Facebook package icon

Microsoft.AspNetCore.Authentication.Facebook

ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

129.1M
downloads
runtime.win.System.IO.FileSystem package icon

runtime.win.System.IO.FileSystem

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides types that allow reading and writing to files and types that provide basic file and directory support. Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions When using NuGet 3.x this package requires at least version 3.4.

128.3M
downloads
System.Net.WebSockets.WebSocketProtocol package icon

System.Net.WebSockets.WebSocketProtocol

System.Net.WebSockets.WebSocketProtocol

128.1M
downloads
FSharp.Core package icon

FSharp.Core

FSharp.Core redistributables from F# Tools version 15.2.101 For F# 11.0. Contains code from the F# Software Foundation.

127.2M
downloads
Microsoft.NET.ILLink.Tasks package icon

Microsoft.NET.ILLink.Tasks

MSBuild tasks for running the IL Linker

126.3M
downloads
Microsoft.AspNetCore.Identity.UI package icon

Microsoft.AspNetCore.Identity.UI

ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

125.2M
downloads
Microsoft.AspNetCore.HostFiltering package icon

Microsoft.AspNetCore.HostFiltering

ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.

124.4M
downloads
Microsoft.Bcl.Build package icon

Microsoft.Bcl.Build

This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build. Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.

123.8M
downloads
dotnet-ef package icon

dotnet-ef

Entity Framework Core Tools for the .NET Command-Line Interface. Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update

121.2M
downloads
Microsoft.Extensions.Configuration.Ini package icon

Microsoft.Extensions.Configuration.Ini

INI configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from INI files. You can use IniConfigurationExtensions.AddIniFile extension method on IConfigurationBuilder to add INI configuration provider to the configuration builder.

121.1M
downloads
Microsoft.AspNetCore.Authentication.Twitter package icon

Microsoft.AspNetCore.Authentication.Twitter

ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

120.8M
downloads
Microsoft.Data.Sqlite package icon

Microsoft.Data.Sqlite

Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. Commonly Used Types: Microsoft.Data.Sqlite.SqliteCommand Microsoft.Data.Sqlite.SqliteConnection Microsoft.Data.Sqlite.SqliteConnectionStringBuilder Microsoft.Data.Sqlite.SqliteDataReader Microsoft.Data.Sqlite.SqliteException Microsoft.Data.Sqlite.SqliteFactory Microsoft.Data.Sqlite.SqliteParameter Microsoft.Data.Sqlite.SqliteTransaction

120.0M
downloads
System.IO.Ports package icon

System.IO.Ports

Provides classes for controlling serial ports. Commonly Used Types: System.IO.Ports.SerialPort

119.2M
downloads
Microsoft.AspNetCore.Http.Connections package icon

Microsoft.AspNetCore.Http.Connections

Components for providing real-time bi-directional communication across the Web.

118.7M
downloads
runtime.win.Microsoft.Win32.Primitives package icon

runtime.win.Microsoft.Win32.Primitives

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

118.5M
downloads
runtime.win.System.Net.Primitives package icon

runtime.win.System.Net.Primitives

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

116.4M
downloads
Microsoft.Diagnostics.Tracing.TraceEvent package icon

Microsoft.Diagnostics.Tracing.TraceEvent

Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.

115.4M
downloads
Microsoft.Build.Tasks.Git package icon

Microsoft.Build.Tasks.Git

MSBuild tasks providing git repository information.

115.2M
downloads
Microsoft.AspNetCore.Authentication.OAuth package icon

Microsoft.AspNetCore.Authentication.OAuth

ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.

113.7M
downloads
Microsoft.SourceLink.Common package icon

Microsoft.SourceLink.Common

MSBuild tasks providing source control information.

113.7M
downloads
runtime.win.System.Console package icon

runtime.win.System.Console

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

112.9M
downloads
Microsoft.Bcl package icon

Microsoft.Bcl

This packages enables projects targeting down-level platforms to use some of the types added in later versions including: - CallerMemberNameAttribute - CallerLineNumberAttribute - CallerFilePathAttribute - Tuple<T1, T2, ...> - IProgress<T> - IStructuralComparable - IStructuralEquatable - Task - InvalidDataException These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already available in the platform. Supported Platforms: - .NET Framework 4 (with KB2468871) - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries This package is only required for projects targeting .NET Framework 4.5, Windows 8, Windows Phone Silverlight 8, or Windows Phone 8.1 when consuming a library that uses this package.

112.7M
downloads
System.Runtime.InteropServices.WindowsRuntime package icon

System.Runtime.InteropServices.WindowsRuntime

Provides classes that support interoperation between managed code and the Windows Runtime, and that enable the creation of Windows Runtime types with managed code. Commonly Used Types: System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal System.Runtime.InteropServices.WindowsRuntime.ReadOnlyArrayAttribute System.Runtime.InteropServices.WindowsRuntime.WriteOnlyArrayAttribute System.Runtime.InteropServices.WindowsRuntime.ReturnValueNameAttribute When using NuGet 3.x this package requires at least version 3.4.

112.4M
downloads
Microsoft.CodeAnalysis.AnalyzerUtilities package icon

Microsoft.CodeAnalysis.AnalyzerUtilities

Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/c0573ed0a7dc3e3b4d2e70da47f97cc51a35524f.

112.1M
downloads
Microsoft.AspNetCore.SignalR.Core package icon

Microsoft.AspNetCore.SignalR.Core

Real-time communication framework for ASP.NET Core.

111.3M
downloads
Microsoft.Diagnostics.NETCore.Client package icon

Microsoft.Diagnostics.NETCore.Client

.NET Core Diagnostics Client Library

110.2M
downloads
Microsoft.EntityFrameworkCore.Proxies package icon

Microsoft.EntityFrameworkCore.Proxies

Lazy loading proxies for Entity Framework Core.

109.4M
downloads
Xamarin.AndroidX.Annotation package icon

Xamarin.AndroidX.Annotation

.NET for Android and MAUI bindings for the Android Java library 'androidx.annotation:annotation'. Library description: Provides source annotations for tooling and readability.

108.1M
downloads
Microsoft.NET.Sdk.Android.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.Android.Manifest-8.0.100.Msi.x64

Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.

107.4M
downloads
Microsoft.NET.Sdk.iOS.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.iOS.Manifest-8.0.100.Msi.x64

.NET Workload for iOS platforms

107.3M
downloads
Microsoft.NET.Sdk.MacCatalyst.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.MacCatalyst.Manifest-8.0.100.Msi.x64

.NET Workload for MacCatalyst platforms

107.2M
downloads
System.ServiceModel.Syndication package icon

System.ServiceModel.Syndication

Provides classes related to service model syndication.

107.1M
downloads
Microsoft.NET.Sdk.macOS.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.macOS.Manifest-8.0.100.Msi.x64

.NET Workload for macOS platforms

107.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

107.1M
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

106.9M
downloads
Microsoft.NET.Sdk.Maui.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.Maui.Manifest-8.0.100.Msi.x64

.NET Multi-platform App UI (.NET MAUI) workload manifest. Please do not reference this package directly.

106.9M
downloads
Microsoft.NET.Sdk.tvOS.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.tvOS.Manifest-8.0.100.Msi.x64

.NET Workload for tvOS platforms

106.9M
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

106.8M
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

106.7M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

106.6M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

106.4M
downloads
Microsoft.AspNetCore.DataProtection.Extensions package icon

Microsoft.AspNetCore.DataProtection.Extensions

Additional APIs for ASP.NET Core data protection. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

105.6M
downloads
Microsoft.Extensions.Hosting.WindowsServices package icon

Microsoft.Extensions.Hosting.WindowsServices

.NET hosting infrastructure for Windows Services.

102.8M
downloads
Microsoft.Extensions.Caching.SqlServer package icon

Microsoft.Extensions.Caching.SqlServer

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

101.8M
downloads
runtime.osx-x64.runtime.native.System.IO.Ports package icon

runtime.osx-x64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

101.2M
downloads
runtime.linux-arm.runtime.native.System.IO.Ports package icon

runtime.linux-arm.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

101.2M
downloads
runtime.native.System.IO.Ports package icon

runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

101.2M
downloads
runtime.linux-x64.runtime.native.System.IO.Ports package icon

runtime.linux-x64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

101.2M
downloads
runtime.linux-arm64.runtime.native.System.IO.Ports package icon

runtime.linux-arm64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

101.2M
downloads
runtime.win.System.Net.Sockets package icon

runtime.win.System.Net.Sockets

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

99.4M
downloads
Microsoft.AspNetCore.SpaServices package icon

Microsoft.AspNetCore.SpaServices

Helpers for building single-page applications on ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/a4938d07a5127ffad8466ddf703a6b5b21f4b0c9

98.9M
downloads
Microsoft.AspNetCore.NodeServices package icon

Microsoft.AspNetCore.NodeServices

Invoke Node.js modules at runtime in ASP.NET Core applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/a4938d07a5127ffad8466ddf703a6b5b21f4b0c9

98.8M
downloads
Microsoft.Win32.Registry.AccessControl package icon

Microsoft.Win32.Registry.AccessControl

Provides support for managing access and audit control lists for Microsoft.Win32.RegistryKey. Commonly Used Types: System.Security.AccessControl.RegistryAccessRule System.Security.AccessControl.RegistryAuditRule System.Security.AccessControl.RegistrySecurity

97.2M
downloads
Microsoft.WindowsDesktop.App.Runtime.win-x64 package icon

Microsoft.WindowsDesktop.App.Runtime.win-x64

Package Description

96.1M
downloads
Microsoft.NET.Sdk.Android.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.Android.Manifest-9.0.100.Msi.x64

Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.

95.2M
downloads
Microsoft.NET.Sdk.iOS.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.iOS.Manifest-9.0.100.Msi.x64

.NET Workload for iOS platforms

95.2M
downloads
Microsoft.NET.Sdk.MacCatalyst.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.MacCatalyst.Manifest-9.0.100.Msi.x64

.NET Workload for MacCatalyst platforms

95.1M
downloads
Microsoft.NET.Sdk.macOS.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.macOS.Manifest-9.0.100.Msi.x64

.NET Workload for macOS platforms

95.1M
downloads
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv package icon

Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv

Libuv transport for the ASP.NET Core Kestrel cross-platform web server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

95.0M
downloads
Microsoft.NET.Sdk.tvOS.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.tvOS.Manifest-9.0.100.Msi.x64

.NET Workload for tvOS platforms

94.9M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

94.6M
downloads
System.CommandLine package icon

System.CommandLine

Support for parsing command lines, supporting both POSIX and Windows conventions and shell-agnostic command line completions.

94.6M
downloads
Microsoft.NET.Sdk.Maui.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.Maui.Manifest-9.0.100.Msi.x64

.NET Multi-platform App UI (.NET MAUI) workload manifest. Please do not reference this package directly.

94.6M
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

94.5M
downloads
Microsoft.Windows.Compatibility package icon

Microsoft.Windows.Compatibility

This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.

94.5M
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

94.4M
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

94.4M
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

94.2M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

94.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

94.0M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

93.9M
downloads
Microsoft.AspNetCore.SignalR package icon

Microsoft.AspNetCore.SignalR

Components for providing real-time bi-directional communication across the Web.

92.8M
downloads
SkiaSharp.NativeAssets.Linux.NoDependencies package icon

SkiaSharp.NativeAssets.Linux.NoDependencies

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images. This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries. The complete dependency list is: - libpthread.so.0 - libdl.so.2 - libm.so.6 - libc.so.6 - ld-linux-x86-64.so.2 The excluded dependencies are: - Fontconfig

92.4M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300

Internal toolchain package not meant for direct consumption. Please do not reference directly.

90.2M
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.300 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.300

Internal toolchain package not meant for direct consumption. Please do not reference directly.

90.2M
downloads
HarfBuzzSharp package icon

HarfBuzzSharp

HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.

89.5M
downloads
Xamarin.AndroidX.Lifecycle.Common package icon

Xamarin.AndroidX.Lifecycle.Common

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-common'. Library description: Android Lifecycle-Common

88.5M
downloads
Xamarin.AndroidX.Collection package icon

Xamarin.AndroidX.Collection

.NET for Android and MAUI bindings for the Android Java library 'androidx.collection:collection'. Library description: Standalone efficient collections.

87.1M
downloads
Microsoft.AspNetCore.Authentication.MicrosoftAccount package icon

Microsoft.AspNetCore.Authentication.MicrosoftAccount

ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

86.7M
downloads
runtime.win7-x86.runtime.native.System.Data.SqlClient.sni package icon

runtime.win7-x86.runtime.native.System.Data.SqlClient.sni

Internal implementation package not meant for direct consumption. Please do not reference directly. TFS ID: 1635616, GitHub SHA: https://github.com/dotnet/corefx/tree/42a93b8d21fa5afc03f637aa961aa7b3d066cb1f When using NuGet 3.x this package requires at least version 3.4.

86.3M
downloads
Microsoft.AspNetCore.Components.Authorization package icon

Microsoft.AspNetCore.Components.Authorization

Authentication and authorization support for Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

86.3M
downloads
runtime.win7-x64.runtime.native.System.Data.SqlClient.sni package icon

runtime.win7-x64.runtime.native.System.Data.SqlClient.sni

Internal implementation package not meant for direct consumption. Please do not reference directly. TFS ID: 1635616, GitHub SHA: https://github.com/dotnet/corefx/tree/42a93b8d21fa5afc03f637aa961aa7b3d066cb1f When using NuGet 3.x this package requires at least version 3.4.

86.2M
downloads
Xamarin.AndroidX.Lifecycle.Runtime package icon

Xamarin.AndroidX.Lifecycle.Runtime

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-runtime'. Library description: Android Lifecycle Runtime

86.1M
downloads
Microsoft.Bcl.Memory package icon

Microsoft.Bcl.Memory

Provides Base64Url, Utf8, Index, and Range types support for .NET Framework and .NET Standard.

86.0M
downloads
Microsoft.SourceLink.GitHub package icon

Microsoft.SourceLink.GitHub

Generates source link for GitHub repositories.

85.8M
downloads
Xamarin.Forms package icon

Xamarin.Forms

Build native UIs for iOS, Android, UWP, macOS, Tizen and many more from a single, shared C# codebase

85.7M
downloads
Microsoft.CodeAnalysis.NetAnalyzers package icon

Microsoft.CodeAnalysis.NetAnalyzers

Microsoft recommended code quality rules and .NET API usage rules implemented as analyzers using the .NET Compiler Platform ("Roslyn").

85.2M
downloads
Microsoft.NET.Workloads.10.0.200 package icon

Microsoft.NET.Workloads.10.0.200

This package contains the workload set manifest for the 10.0.200 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

85.0M
downloads
Microsoft.Diagnostics.Runtime package icon

Microsoft.Diagnostics.Runtime

ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.

84.9M
downloads
Xamarin.AndroidX.Core package icon

Xamarin.AndroidX.Core

.NET for Android and MAUI bindings for the Android Java library 'androidx.core:core'. Library description: Provides backward-compatible implementations of Android platform APIs and features.

84.4M
downloads
Microsoft.AspNetCore.ResponseCompression package icon

Microsoft.AspNetCore.ResponseCompression

ASP.NET Core middleware for HTTP Response compression.

83.6M
downloads
Microsoft.Extensions.AI.Abstractions package icon

Microsoft.Extensions.AI.Abstractions

Abstractions representing generative AI components.

81.6M
downloads
Microsoft.AspNetCore.Mvc.Formatters.Xml package icon

Microsoft.AspNetCore.Mvc.Formatters.Xml

ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.

78.5M
downloads
SkiaSharp.NativeAssets.Linux package icon

SkiaSharp.NativeAssets.Linux

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

78.4M
downloads
System.Reflection.Context package icon

System.Reflection.Context

Provides CustomReflectionContext to enable customized reflection contexts.

77.5M
downloads
HarfBuzzSharp.NativeAssets.Win32 package icon

HarfBuzzSharp.NativeAssets.Win32

HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.

77.0M
downloads
Microsoft.DiaSymReader.Native package icon

Microsoft.DiaSymReader.Native

Native implementation of PDB file reader and writer. Supported Platforms: - Windows x86 - Windows amd64 - Windows arm64

77.0M
downloads
HarfBuzzSharp.NativeAssets.macOS package icon

HarfBuzzSharp.NativeAssets.macOS

HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.

76.8M
downloads
System.Resources.Writer package icon

System.Resources.Writer

Provides classes which write resources to streams in the system-default format. Commonly Used Types: System.Resources.ResourceWriter When using NuGet 3.x this package requires at least version 3.4.

76.8M
downloads
Microsoft.AspNetCore.CookiePolicy package icon

Microsoft.AspNetCore.CookiePolicy

ASP.NET Core cookie policy classes to control the behavior of cookies.

76.5M
downloads
Xamarin.AndroidX.Arch.Core.Common package icon

Xamarin.AndroidX.Arch.Core.Common

.NET for Android and MAUI bindings for the Android Java library 'androidx.arch.core:core-common'. Library description: Android Arch-Common

75.5M
downloads
Xamarin.AndroidX.Lifecycle.LiveData.Core package icon

Xamarin.AndroidX.Lifecycle.LiveData.Core

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-livedata-core'. Library description: Android Lifecycle LiveData Core

74.5M
downloads
Microsoft.Extensions.Logging.TraceSource package icon

Microsoft.Extensions.Logging.TraceSource

TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().

73.9M
downloads
Yarp.ReverseProxy package icon

Yarp.ReverseProxy

Reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET

73.5M
downloads
Microsoft.Build.Runtime package icon

Microsoft.Build.Runtime

This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.

73.2M
downloads
Microsoft.AspNetCore.MiddlewareAnalysis package icon

Microsoft.AspNetCore.MiddlewareAnalysis

ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

72.8M
downloads
Xamarin.AndroidX.Lifecycle.ViewModel package icon

Xamarin.AndroidX.Lifecycle.ViewModel

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-viewmodel'. Library description: Android Lifecycle ViewModel

72.3M
downloads
System.ComponentModel.Composition.Registration package icon

System.ComponentModel.Composition.Registration

This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF. Commonly Used Types: System.ComponentModel.Composition.Registration.RegistrationBuilder System.ComponentModel.Composition.Registration.PartBuilder System.ComponentModel.Composition.Registration.PartBuilder<T> System.ComponentModel.Composition.Registration.ParameterImportBuilder System.ComponentModel.Composition.Registration.ImportBuilder System.ComponentModel.Composition.Registration.ExportBuilder

72.3M
downloads
Microsoft.AspNetCore.Session package icon

Microsoft.AspNetCore.Session

ASP.NET Core session state middleware.

72.2M
downloads
Microsoft.JSInterop.WebAssembly package icon

Microsoft.JSInterop.WebAssembly

Abstractions and features for interop between .NET WebAssembly and JavaScript code. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

72.2M
downloads
Microsoft.AspNetCore.Owin package icon

Microsoft.AspNetCore.Owin

ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

71.4M
downloads
Microsoft.AspNetCore.Components.WebAssembly package icon

Microsoft.AspNetCore.Components.WebAssembly

Build client-side single-page applications (SPAs) with Blazor running under WebAssembly. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

71.0M
downloads
Microsoft.Extensions.Logging.AzureAppServices package icon

Microsoft.Extensions.Logging.AzureAppServices

Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

70.4M
downloads
Xamarin.AndroidX.Fragment package icon

Xamarin.AndroidX.Fragment

.NET for Android and MAUI bindings for the Android Java library 'androidx.fragment:fragment'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

70.2M
downloads
System.IO.Pipes.AccessControl package icon

System.IO.Pipes.AccessControl

Provides types for managing access and audit control lists for pipes. Commonly Used Types: System.IO.Pipes.PipeSecurity System.IO.Pipes.PipeAccessRule System.IO.Pipes.PipeAuditRule System.IO.Pipes.PipeAccessRights When using NuGet 3.x this package requires at least version 3.4.

69.1M
downloads
Xamarin.AndroidX.VersionedParcelable package icon

Xamarin.AndroidX.VersionedParcelable

.NET for Android and MAUI bindings for the Android Java library 'androidx.versionedparcelable:versionedparcelable'. Library description: Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.

68.4M
downloads
System.ServiceModel.NetFramingBase package icon

System.ServiceModel.NetFramingBase

System.ServiceModel.NetFramingBase

67.9M
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.100 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

67.9M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

67.8M
downloads
Microsoft.AspNetCore.Server.HttpSys package icon

Microsoft.AspNetCore.Server.HttpSys

ASP.NET Core HTTP server that uses the Windows HTTP Server API.

67.5M
downloads
dotnet-dump package icon

dotnet-dump

Diagnostic dump collect and analyze tool

66.9M
downloads
Microsoft.AspNetCore.Rewrite package icon

Microsoft.AspNetCore.Rewrite

ASP.NET Core basic middleware for rewriting URLs. Includes: * Support for custom URL rewrite rules * Support for running IIS URL Rewrite module rules * Support for running Apache mod_rewrite rules.

66.9M
downloads
System.ServiceModel.Federation package icon

System.ServiceModel.Federation

System.ServiceModel.Federation

66.8M
downloads
Microsoft.AspNetCore.DataProtection.StackExchangeRedis package icon

Microsoft.AspNetCore.DataProtection.StackExchangeRedis

Support for storing data protection keys in Redis. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

66.6M
downloads
Xamarin.AndroidX.Activity package icon

Xamarin.AndroidX.Activity

.NET for Android and MAUI bindings for the Android Java library 'androidx.activity:activity'. Library description: Provides the base Activity subclass and the relevant hooks to build a composable structure on top.

66.5M
downloads
Xamarin.AndroidX.Arch.Core.Runtime package icon

Xamarin.AndroidX.Arch.Core.Runtime

.NET for Android and MAUI bindings for the Android Java library 'androidx.arch.core:core-runtime'. Library description: Android Arch-Runtime

66.5M
downloads
Xamarin.AndroidX.Loader package icon

Xamarin.AndroidX.Loader

.NET for Android and MAUI bindings for the Android Java library 'androidx.loader:loader'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

66.2M
downloads
Xamarin.AndroidX.CustomView package icon

Xamarin.AndroidX.CustomView

.NET for Android and MAUI bindings for the Android Java library 'androidx.customview:customview'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

66.2M
downloads
Xamarin.AndroidX.SavedState package icon

Xamarin.AndroidX.SavedState

.NET for Android and MAUI bindings for the Android Java library 'androidx.savedstate:savedstate'. Library description: Android Lifecycle Saved State

64.2M
downloads
Xamarin.AndroidX.ViewPager package icon

Xamarin.AndroidX.ViewPager

.NET for Android and MAUI bindings for the Android Java library 'androidx.viewpager:viewpager'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

63.9M
downloads
Xamarin.AndroidX.Interpolator package icon

Xamarin.AndroidX.Interpolator

.NET for Android and MAUI bindings for the Android Java library 'androidx.interpolator:interpolator'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

62.9M
downloads
Xamarin.Kotlin.StdLib package icon

Xamarin.Kotlin.StdLib

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib'. Library description: Kotlin Standard Library

62.7M
downloads
Microsoft.Extensions.Caching.Redis package icon

Microsoft.Extensions.Caching.Redis

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.

60.7M
downloads
Microsoft.AspNetCore.ResponseCaching package icon

Microsoft.AspNetCore.ResponseCaching

ASP.NET Core middleware for caching HTTP responses on the server.

60.3M
downloads
runtime.osx-arm64.runtime.native.System.IO.Ports package icon

runtime.osx-arm64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

59.7M
downloads
Xamarin.AndroidX.Annotation.Experimental package icon

Xamarin.AndroidX.Annotation.Experimental

.NET for Android and MAUI bindings for the Android Java library 'androidx.annotation:annotation-experimental'. Library description: Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.

59.4M
downloads
Microsoft.AspNetCore.Authentication.WsFederation package icon

Microsoft.AspNetCore.Authentication.WsFederation

ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

59.2M
downloads
Microsoft.AspNetCore.Mvc.Razor.ViewCompilation package icon

Microsoft.AspNetCore.Mvc.Razor.ViewCompilation

Build-time references required to enable Razor view compilation as part of building the application.

59.0M
downloads
Microsoft.NET.Sdk.MacCatalyst.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.MacCatalyst.Manifest-7.0.100.Msi.x64

.NET Workload for MacCatalyst platforms

58.2M
downloads
Microsoft.NET.Sdk.iOS.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.iOS.Manifest-7.0.100.Msi.x64

.NET Workload for iOS platforms

58.2M
downloads
Microsoft.NET.Sdk.macOS.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.macOS.Manifest-7.0.100.Msi.x64

.NET Workload for macOS platforms

58.2M
downloads
Microsoft.NET.Sdk.Android.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.Android.Manifest-7.0.100.Msi.x64

Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.

58.1M
downloads
Microsoft.NET.Sdk.tvOS.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.tvOS.Manifest-7.0.100.Msi.x64

.NET Workload for tvOS platforms

58.0M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

58.0M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

58.0M
downloads
Microsoft.NET.Sdk.Maui.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Sdk.Maui.Manifest-7.0.100.Msi.x64

.NET MAUI workload manifest

57.9M
downloads
Microsoft.AspNetCore.Localization.Routing package icon

Microsoft.AspNetCore.Localization.Routing

Provides a request culture provider which gets culture and ui-culture from request's route data.

57.9M
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

57.9M
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

57.8M
downloads
Microsoft.Extensions.Configuration.KeyPerFile package icon

Microsoft.Extensions.Configuration.KeyPerFile

Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

57.8M
downloads
Xamarin.AndroidX.Lifecycle.ViewModelSavedState package icon

Xamarin.AndroidX.Lifecycle.ViewModelSavedState

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-viewmodel-savedstate'. Library description: Android Lifecycle ViewModel

57.5M
downloads
Microsoft.AspNetCore.Authentication.Negotiate package icon

Microsoft.AspNetCore.Authentication.Negotiate

ASP.NET Core authentication handler used to authenticate requests using Negotiate, Kerberos, or NTLM. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

56.5M
downloads
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore package icon

Microsoft.AspNetCore.DataProtection.EntityFrameworkCore

Support for storing keys using Entity Framework Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

54.9M
downloads
System.Web.Services.Description package icon

System.Web.Services.Description

System.Web.Services.Description

53.9M
downloads
Microsoft.AspNetCore.HttpsPolicy package icon

Microsoft.AspNetCore.HttpsPolicy

ASP.NET Core basic middleware for supporting HTTPS Redirection and HTTP Strict-Transport-Security.

53.6M
downloads
Microsoft.NETCore.App.Host.linux-arm64 package icon

Microsoft.NETCore.App.Host.linux-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

53.5M
downloads
Microsoft.NETCore.App.Crossgen2.linux-x64 package icon

Microsoft.NETCore.App.Crossgen2.linux-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

53.0M
downloads
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite package icon

Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite

NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.

52.7M
downloads
SkiaSharp.HarfBuzz package icon

SkiaSharp.HarfBuzz

This package adds text shaping support to SkiaSharp via HarfBuzz.

52.1M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net472 package icon

Microsoft.NETFramework.ReferenceAssemblies.net472

Microsoft .NET Framework Reference Assemblies

51.6M
downloads
Xamarin.AndroidX.VectorDrawable package icon

Xamarin.AndroidX.VectorDrawable

.NET for Android and MAUI bindings for the Android Java library 'androidx.vectordrawable:vectordrawable'. Library description: Android Support VectorDrawable

51.0M
downloads
Xamarin.AndroidX.DrawerLayout package icon

Xamarin.AndroidX.DrawerLayout

.NET for Android and MAUI bindings for the Android Java library 'androidx.drawerlayout:drawerlayout'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

50.4M
downloads
Xamarin.AndroidX.VectorDrawable.Animated package icon

Xamarin.AndroidX.VectorDrawable.Animated

.NET for Android and MAUI bindings for the Android Java library 'androidx.vectordrawable:vectordrawable-animated'. Library description: Android Support AnimatedVectorDrawable

49.1M
downloads
Xamarin.Google.Guava.ListenableFuture package icon

Xamarin.Google.Guava.ListenableFuture

.NET for Android and MAUI bindings for the Android Java library 'com.google.guava:listenablefuture'. Library description: Contains Guava's com.google.common.util.concurrent.ListenableFuture class, without any of its other classes -- but is also available in a second "version" that omits the class to avoid conflicts with the copy in Guava itself. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....

49.0M
downloads
runtime.win7.System.Private.Uri package icon

runtime.win7.System.Private.Uri

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

48.9M
downloads
Xamarin.AndroidX.CursorAdapter package icon

Xamarin.AndroidX.CursorAdapter

.NET for Android and MAUI bindings for the Android Java library 'androidx.cursoradapter:cursoradapter'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

48.5M
downloads
Microsoft.AspNetCore.Components.WebAssembly.Authentication package icon

Microsoft.AspNetCore.Components.WebAssembly.Authentication

Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

48.5M
downloads
Microsoft.Extensions.ApiDescription.Client package icon

Microsoft.Extensions.ApiDescription.Client

MSBuild tasks and targets for code generation This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

48.2M
downloads
Microsoft.NETCore.Portable.Compatibility package icon

Microsoft.NETCore.Portable.Compatibility

Enables compatiblity with portable libraries targeting previous .NET releases like .NET Framework 4.0 and Silverlight. This package supports retargeting references to classic reference assemblies (mscorlib.dll, system.dll, etc) to new contract assemblies (System.Runtime.dll, System.IO, etc). It does this in a pay-for-play way to prevent consuming assemblies from having to reference all of the contracts that happen to overlap with mscorlib. As such, when using this package you may encounter errors like error CS0012: The type 'WebRequest' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Requests, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. To resolve these errors install the package with the same name name as the missing assembly. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

48.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.3M
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.200 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.200

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.3M
downloads
Microsoft.Maui.Graphics package icon

Microsoft.Maui.Graphics

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains a collection of cross-platform graphics and drawing APIs.

47.1M
downloads
System.Speech package icon

System.Speech

Provides types to perform speech synthesis and speech recognition. Commonly Used Types System.Speech.Synthesis.SpeechSynthesizer System.Speech.Recognition.SpeechRecognizer

46.6M
downloads
Xamarin.AndroidX.Tracing.Tracing package icon

Xamarin.AndroidX.Tracing.Tracing

.NET for Android and MAUI bindings for the Android Java library 'androidx.tracing:tracing'. Library description: Android Tracing

46.1M
downloads
System.Numerics.Tensors package icon

System.Numerics.Tensors

Provides support for operating over tensors.

45.0M
downloads
HarfBuzzSharp.NativeAssets.Linux package icon

HarfBuzzSharp.NativeAssets.Linux

HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.

44.8M
downloads
Xamarin.AndroidX.AppCompat package icon

Xamarin.AndroidX.AppCompat

.NET for Android and MAUI bindings for the Android Java library 'androidx.appcompat:appcompat'. Library description: Provides backwards-compatible implementations of UI-related Android SDK functionality, including dark mode and Material theming.

44.4M
downloads
Microsoft.AspNetCore.SignalR.StackExchangeRedis package icon

Microsoft.AspNetCore.SignalR.StackExchangeRedis

Provides scale-out support for ASP.NET Core SignalR using a Redis server and the StackExchange.Redis client. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

44.2M
downloads
Microsoft.Bcl.Async package icon

Microsoft.Bcl.Async

This package enables Visual Studio 2012 projects to use the new 'async' and 'await' keywords. This package also includes Task-based extension methods that allow using some of the existing asynchronous APIs with the new language keywords. Windows Phone Silverlight 8 projects can use this package to get access to async extension methods for the networking types. This package is not supported in Visual Studio 2010, and is only required for projects targeting .NET Framework 4.5, Windows 8, Windows Phone Silverlight 8, or Windows Phone 8.1 when consuming a library that uses this package. For known issues, please see: http://blogs.msdn.com/b/bclteam/p/asynctargetingpackkb.aspx. For more information on the async programming model, visit MSDN: http://msdn.microsoft.com/en-us/library/vstudio/hh191443.aspx. Supported Platforms: - .NET Framework 4 (with KB2468871) - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries

44.2M
downloads
Xamarin.AndroidX.Concurrent.Futures package icon

Xamarin.AndroidX.Concurrent.Futures

.NET for Android and MAUI bindings for the Android Java library 'androidx.concurrent:concurrent-futures'. Library description: Androidx implementation of Guava's ListenableFuture

43.8M
downloads
Microsoft.CodeAnalysis.BannedApiAnalyzers package icon

Microsoft.CodeAnalysis.BannedApiAnalyzers

Banned API Analyzers

43.3M
downloads
Microsoft.NETCore.App.Runtime.linux-arm64 package icon

Microsoft.NETCore.App.Runtime.linux-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

43.1M
downloads
Microsoft.AspNetCore.App.Runtime.linux-arm64 package icon

Microsoft.AspNetCore.App.Runtime.linux-arm64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

43.0M
downloads
Microsoft.NETCore.App.Runtime.Mono.browser-wasm package icon

Microsoft.NETCore.App.Runtime.Mono.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

42.9M
downloads
Microsoft.AspNetCore.Components.WebAssembly.DevServer package icon

Microsoft.AspNetCore.Components.WebAssembly.DevServer

Deprecated. Use Microsoft.AspNetCore.Components.Gateway instead of Microsoft.AspNetCore.Components.WebAssembly.DevServer. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

42.8M
downloads
Microsoft.AspNetCore.AzureAppServicesIntegration package icon

Microsoft.AspNetCore.AzureAppServicesIntegration

ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

42.3M
downloads
Xamarin.Essentials package icon

Xamarin.Essentials

Xamarin.Essentials: a kit of essential API's for your apps

42.2M
downloads
Xamarin.Jetbrains.Annotations package icon

Xamarin.Jetbrains.Annotations

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains:annotations'. Library description: A set of annotations used for code inspection support and code documentation.

41.6M
downloads
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson package icon

Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson

Implements the SignalR Hub Protocol using Newtonsoft.Json. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

41.3M
downloads
Xamarin.AndroidX.Legacy.Support.Core.Utils package icon

Xamarin.AndroidX.Legacy.Support.Core.Utils

.NET for Android and MAUI bindings for the Android Java library 'androidx.legacy:legacy-support-core-utils'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

41.1M
downloads
Xamarin.Kotlin.StdLib.Common package icon

Xamarin.Kotlin.StdLib.Common

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib-common'. Library description: Kotlin Common Standard Library (legacy, use kotlin-stdlib instead)

40.7M
downloads
Microsoft.AspNetCore.HeaderPropagation package icon

Microsoft.AspNetCore.HeaderPropagation

ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

40.7M
downloads
Microsoft.Extensions.ServiceDiscovery package icon

Microsoft.Extensions.ServiceDiscovery

Provides extensions to HttpClient that enable service discovery based on configuration.

40.4M
downloads
Microsoft.Extensions.ServiceDiscovery.Abstractions package icon

Microsoft.Extensions.ServiceDiscovery.Abstractions

Provides abstractions for service discovery. Interfaces defined in this package are implemented in Microsoft.Extensions.ServiceDiscovery and other service discovery packages.

40.2M
downloads
Xamarin.AndroidX.LocalBroadcastManager package icon

Xamarin.AndroidX.LocalBroadcastManager

.NET for Android and MAUI bindings for the Android Java library 'androidx.localbroadcastmanager:localbroadcastmanager'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

40.1M
downloads
Xamarin.AndroidX.DocumentFile package icon

Xamarin.AndroidX.DocumentFile

.NET for Android and MAUI bindings for the Android Java library 'androidx.documentfile:documentfile'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

39.9M
downloads
Xamarin.AndroidX.Print package icon

Xamarin.AndroidX.Print

.NET for Android and MAUI bindings for the Android Java library 'androidx.print:print'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

39.8M
downloads
Xamarin.AndroidX.CoordinatorLayout package icon

Xamarin.AndroidX.CoordinatorLayout

.NET for Android and MAUI bindings for the Android Java library 'androidx.coordinatorlayout:coordinatorlayout'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

39.4M
downloads
Xamarin.AndroidX.AppCompat.AppCompatResources package icon

Xamarin.AndroidX.AppCompat.AppCompatResources

.NET for Android and MAUI bindings for the Android Java library 'androidx.appcompat:appcompat-resources'. Library description: Provides backward-compatible implementations of resource-related Android SDKfunctionality, including color state list theming.

39.3M
downloads
Microsoft.AspNetCore.AzureAppServices.HostingStartup package icon

Microsoft.AspNetCore.AzureAppServices.HostingStartup

ASP.NET Core lightup integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

39.0M
downloads
Microsoft.Extensions.TimeProvider.Testing package icon

Microsoft.Extensions.TimeProvider.Testing

Hand-crafted fakes to make time-related testing easier. FakeTimeProvider implements the abstract TimeProvider class and is specifically designed to be used for testing.

38.9M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net461 package icon

Microsoft.NETFramework.ReferenceAssemblies.net461

Microsoft .NET Framework Reference Assemblies

38.2M
downloads
Xamarin.AndroidX.Browser package icon

Xamarin.AndroidX.Browser

.NET for Android and MAUI bindings for the Android Java library 'androidx.browser:browser'. Library description: Provides support for embedding Custom Tabs in an app.

37.1M
downloads
Xamarin.AndroidX.Core.Core.Ktx package icon

Xamarin.AndroidX.Core.Core.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.core:core-ktx'. Library description: Kotlin extensions for 'core' artifact

36.6M
downloads
Microsoft.Diagnostics.Tracing.EventSource.Redist package icon

Microsoft.Diagnostics.Tracing.EventSource.Redist

This package includes the class Microsoft.Diagnostics.Tracing.EventSource which enables firing ETW events from managed code. This is the "runtime" or "redist" EventSource package and should be referenced directly only by other NuGet packages that need the EventSource functionality. Application developers that need this functionality should instead reference the Microsoft.Diagnostics.Tracing.EventSource NuGet package which provides an enhanced developer experience. This package enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework, .NET Core, and netstandard2.0 in the System.Diagnostics.Tracing namespace. This package contains the latest version of EventSource and is meant to be used as a stop gap for .NET Framework developers until features and fixes are ported to System.Diagnostics.Tracing.EventSource in the .NET Framework. For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx. Commonly Used Types: Microsoft.Diagnostics.Tracing.EventSource

36.5M
downloads
Xamarin.AndroidX.RecyclerView package icon

Xamarin.AndroidX.RecyclerView

.NET for Android and MAUI bindings for the Android Java library 'androidx.recyclerview:recyclerview'. Library description: Android Support RecyclerView

36.5M
downloads
Xamarin.AndroidX.SwipeRefreshLayout package icon

Xamarin.AndroidX.SwipeRefreshLayout

.NET for Android and MAUI bindings for the Android Java library 'androidx.swiperefreshlayout:swiperefreshlayout'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

35.3M
downloads
Microsoft.dotnet-interactive package icon

Microsoft.dotnet-interactive

Command line tool for interactive programming with C#, F#, PowerShell, and more. Powers Polyglot Notebooks and provides .NET support for Jupyter.

35.3M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net48 package icon

Microsoft.NETFramework.ReferenceAssemblies.net48

Microsoft .NET Framework Reference Assemblies

34.3M
downloads
Xamarin.AndroidX.SlidingPaneLayout package icon

Xamarin.AndroidX.SlidingPaneLayout

.NET for Android and MAUI bindings for the Android Java library 'androidx.slidingpanelayout:slidingpanelayout'. Library description: SlidingPaneLayout offers a responsive, two pane layout that automatically switches between overlapping panes on smaller devices to a side by side view on larger devices.

34.2M
downloads
Xamarin.AndroidX.Transition package icon

Xamarin.AndroidX.Transition

.NET for Android and MAUI bindings for the Android Java library 'androidx.transition:transition'. Library description: Android Transition Support Library

34.2M
downloads
Xamarin.KotlinX.Coroutines.Android package icon

Xamarin.KotlinX.Coroutines.Android

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:kotlinx-coroutines-android'. Library description: Coroutines support libraries for Kotlin

33.7M
downloads
Microsoft.NETCore.App.Runtime.linux-musl-x64 package icon

Microsoft.NETCore.App.Runtime.linux-musl-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

33.6M
downloads
Xamarin.AndroidX.Lifecycle.LiveData package icon

Xamarin.AndroidX.Lifecycle.LiveData

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-livedata'. Library description: Android Lifecycle LiveData

33.4M
downloads
runtime.win7-x64.runtime.native.System.IO.Compression package icon

runtime.win7-x64.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.5.

33.3M
downloads
System.Net.ServerSentEvents package icon

System.Net.ServerSentEvents

Provides a simple parser for server-sent events (SSE). Commonly Used Types: System.Net.ServerSentEvents.SseParser

33.1M
downloads
Microsoft.NETCore.App.Host.osx-x64 package icon

Microsoft.NETCore.App.Host.osx-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

33.0M
downloads
Xamarin.KotlinX.Coroutines.Core.Jvm package icon

Xamarin.KotlinX.Coroutines.Core.Jvm

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm'. Library description: Coroutines support libraries for Kotlin

32.9M
downloads
Microsoft.Tpl.Dataflow package icon

Microsoft.Tpl.Dataflow

TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 8 - Portable Class Libraries

32.9M
downloads
Xamarin.Google.Android.Material package icon

Xamarin.Google.Android.Material

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.material:material'. Library description: Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 23 or later.

32.9M
downloads
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 package icon

Microsoft.AspNetCore.App.Runtime.linux-musl-x64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

32.5M
downloads
System.Formats.Nrbf package icon

System.Formats.Nrbf

Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.

32.3M
downloads
Microsoft.NETCore.App.Runtime.osx-x64 package icon

Microsoft.NETCore.App.Runtime.osx-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

31.8M
downloads
Microsoft.NET.Workloads.10.0.100.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.100.Msi.x64

This package contains the workload set manifest for the 10.0.100 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

31.5M
downloads
Xamarin.AndroidX.CardView package icon

Xamarin.AndroidX.CardView

.NET for Android and MAUI bindings for the Android Java library 'androidx.cardview:cardview'. Library description: Android Support CardView v7

31.4M
downloads
Microsoft.EntityFrameworkCore.SqlServer.Abstractions package icon

Microsoft.EntityFrameworkCore.SqlServer.Abstractions

Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId

31.3M
downloads
Xamarin.AndroidX.Startup.StartupRuntime package icon

Xamarin.AndroidX.Startup.StartupRuntime

.NET for Android and MAUI bindings for the Android Java library 'androidx.startup:startup-runtime'. Library description: Android App Startup Runtime

31.2M
downloads
System.Drawing.Primitives package icon

System.Drawing.Primitives

Provides basic drawing primitive structures, that exposes the corresponding System.Drawing.dll types in .NET Core. Commonly Used Types: System.Drawing.Point System.Drawing.PointF System.Drawing.Size System.Drawing.SizeF System.Drawing.Rectangle System.Drawing.RectangleF When using NuGet 3.x this package requires at least version 3.4.

31.0M
downloads
Xamarin.GooglePlayServices.Basement package icon

Xamarin.GooglePlayServices.Basement

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-basement'.

31.0M
downloads
Microsoft.NET.Runtime.MonoAOTCompiler.Task package icon

Microsoft.NET.Runtime.MonoAOTCompiler.Task

Provides the MonoAOTCompiler task

30.8M
downloads
Microsoft.NET.Runtime.MonoTargets.Sdk package icon

Microsoft.NET.Runtime.MonoTargets.Sdk

Provides the tasks+targets, for consumption by mono-based workloads

30.8M
downloads
Microsoft.EntityFrameworkCore.SqlServer.HierarchyId package icon

Microsoft.EntityFrameworkCore.SqlServer.HierarchyId

Adds hierarchyid support to the SQL Server EF Core provider

30.8M
downloads
Microsoft.NETCore.App.Runtime.win-x86 package icon

Microsoft.NETCore.App.Runtime.win-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

30.5M
downloads
Microsoft.AspNetCore.Authentication.AzureAD.UI package icon

Microsoft.AspNetCore.Authentication.AzureAD.UI

ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ab1f1c636afa3a6607f2d67bc387b586596d1d38

30.4M
downloads
Microsoft.AspNetCore.App.Runtime.osx-x64 package icon

Microsoft.AspNetCore.App.Runtime.osx-x64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

30.1M
downloads
Microsoft.AspNetCore.ApplicationInsights.HostingStartup package icon

Microsoft.AspNetCore.ApplicationInsights.HostingStartup

ASP.NET Core lightup integration with Application Insights.

29.7M
downloads
Microsoft.AspNetCore.Components.WebAssembly.Server package icon

Microsoft.AspNetCore.Components.WebAssembly.Server

Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

29.7M
downloads
Microsoft.NET.Sdk.WebAssembly.Pack package icon

Microsoft.NET.Sdk.WebAssembly.Pack

SDK for building and publishing WebAssembly applications.

29.4M
downloads
Microsoft.Maui.Essentials package icon

Microsoft.Maui.Essentials

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains a collection of cross-platform APIs for working with device sensors and other features.

29.4M
downloads
Microsoft.Maui.Core package icon

Microsoft.Maui.Core

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the core objects used by .NET MAUI. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.

29.1M
downloads
Mono.Posix.NETStandard package icon

Mono.Posix.NETStandard

Provides functionality to access Posix/Unix features

28.6M
downloads
Microsoft.AspNetCore.App.Runtime.win-x86 package icon

Microsoft.AspNetCore.App.Runtime.win-x86

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

28.5M
downloads
Microsoft.Web.Xdt package icon

Microsoft.Web.Xdt

Microsoft Xml Document Transformation (XDT) enables transformig XML files. This is the same technology used to transform web.config files for Visual Studio web projects.

28.5M
downloads
Xamarin.GooglePlayServices.Tasks package icon

Xamarin.GooglePlayServices.Tasks

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-tasks'.

28.5M
downloads
Microsoft.Extensions.Caching.Hybrid package icon

Microsoft.Extensions.Caching.Hybrid

Multi-level caching implementation building on and extending IDistributedCache

27.4M
downloads
Xamarin.Build.Download package icon

Xamarin.Build.Download

Support for downloading and unpacking archives when building MSBuild projects

27.2M
downloads
Xamarin.Kotlin.StdLib.Jdk8 package icon

Xamarin.Kotlin.StdLib.Jdk8

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'. Library description: Kotlin Standard Library JDK 8 extension

26.9M
downloads
Xamarin.AndroidX.Migration package icon

Xamarin.AndroidX.Migration

This package provides a set of tools and MSBuild tasks to aid in the migration from Android Support to Android X.

26.8M
downloads
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

26.5M
downloads
Xamarin.AndroidX.ProfileInstaller.ProfileInstaller package icon

Xamarin.AndroidX.ProfileInstaller.ProfileInstaller

.NET for Android and MAUI bindings for the Android Java library 'androidx.profileinstaller:profileinstaller'. Library description: Allows libraries to prepopulate ahead of time compilation traces to be read by ART

26.4M
downloads
runtime.linux-x64.Microsoft.NETCore.App package icon

runtime.linux-x64.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

26.3M
downloads
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

26.3M
downloads
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost package icon

runtime.linux-x64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

26.2M
downloads
Xamarin.Google.ErrorProne.Annotations package icon

Xamarin.Google.ErrorProne.Annotations

.NET for Android and MAUI bindings for the Android Java library 'com.google.errorprone:error_prone_annotations'.

26.2M
downloads
Xamarin.AndroidX.MultiDex package icon

Xamarin.AndroidX.MultiDex

.NET for Android and MAUI bindings for the Android Java library 'androidx.multidex:multidex'. Library description: Library for legacy multi-dex support

26.1M
downloads
Xamarin.Android.Support.Compat package icon

Xamarin.Android.Support.Compat

Xamarin.Android bindings for Android Support Library - support-compat

25.9M
downloads
Xamarin.Kotlin.StdLib.Jdk7 package icon

Xamarin.Kotlin.StdLib.Jdk7

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib-jdk7'. Library description: Kotlin Standard Library JDK 7 extension

25.9M
downloads
Xamarin.AndroidX.ViewPager2 package icon

Xamarin.AndroidX.ViewPager2

.NET for Android and MAUI bindings for the Android Java library 'androidx.viewpager2:viewpager2'. Library description: AndroidX Widget ViewPager2

25.8M
downloads
Microsoft.NETCore.App.Host.linux-musl-x64 package icon

Microsoft.NETCore.App.Host.linux-musl-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

25.7M
downloads
Xamarin.Android.Support.Core.Utils package icon

Xamarin.Android.Support.Core.Utils

Xamarin.Android bindings for Android Support Library - support-core-utils

25.3M
downloads
Xamarin.AndroidX.Annotation.Jvm package icon

Xamarin.AndroidX.Annotation.Jvm

.NET for Android and MAUI bindings for the Android Java library 'androidx.annotation:annotation-jvm'. Library description: Provides source annotations for tooling and readability.

25.2M
downloads
Microsoft.AspNetCore.SignalR.Protocols.MessagePack package icon

Microsoft.AspNetCore.SignalR.Protocols.MessagePack

Implements the SignalR Hub Protocol over MsgPack. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

25.2M
downloads
Microsoft.ML.DataView package icon

Microsoft.ML.DataView

Contains the IDataView system which is a set of interfaces and components that provide efficient, compositional processing of schematized data for machine learning and advanced analytics applications.

25.1M
downloads
Microsoft.Extensions.AI package icon

Microsoft.Extensions.AI

Utilities for working with generative AI components.

25.0M
downloads
Xamarin.Android.Support.Annotations package icon

Xamarin.Android.Support.Annotations

Xamarin.Android bindings for Android Support Library - support-annotations

24.7M
downloads
Xamarin.AndroidX.ConstraintLayout package icon

Xamarin.AndroidX.ConstraintLayout

.NET for Android and MAUI bindings for the Android Java library 'androidx.constraintlayout:constraintlayout'. Library description: This library offers a flexible and adaptable way to position and animate widgets

24.6M
downloads
Microsoft.Maui.Controls package icon

Microsoft.Maui.Controls

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, Tizen, and Windows from a single shared codebase.

24.4M
downloads
Xamarin.Android.Support.v4 package icon

Xamarin.Android.Support.v4

Xamarin.Android bindings for Android Support Library - support-v4

24.3M
downloads
runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

24.1M
downloads
Microsoft.NET.Sdk.iOS.Manifest-6.0.400.Msi.x64 package icon

Microsoft.NET.Sdk.iOS.Manifest-6.0.400.Msi.x64

.NET Workload for iOS platforms

24.1M
downloads
Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.400.Msi.x64 package icon

Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.400.Msi.x64

.NET Workload for MacCatalyst platforms

24.0M
downloads
runtime.ubuntu.14.04-x64.Microsoft.NETCore.Jit package icon

runtime.ubuntu.14.04-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

24.0M
downloads
Microsoft.NET.Sdk.Android.Manifest-6.0.400.Msi.x64 package icon

Microsoft.NET.Sdk.Android.Manifest-6.0.400.Msi.x64

Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.

24.0M
downloads
Microsoft.NET.Sdk.macOS.Manifest-6.0.400.Msi.x64 package icon

Microsoft.NET.Sdk.macOS.Manifest-6.0.400.Msi.x64

.NET Workload for macOS platforms

24.0M
downloads
Microsoft.NET.Sdk.Maui.Manifest-6.0.400.Msi.x64 package icon

Microsoft.NET.Sdk.Maui.Manifest-6.0.400.Msi.x64

.NET MAUI workload manifest

23.9M
downloads
Microsoft.NET.Sdk.tvOS.Manifest-6.0.400.Msi.x64 package icon

Microsoft.NET.Sdk.tvOS.Manifest-6.0.400.Msi.x64

.NET Workload for tvOS platforms

23.9M
downloads
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

23.8M
downloads
Microsoft.NETCore.App.Runtime.Mono.android-arm package icon

Microsoft.NETCore.App.Runtime.Mono.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

23.6M
downloads
Microsoft.NETCore.App.Runtime.Mono.android-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

23.6M
downloads
Xamarin.Android.Support.Core.UI package icon

Xamarin.Android.Support.Core.UI

Xamarin.Android bindings for Android Support Library - support-core-ui

23.5M
downloads
Xamarin.AndroidX.Lifecycle.Process package icon

Xamarin.AndroidX.Lifecycle.Process

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-process'. Library description: Android Lifecycle Process

23.5M
downloads
Microsoft.NETCore.App.Runtime.Mono.android-x86 package icon

Microsoft.NETCore.App.Runtime.Mono.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

23.5M
downloads
Microsoft.NETCore.App.Runtime.Mono.android-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

23.4M
downloads
Microsoft.AspNetCore.Authentication.Certificate package icon

Microsoft.AspNetCore.Authentication.Certificate

ASP.NET Core middleware that enables an application to support certificate authentication. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

23.3M
downloads
Microsoft.Packaging.Tools package icon

Microsoft.Packaging.Tools

Provides build infrastructure for handling conflicting assets from packages. 81ffa9f5381f510c2afa17a113e4c4d77144b84e When using NuGet 3.x this package requires at least version 3.4.

23.2M
downloads
Xamarin.AndroidX.DynamicAnimation package icon

Xamarin.AndroidX.DynamicAnimation

.NET for Android and MAUI bindings for the Android Java library 'androidx.dynamicanimation:dynamicanimation'. Library description: Physics-based animation in support library, where the animations are driven by physics force. You can use this Animation library to create smooth and realistic animations.

23.1M
downloads
Xamarin.GooglePlayServices.Base package icon

Xamarin.GooglePlayServices.Base

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-base'.

22.9M
downloads
Microsoft.SourceLink.AzureRepos.Git package icon

Microsoft.SourceLink.AzureRepos.Git

Generates source link for Azure Repos (formerly known as VSTS) Git repositories.

22.8M
downloads
Xamarin.AndroidX.Legacy.Support.Core.UI package icon

Xamarin.AndroidX.Legacy.Support.Core.UI

.NET for Android and MAUI bindings for the Android Java library 'androidx.legacy:legacy-support-core-ui'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

22.8M
downloads
Xamarin.AndroidX.AsyncLayoutInflater package icon

Xamarin.AndroidX.AsyncLayoutInflater

.NET for Android and MAUI bindings for the Android Java library 'androidx.asynclayoutinflater:asynclayoutinflater'. Library description: Provides support for inflating layouts off the UI thread.

22.7M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net462 package icon

Microsoft.NETFramework.ReferenceAssemblies.net462

Microsoft .NET Framework Reference Assemblies

22.7M
downloads
System.Runtime.WindowsRuntime package icon

System.Runtime.WindowsRuntime

Provides extensions methods that improve interoperation between managed code and the Windows Runtime. Commonly Used Types: System.WindowsRuntimeSystemExtensions System.IO.WindowsRuntimeStorageExtensions System.IO.WindowsRuntimeStreamExtensions System.Runtime.InteropServices.WindowsRuntime.AsyncInfo System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeBuffer When using NuGet 3.x this package requires at least version 3.4.

22.6M
downloads
Microsoft.NET.Workloads.10.0.300.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.300.Msi.x64

This package contains the workload set manifest for the 10.0.300 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

22.4M
downloads
Microsoft.Maui.Controls.Core package icon

Microsoft.Maui.Controls.Core

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the core C# and XAML objects used by .NET MAUI. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.

22.4M
downloads
Xamarin.Android.Support.Fragment package icon

Xamarin.Android.Support.Fragment

Xamarin.Android bindings for Android Support Library - support-fragment

22.4M
downloads
Microsoft.EntityFrameworkCore.Cosmos package icon

Microsoft.EntityFrameworkCore.Cosmos

Azure Cosmos provider for Entity Framework Core.

22.2M
downloads
Xamarin.AndroidX.Emoji2 package icon

Xamarin.AndroidX.Emoji2

.NET for Android and MAUI bindings for the Android Java library 'androidx.emoji2:emoji2'. Library description: Core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.

21.9M
downloads
Microsoft.Maui.Resizetizer package icon

Microsoft.Maui.Resizetizer

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains image, font and raw asset processing tools.

21.9M
downloads
Microsoft.Maui.Controls.Xaml package icon

Microsoft.Maui.Controls.Xaml

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the XAML tooling. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.

21.8M
downloads
Xamarin.AndroidX.ConstraintLayout.Core package icon

Xamarin.AndroidX.ConstraintLayout.Core

.NET for Android and MAUI bindings for the Android Java library 'androidx.constraintlayout:constraintlayout-core'. Library description: This library contains engines and algorithms for constraint based layout and complex animations (it is used by the ConstraintLayout library)

21.8M
downloads
Microsoft.Maui.Sdk package icon

Microsoft.Maui.Sdk

.NET Multi-platform App UI (.NET MAUI) SDK. Please do not reference this package directly.

21.7M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

21.7M
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.400.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.400.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

21.7M
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

21.6M
downloads
Xamarin.Android.Support.Media.Compat package icon

Xamarin.Android.Support.Media.Compat

Xamarin.Android bindings for Android Support Library - support-media-compat

21.6M
downloads
Xamarin.AndroidX.ResourceInspection.Annotation package icon

Xamarin.AndroidX.ResourceInspection.Annotation

.NET for Android and MAUI bindings for the Android Java library 'androidx.resourceinspection:resourceinspection-annotation'. Library description: Annotation processors for Android resource and layout inspection

21.6M
downloads
Xamarin.AndroidX.Emoji2.ViewsHelper package icon

Xamarin.AndroidX.Emoji2.ViewsHelper

.NET for Android and MAUI bindings for the Android Java library 'androidx.emoji2:emoji2-views-helper'. Library description: Provide helper classes for Emoji2 views.

21.5M
downloads
Microsoft.NET.Sdk.Razor package icon

Microsoft.NET.Sdk.Razor

Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/a4938d07a5127ffad8466ddf703a6b5b21f4b0c9

21.4M
downloads
Microsoft.NETCore.App.Runtime.Mono.ios-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.ios-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

21.4M
downloads
runtime.ubuntu.14.04-x64.runtime.native.System package icon

runtime.ubuntu.14.04-x64.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.

21.4M
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

21.4M
downloads
Xamarin.AndroidX.Navigation.Common package icon

Xamarin.AndroidX.Navigation.Common

.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-common'. Library description: Android Navigation-Common

21.3M
downloads
runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression package icon

runtime.ubuntu.14.04-x64.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.

21.3M
downloads
Xamarin.Android.Support.v7.AppCompat package icon

Xamarin.Android.Support.v7.AppCompat

Xamarin.Android bindings for Android Support Library - appcompat-v7

21.3M
downloads
Xamarin.AndroidX.Navigation.Runtime package icon

Xamarin.AndroidX.Navigation.Runtime

.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-runtime'. Library description: Android Navigation-Runtime

21.3M
downloads
runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http package icon

runtime.ubuntu.14.04-x64.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.

21.3M
downloads
Microsoft.AspNetCore.SpaProxy package icon

Microsoft.AspNetCore.SpaProxy

Helpers for launching the SPA CLI proxy automatically when the application starts in ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

21.2M
downloads
Xamarin.AndroidX.Media package icon

Xamarin.AndroidX.Media

.NET for Android and MAUI bindings for the Android Java library 'androidx.media:media'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

21.0M
downloads
Xamarin.AndroidX.Navigation.UI package icon

Xamarin.AndroidX.Navigation.UI

.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-ui'. Library description: Android Navigation-UI

20.9M
downloads
Microsoft.Maui.Controls.Build.Tasks package icon

Microsoft.Maui.Controls.Build.Tasks

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the MSBuild tasks and other tooling. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.

20.8M
downloads
Microsoft.NETCore.Runtime package icon

Microsoft.NETCore.Runtime

The .NET Core runtime. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

20.8M
downloads
Microsoft.WindowsDesktop.App.Runtime.win-x86 package icon

Microsoft.WindowsDesktop.App.Runtime.win-x86

Package Description

20.7M
downloads
SkiaSharp.NativeAssets.WebAssembly package icon

SkiaSharp.NativeAssets.WebAssembly

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

20.7M
downloads
Microsoft.Extensions.VectorData.Abstractions package icon

Microsoft.Extensions.VectorData.Abstractions

Abstractions for vector database access.

20.7M
downloads
Xamarin.Google.Crypto.Tink.Android package icon

Xamarin.Google.Crypto.Tink.Android

.NET for Android and MAUI bindings for the Android Java library 'com.google.crypto.tink:tink-android'. Library description: Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.

20.5M
downloads
runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security package icon

runtime.ubuntu.14.04-x64.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.

20.5M
downloads
Microsoft.Composition package icon

Microsoft.Composition

This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 8 - Portable Class Libraries

20.4M
downloads
Microsoft.NETCore.Runtime.Native package icon

Microsoft.NETCore.Runtime.Native

Support libraries for the .NET Core runtime used by .NETNative. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

20.3M
downloads
runtime.win-x64.Microsoft.NETCore.App package icon

runtime.win-x64.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

20.2M
downloads
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

20.1M
downloads
runtime.win-x64.Microsoft.NETCore.DotNetAppHost package icon

runtime.win-x64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

20.1M
downloads
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.win-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

20.0M
downloads
Xamarin.AndroidX.ExifInterface package icon

Xamarin.AndroidX.ExifInterface

.NET for Android and MAUI bindings for the Android Java library 'androidx.exifinterface:exifinterface'. Library description: Android Support ExifInterface

20.0M
downloads
Microsoft.DotNet.ILCompiler package icon

Microsoft.DotNet.ILCompiler

Provides a native AOT compiler and runtime for .NET

19.8M
downloads
Microsoft.Extensions.Hosting.Systemd package icon

Microsoft.Extensions.Hosting.Systemd

.NET hosting infrastructure for Systemd Services.

19.7M
downloads
Xamarin.Android.Support.Animated.Vector.Drawable package icon

Xamarin.Android.Support.Animated.Vector.Drawable

Xamarin.Android bindings for Android Support Library - animated-vector-drawable

19.6M
downloads
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

19.6M
downloads
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHost package icon

runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

19.5M
downloads
Xamarin.Android.Support.Vector.Drawable package icon

Xamarin.Android.Support.Vector.Drawable

Xamarin.Android bindings for Android Support Library - support-vector-drawable

19.3M
downloads
Microsoft.Extensions.AI.OpenAI package icon

Microsoft.Extensions.AI.OpenAI

Implementation of generative AI abstractions for OpenAI-compatible endpoints.

19.0M
downloads
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography package icon

runtime.ubuntu.14.04-x64.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.

18.8M
downloads
Microsoft.AspNetCore.App.Internal.Assets package icon

Microsoft.AspNetCore.App.Internal.Assets

ASP.NET Core static framework assets This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

18.6M
downloads
Microsoft.AspNetCore.Hosting.WindowsServices package icon

Microsoft.AspNetCore.Hosting.WindowsServices

ASP.NET Core hosting infrastructure and startup logic for web applications running within a Windows service. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

18.6M
downloads
Microsoft.Build.CentralPackageVersions package icon

Microsoft.Build.CentralPackageVersions

Provides the ability to centrally manage your NuGet package versions when using PackageReference.

18.2M
downloads
Xamarin.Forms.Maps package icon

Xamarin.Forms.Maps

Maps models and renderers for Xamarin.Forms

18.2M
downloads
GoogleGson package icon

GoogleGson

.NET for Android and MAUI bindings for the Android Java library 'com.google.code.gson:gson'.

18.0M
downloads
Xamarin.AndroidX.Legacy.Support.V4 package icon

Xamarin.AndroidX.Legacy.Support.V4

.NET for Android and MAUI bindings for the Android Java library 'androidx.legacy:legacy-support-v4'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

17.7M
downloads
Xamarin.Android.Support.v7.RecyclerView package icon

Xamarin.Android.Support.v7.RecyclerView

Xamarin.Android bindings for Android Support Library - recyclerview-v7

17.6M
downloads
Xamarin.AndroidX.Lifecycle.ViewModel.Ktx package icon

Xamarin.AndroidX.Lifecycle.ViewModel.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-viewmodel-ktx'. Library description: Kotlin extensions for 'viewmodel' artifact

17.6M
downloads
Xamarin.Firebase.Common package icon

Xamarin.Firebase.Common

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-common'.

17.6M
downloads
Microsoft.NETCore.App.Runtime.osx-arm64 package icon

Microsoft.NETCore.App.Runtime.osx-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

17.4M
downloads
Xamarin.Android.Arch.Lifecycle.Common package icon

Xamarin.Android.Arch.Lifecycle.Common

Xamarin.Android bindings for Android Support Library - common

17.4M
downloads
Xamarin.AndroidX.Lifecycle.Runtime.Ktx package icon

Xamarin.AndroidX.Lifecycle.Runtime.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-runtime-ktx'. Library description: Kotlin extensions for 'lifecycle' artifact

17.4M
downloads
dotnet-trace package icon

dotnet-trace

.NET Performance Trace Tool

17.3M
downloads
Xamarin.Android.Arch.Lifecycle.Runtime package icon

Xamarin.Android.Arch.Lifecycle.Runtime

Xamarin.Android bindings for Android Support Library - runtime

17.2M
downloads
Xamarin.AndroidX.Activity.Ktx package icon

Xamarin.AndroidX.Activity.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.activity:activity-ktx'. Library description: Kotlin extensions for 'activity' artifact

17.1M
downloads
Xamarin.Android.Support.Design package icon

Xamarin.Android.Support.Design

Xamarin.Android bindings for Android Support Library - design

17.1M
downloads
Xamarin.AndroidX.SavedState.SavedState.Ktx package icon

Xamarin.AndroidX.SavedState.SavedState.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.savedstate:savedstate-ktx'. Library description: Kotlin extensions for 'savedstate' artifact

17.1M
downloads
Microsoft.AspNetCore.Components.WebView package icon

Microsoft.AspNetCore.Components.WebView

Build desktop applications with Blazor and a webview. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

17.1M
downloads
Xamarin.Android.Arch.Core.Common package icon

Xamarin.Android.Arch.Core.Common

Xamarin.Android bindings for Android Support Library - common

17.1M
downloads
Microsoft.NETCore.App.Crossgen2.win-x64 package icon

Microsoft.NETCore.App.Crossgen2.win-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

17.1M
downloads
Microsoft.NETCore.App.Host.osx-arm64 package icon

Microsoft.NETCore.App.Host.osx-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

17.0M
downloads
dotnet-counters package icon

dotnet-counters

.NET Performance Counter Tool

17.0M
downloads
Microsoft.NETCore.UniversalWindowsPlatform package icon

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.

17.0M
downloads
Microsoft.AspNetCore.App.Runtime.osx-arm64 package icon

Microsoft.AspNetCore.App.Runtime.osx-arm64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

16.8M
downloads
Xamarin.AndroidX.Collection.Ktx package icon

Xamarin.AndroidX.Collection.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.collection:collection-ktx'. Library description: Kotlin extensions for 'collection' artifact

16.7M
downloads
Xamarin.Android.Support.v7.CardView package icon

Xamarin.Android.Support.v7.CardView

Xamarin.Android bindings for Android Support Library - cardview-v7

16.7M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net45 package icon

Microsoft.NETFramework.ReferenceAssemblies.net45

Microsoft .NET Framework Reference Assemblies

16.6M
downloads
Microsoft.AspNetCore.SignalR.Redis package icon

Microsoft.AspNetCore.SignalR.Redis

Redis for ASP.NET Core SignalR.

16.5M
downloads
Microsoft.Maui.Controls.Compatibility package icon

Microsoft.Maui.Controls.Compatibility

Compatibility APIs and objects for .NET Multi-platform App UI (.NET MAUI) apps. This package contains a collection of APIs and views that allow for easier migration from Xamarin.Forms.

16.3M
downloads
Xamarin.Android.Glide package icon

Xamarin.Android.Glide

.NET for Android and MAUI bindings for the Android Java library 'com.github.bumptech.glide:glide'. Library description: A fast and efficient image loading library for Android focused on smooth scrolling.

16.3M
downloads
Microsoft.ML package icon

Microsoft.ML

ML.NET is a cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers.

16.3M
downloads
Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx package icon

Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-livedata-core-ktx'. Library description: Kotlin extensions for 'livedata-core' artifact

16.3M
downloads
Microsoft.Extensions.Validation package icon

Microsoft.Extensions.Validation

Common validation abstractions and validation infrastructure for .NET applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

16.3M
downloads
System.CommandLine.NamingConventionBinder package icon

System.CommandLine.NamingConventionBinder

This package provides command handler support for System.CommandLine performs parameter and model binding by matching option and argument names to parameter and property names.

16.2M
downloads
Xamarin.AndroidX.Window package icon

Xamarin.AndroidX.Window

.NET for Android and MAUI bindings for the Android Java library 'androidx.window:window'. Library description: WindowManager Jetpack library. Currently only provides additional functionality on foldable devices.

15.9M
downloads
Microsoft.ML.CpuMath package icon

Microsoft.ML.CpuMath

Microsoft.ML.CpuMath contains optimized math routines for ML.NET.

15.8M
downloads
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

15.8M
downloads
Xamarin.AndroidX.Fragment.Ktx package icon

Xamarin.AndroidX.Fragment.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.fragment:fragment-ktx'. Library description: Kotlin extensions for 'fragment' artifact

15.7M
downloads
Microsoft.NETCore.App.Host.win-x86 package icon

Microsoft.NETCore.App.Host.win-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

15.7M
downloads
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

15.6M
downloads
Xamarin.AndroidX.Navigation.Fragment package icon

Xamarin.AndroidX.Navigation.Fragment

.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-fragment'. Library description: Android Navigation-Fragment

15.5M
downloads
System.Runtime.Serialization.Schema package icon

System.Runtime.Serialization.Schema

Provides support for importing and exporting xsd schemas for DataContractSerializer. Commonly Used Types: System.Runtime.Serialization.Schema.XsdDataContractExporter System.Runtime.Serialization.Schema.XsdDataContractImporter

15.5M
downloads
Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers package icon

Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers

A set of analyzers to assist developers in upgrading .NET Framework applications to .NET 6.

15.5M
downloads
Microsoft.Extensions.Diagnostics.Testing package icon

Microsoft.Extensions.Diagnostics.Testing

Hand-crafted fakes to make telemetry-related testing easier.

15.2M
downloads
Xamarin.KotlinX.Coroutines.Core package icon

Xamarin.KotlinX.Coroutines.Core

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:kotlinx-coroutines-core'. Library description: Coroutines support libraries for Kotlin

14.7M
downloads
Text.Analyzers package icon

Text.Analyzers

Text Analyzers

14.6M
downloads
Xamarin.Android.Glide.GifDecoder package icon

Xamarin.Android.Glide.GifDecoder

.NET for Android and MAUI bindings for the Android Java library 'com.github.bumptech.glide:gifdecoder'. Library description: Implementation of GifDecoder that is more memory efficient to animate for Android devices.

14.6M
downloads
Xamarin.Android.Glide.DiskLruCache package icon

Xamarin.Android.Glide.DiskLruCache

.NET for Android and MAUI bindings for the Android Java library 'com.github.bumptech.glide:disklrucache'. Library description: A cache that uses a bounded amount of space on a filesystem. Based on Jake Wharton's tailored for Glide.

14.6M
downloads
Xamarin.AndroidX.Security.SecurityCrypto package icon

Xamarin.AndroidX.Security.SecurityCrypto

.NET for Android and MAUI bindings for the Android Java library 'androidx.security:security-crypto'. Library description: AndroidX Security

14.5M
downloads
runtime.win7-x86.runtime.native.System.IO.Compression package icon

runtime.win7-x86.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.5.

14.5M
downloads
dotnet-gcdump package icon

dotnet-gcdump

.NET Managed Heap Dump and Analysis Tool

14.2M
downloads
Microsoft.Android.Sdk.Darwin package icon

Microsoft.Android.Sdk.Darwin

C# Tools and Bindings for the Android SDK.

14.1M
downloads
SkiaSharp.Views package icon

SkiaSharp.Views

SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.

14.1M
downloads
System.Runtime.WindowsRuntime.UI.Xaml package icon

System.Runtime.WindowsRuntime.UI.Xaml

Provides managed equivalents of Extensible Application Markup Language (XAML) UI types from Windows Runtime. Commonly Used Types: Windows.UI.Xaml.CornerRadius Windows.UI.Xaml.Duration Windows.UI.Xaml.DurationType Windows.UI.Xaml.GridLength Windows.UI.Xaml.GridUnitType Windows.UI.Xaml.Thickness Windows.UI.Xaml.Media.Matrix Windows.UI.Xaml.Media.Animation.KeyTime Windows.UI.Xaml.Media.Animation.RepeatBehavior Windows.UI.Xaml.Media.Animation.RepeatBehaviorType Windows.UI.Xaml.Media.Media3D.Matrix3D When using NuGet 3.x this package requires at least version 3.4.

14.0M
downloads
Xamarin.Firebase.Components package icon

Xamarin.Firebase.Components

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-components'.

13.9M
downloads
Microsoft.NETCore.App.Runtime.win-arm64 package icon

Microsoft.NETCore.App.Runtime.win-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.8M
downloads
Microsoft.ML.OnnxRuntime package icon

Microsoft.ML.OnnxRuntime

This package contains native shared library artifacts for all supported platforms of ONNX Runtime.

13.8M
downloads
Microsoft.AspNetCore.Components.WebView.Maui package icon

Microsoft.AspNetCore.Components.WebView.Maui

Build .NET Multi-platform App UI (.NET MAUI) apps with Blazor web UI in the BlazorWebView control.

13.8M
downloads
Xamarin.Android.Support.Transition package icon

Xamarin.Android.Support.Transition

Xamarin.Android bindings for Android Support Library - transition

13.8M
downloads
Xamarin.AndroidX.Collection.Jvm package icon

Xamarin.AndroidX.Collection.Jvm

.NET for Android and MAUI bindings for the Android Java library 'androidx.collection:collection-jvm'. Library description: Standalone efficient collections.

13.7M
downloads
Xamarin.AndroidX.CustomView.PoolingContainer package icon

Xamarin.AndroidX.CustomView.PoolingContainer

.NET for Android and MAUI bindings for the Android Java library 'androidx.customview:customview-poolingcontainer'. Library description: Utilities for listening to the lifecycle of containers that manage their child Views' lifecycle, such as RecyclerView

13.5M
downloads
Xamarin.Google.Code.FindBugs.JSR305 package icon

Xamarin.Google.Code.FindBugs.JSR305

.NET for Android and MAUI bindings for the Android Java library 'com.google.code.findbugs:jsr305'. Library description: JSR305 Annotations for Findbugs

13.3M
downloads
Xamarin.Android.Glide.Annotations package icon

Xamarin.Android.Glide.Annotations

.NET for Android and MAUI bindings for the Android Java library 'com.github.bumptech.glide:annotations'. Library description: A set of annotations for configuring Glide.

13.3M
downloads
runtime.linux-musl-arm64.runtime.native.System.IO.Ports package icon

runtime.linux-musl-arm64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.android-x86.runtime.native.System.IO.Ports package icon

runtime.android-x86.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.android-x64.runtime.native.System.IO.Ports package icon

runtime.android-x64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.linux-musl-x64.runtime.native.System.IO.Ports package icon

runtime.linux-musl-x64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.android-arm64.runtime.native.System.IO.Ports package icon

runtime.android-arm64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.maccatalyst-arm64.runtime.native.System.IO.Ports package icon

runtime.maccatalyst-arm64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.linux-bionic-arm64.runtime.native.System.IO.Ports package icon

runtime.linux-bionic-arm64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.maccatalyst-x64.runtime.native.System.IO.Ports package icon

runtime.maccatalyst-x64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.linux-musl-arm.runtime.native.System.IO.Ports package icon

runtime.linux-musl-arm.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.linux-bionic-x64.runtime.native.System.IO.Ports package icon

runtime.linux-bionic-x64.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
runtime.android-arm.runtime.native.System.IO.Ports package icon

runtime.android-arm.runtime.native.System.IO.Ports

Internal implementation package not meant for direct consumption. Please do not reference directly.

13.1M
downloads
Microsoft.NET.Workloads.10.0.200.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.200.Msi.x64

This package contains the workload set manifest for the 10.0.200 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

13.0M
downloads
System.Linq.AsyncEnumerable package icon

System.Linq.AsyncEnumerable

System.Linq.AsyncEnumerable

13.0M
downloads
Xamarin.Firebase.Measurement.Connector package icon

Xamarin.Firebase.Measurement.Connector

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-measurement-connector'.

12.9M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

12.7M
downloads
HarfBuzzSharp.NativeAssets.WebAssembly package icon

HarfBuzzSharp.NativeAssets.WebAssembly

HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.

12.7M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

12.7M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

12.7M
downloads
Xamarin.Android.Support.v7.MediaRouter package icon

Xamarin.Android.Support.v7.MediaRouter

Xamarin.Android bindings for Android Support Library - mediarouter-v7

12.6M
downloads
Microsoft.AspNetCore.App.Runtime.win-arm64 package icon

Microsoft.AspNetCore.App.Runtime.win-arm64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

12.5M
downloads
Xamarin.Android.Support.Collections package icon

Xamarin.Android.Support.Collections

Xamarin.Android bindings for Android Support Library - collections

12.3M
downloads
Xamarin.Android.Support.VersionedParcelable package icon

Xamarin.Android.Support.VersionedParcelable

Xamarin.Android bindings for Android Support Library - versionedparcelable

12.2M
downloads
Xamarin.Firebase.Annotations package icon

Xamarin.Firebase.Annotations

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-annotations'.

12.1M
downloads
dotnet-format package icon

dotnet-format

Command line tool for formatting C# and Visual Basic code files based on .editorconfig settings.

11.9M
downloads
Xamarin.Android.Arch.Core.Runtime package icon

Xamarin.Android.Arch.Core.Runtime

Xamarin.Android bindings for Android Support Library - runtime

11.9M
downloads
Xamarin.Android.Arch.Lifecycle.ViewModel package icon

Xamarin.Android.Arch.Lifecycle.ViewModel

Xamarin.Android bindings for Android Support Library - viewmodel

11.9M
downloads
Xamarin.Android.Support.Loader package icon

Xamarin.Android.Support.Loader

Xamarin.Android bindings for Android Support Library - loader

11.9M
downloads
Microsoft.Net.Native.Compiler package icon

Microsoft.Net.Native.Compiler

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2

11.9M
downloads
Xamarin.Android.Arch.Lifecycle.LiveData package icon

Xamarin.Android.Arch.Lifecycle.LiveData

Xamarin.Android bindings for Android Support Library - livedata

11.9M
downloads
Xamarin.Android.Arch.Lifecycle.LiveData.Core package icon

Xamarin.Android.Arch.Lifecycle.LiveData.Core

Xamarin.Android bindings for Android Support Library - livedata-core

11.9M
downloads
Xamarin.Android.Support.DocumentFile package icon

Xamarin.Android.Support.DocumentFile

Xamarin.Android bindings for Android Support Library - documentfile

11.8M
downloads
Xamarin.Android.Support.LocalBroadcastManager package icon

Xamarin.Android.Support.LocalBroadcastManager

Xamarin.Android bindings for Android Support Library - localbroadcastmanager

11.8M
downloads
Xamarin.Android.Support.Print package icon

Xamarin.Android.Support.Print

Xamarin.Android bindings for Android Support Library - print

11.8M
downloads
Xamarin.GooglePlayServices.Stats package icon

Xamarin.GooglePlayServices.Stats

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-stats'.

11.8M
downloads
Xamarin.Android.Support.Interpolator package icon

Xamarin.Android.Support.Interpolator

Xamarin.Android bindings for Android Support Library - interpolator

11.8M
downloads
Xamarin.Android.Support.CursorAdapter package icon

Xamarin.Android.Support.CursorAdapter

Xamarin.Android bindings for Android Support Library - cursoradapter

11.8M
downloads
Xamarin.Android.Support.ViewPager package icon

Xamarin.Android.Support.ViewPager

Xamarin.Android bindings for Android Support Library - viewpager

11.8M
downloads
Xamarin.Android.Support.AsyncLayoutInflater package icon

Xamarin.Android.Support.AsyncLayoutInflater

Xamarin.Android bindings for Android Support Library - asynclayoutinflater

11.8M
downloads
Microsoft.Build.Traversal package icon

Microsoft.Build.Traversal

Provides MSBuild traversal logic.

11.7M
downloads
Xamarin.Android.Support.CustomView package icon

Xamarin.Android.Support.CustomView

Xamarin.Android bindings for Android Support Library - customview

11.7M
downloads
Xamarin.JavaX.Inject package icon

Xamarin.JavaX.Inject

.NET for Android and MAUI bindings for the Android Java library 'javax.inject:javax.inject'. Library description: The javax.inject API

11.7M
downloads
Xamarin.Android.Support.CoordinaterLayout package icon

Xamarin.Android.Support.CoordinaterLayout

Xamarin.Android bindings for Android Support Library - coordinatorlayout

11.7M
downloads
Xamarin.Android.Support.SlidingPaneLayout package icon

Xamarin.Android.Support.SlidingPaneLayout

Xamarin.Android bindings for Android Support Library - slidingpanelayout

11.7M
downloads
Xamarin.Android.Support.DrawerLayout package icon

Xamarin.Android.Support.DrawerLayout

Xamarin.Android bindings for Android Support Library - drawerlayout

11.7M
downloads
Xamarin.Android.Support.SwipeRefreshLayout package icon

Xamarin.Android.Support.SwipeRefreshLayout

Xamarin.Android bindings for Android Support Library - swiperefreshlayout

11.7M
downloads
Microsoft.Android.Templates package icon

Microsoft.Android.Templates

Templates for Android platforms.

11.5M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

11.5M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

11.5M
downloads
Xamarin.Google.Android.DataTransport.TransportRuntime package icon

Xamarin.Google.Android.DataTransport.TransportRuntime

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.datatransport:transport-runtime'.

11.5M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

11.5M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

11.5M
downloads
NETStandard.Library.Ref package icon

NETStandard.Library.Ref

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of standard .NET APIs that are prescribed to be used and supported together. Contains reference assemblies, documentation, and other design-time assets. 7d57652f33493fa022125b7f63aad0d70c52d810 When using NuGet 3.x this package requires at least version 3.4.

11.4M
downloads
Xamarin.Google.Android.DataTransport.TransportBackendCct package icon

Xamarin.Google.Android.DataTransport.TransportBackendCct

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.datatransport:transport-backend-cct'.

11.3M
downloads
Microsoft.CodeAnalysis.PublicApiAnalyzers package icon

Microsoft.CodeAnalysis.PublicApiAnalyzers

Public API Analyzers

11.2M
downloads
System.CommandLine.Rendering package icon

System.CommandLine.Rendering

This package provides support for structured command line output rendering. Write code once that renders correctly in multiple output modes, including System.Console, virtual terminal (using ANSI escape sequences), and plain text.

11.2M
downloads
Xamarin.Firebase.Messaging package icon

Xamarin.Firebase.Messaging

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-messaging'.

11.2M
downloads
Microsoft.Build.NoTargets package icon

Microsoft.Build.NoTargets

Provides targets for projects that do not compile an assembly.

11.1M
downloads
Microsoft.iOS.Templates package icon

Microsoft.iOS.Templates

Templates for iOS platforms

11.0M
downloads
Xamarin.Google.Android.DataTransport.TransportApi package icon

Xamarin.Google.Android.DataTransport.TransportApi

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.datatransport:transport-api'.

11.0M
downloads
Xamarin.Firebase.Installations package icon

Xamarin.Firebase.Installations

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-installations'.

11.0M
downloads
System.Formats.Cbor package icon

System.Formats.Cbor

Provides classes that can read and write the CBOR data format. Commonly Used Types: System.Formats.Cbor.CborReader System.Formats.Cbor.CborWriter

11.0M
downloads
Xamarin.Android.Support.CustomTabs package icon

Xamarin.Android.Support.CustomTabs

Xamarin.Android bindings for Android Support Library - customtabs

10.9M
downloads
Microsoft.ML.Tokenizers package icon

Microsoft.ML.Tokenizers

Microsoft.ML.Tokenizers contains the implmentation of the tokenization used in the NLP transforms.

10.9M
downloads
Xamarin.Firebase.Installations.InterOp package icon

Xamarin.Firebase.Installations.InterOp

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-installations-interop'.

10.8M
downloads
Microsoft.Data.Analysis package icon

Microsoft.Data.Analysis

This package contains easy-to-use and high-performance libraries for data analysis and transformation.

10.8M
downloads
System.Json package icon

System.Json

System.Json

10.6M
downloads
runtime.linux-x64.Microsoft.DotNet.ILCompiler package icon

runtime.linux-x64.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

10.6M
downloads
SkiaSharp.NativeAssets.Android package icon

SkiaSharp.NativeAssets.Android

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

10.5M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net481 package icon

Microsoft.NETFramework.ReferenceAssemblies.net481

Microsoft .NET Framework Reference Assemblies

10.4M
downloads
Xamarin.AndroidX.Lifecycle.Common.Jvm package icon

Xamarin.AndroidX.Lifecycle.Common.Jvm

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-common-jvm'. Library description: Android Lifecycle-Common

10.1M
downloads
Microsoft.AspNetCore.ApiAuthorization.IdentityServer package icon

Microsoft.AspNetCore.ApiAuthorization.IdentityServer

ASP.NET Core API Authorization package powered by Identity Server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fb4b5a21ebd67b31fff4ddf5c039181da504c932

10.0M
downloads
Xamarin.Firebase.Iid.Interop package icon

Xamarin.Firebase.Iid.Interop

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-iid-interop'.

10.0M
downloads
Xamarin.AndroidX.Lifecycle.Runtime.Android package icon

Xamarin.AndroidX.Lifecycle.Runtime.Android

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-runtime-android'. Library description: Android Lifecycle Runtime

9.9M
downloads
Xamarin.AndroidX.Window.Extensions.Core.Core package icon

Xamarin.AndroidX.Window.Extensions.Core.Core

.NET for Android and MAUI bindings for the Android Java library 'androidx.window.extensions.core:core'. Library description: The Core APIs for Window Manager Library Extensions

9.9M
downloads
Xamarin.GooglePlayServices.Maps package icon

Xamarin.GooglePlayServices.Maps

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-maps'.

9.7M
downloads
Microsoft.Authentication.WebAssembly.Msal package icon

Microsoft.Authentication.WebAssembly.Msal

Authenticate your Blazor webassembly applications with Azure Active Directory and Azure Active Directory B2C This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

9.7M
downloads
Xamarin.Firebase.Encoders.JSON package icon

Xamarin.Firebase.Encoders.JSON

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-encoders-json'.

9.6M
downloads
Xamarin.Android.Support.v7.Palette package icon

Xamarin.Android.Support.v7.Palette

Xamarin.Android bindings for Android Support Library - palette-v7

9.6M
downloads
Microsoft.NET.ILLink.Analyzers package icon

Microsoft.NET.ILLink.Analyzers

Analyzer utilities for ILLink attributes and single-file

9.4M
downloads
Xamarin.AndroidX.Lifecycle.ViewModel.Android package icon

Xamarin.AndroidX.Lifecycle.ViewModel.Android

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-viewmodel-android'. Library description: Android Lifecycle ViewModel

9.4M
downloads
runtime.win-x86.Microsoft.NETCore.DotNetAppHost package icon

runtime.win-x86.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

9.4M
downloads
SkiaSharp.NativeAssets.iOS package icon

SkiaSharp.NativeAssets.iOS

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

9.4M
downloads
Microsoft.CodeAnalysis.ResxSourceGenerator package icon

Microsoft.CodeAnalysis.ResxSourceGenerator

Source generator for resource files

9.4M
downloads
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver package icon

runtime.win-x86.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

9.3M
downloads
runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform package icon

runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

9.3M
downloads
runtime.win-x86.Microsoft.NETCore.App package icon

runtime.win-x86.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

9.3M
downloads
Xamarin.Firebase.Encoders package icon

Xamarin.Firebase.Encoders

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-encoders'.

9.3M
downloads
runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform package icon

runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

9.3M
downloads
runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform package icon

runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

9.2M
downloads
runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform package icon

runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

9.2M
downloads
runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform package icon

runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

9.2M
downloads
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

9.2M
downloads
runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform package icon

runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

9.2M
downloads
runtime.win10-arm.Microsoft.Net.Native.SharedLibrary package icon

runtime.win10-arm.Microsoft.Net.Native.SharedLibrary

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2

9.1M
downloads
runtime.win10-x64.Microsoft.Net.Native.SharedLibrary package icon

runtime.win10-x64.Microsoft.Net.Native.SharedLibrary

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2

9.1M
downloads
runtime.win10-x86.Microsoft.Net.Native.SharedLibrary package icon

runtime.win10-x86.Microsoft.Net.Native.SharedLibrary

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2

9.0M
downloads
Microsoft.NETCore.App.Runtime.Mono.ios-arm package icon

Microsoft.NETCore.App.Runtime.Mono.ios-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

9.0M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

8.9M
downloads
System.IO.FileSystem.DriveInfo package icon

System.IO.FileSystem.DriveInfo

Provides the System.IO.DriveInfo class, which enables developers to query local drive information. Commonly Used Types: System.IO.DriveInfo System.IO.DriveType System.IO.DriveNotFoundException When using NuGet 3.x this package requires at least version 3.4.

8.9M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

8.8M
downloads
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop package icon

Microsoft.Maui.Graphics.Win2D.WinUI.Desktop

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains additional graphics and drawing APIs for using the Win2D graphics engine with .NET MAUI Graphics. This package is no longer needed and all APIs are now also in the Microsoft.Maui.Graphics package.

8.8M
downloads
runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk package icon

runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.

8.8M
downloads
Mono.Options package icon

Mono.Options

A Getopt::Long-inspired option parsing library for C#.

8.8M
downloads
runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk package icon

runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.

8.8M
downloads
SkiaSharp.Views.Forms package icon

SkiaSharp.Views.Forms

SkiaSharp for Xamarin.Forms is a set of views that can be used to draw on the screen.

8.7M
downloads
runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk package icon

runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.

8.7M
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

8.6M
downloads
Square.OkIO package icon

Square.OkIO

.NET for Android and MAUI bindings for the Android Java library 'com.squareup.okio:okio'. Library description: A modern I/O library for Android, Java, and Kotlin Multiplatform.

8.6M
downloads
runtime.win-x64.Microsoft.DotNet.ILCompiler package icon

runtime.win-x64.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

8.6M
downloads
Microsoft.Net.UWPCoreRuntimeSdk package icon

Microsoft.Net.UWPCoreRuntimeSdk

Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.

8.5M
downloads
dotnet-sos package icon

dotnet-sos

Diagnostic SOS installer

8.5M
downloads
Microsoft.WindowsDesktop.App.Runtime.win-arm64 package icon

Microsoft.WindowsDesktop.App.Runtime.win-arm64

Package Description

8.5M
downloads
Xamarin.AndroidX.Preference package icon

Xamarin.AndroidX.Preference

.NET for Android and MAUI bindings for the Android Java library 'androidx.preference:preference'. Library description: AndroidX Preference

8.4M
downloads
Microsoft.AspNetCore.Grpc.JsonTranscoding package icon

Microsoft.AspNetCore.Grpc.JsonTranscoding

HTTP API for gRPC ASP.NET Core This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

8.4M
downloads
runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

8.4M
downloads
Xamarin.JSpecify package icon

Xamarin.JSpecify

.NET for Android and MAUI bindings for the Android Java library 'org.jspecify:jspecify'. Library description: An artifact of well-named and well-specified annotations to power static analysis checks

8.3M
downloads
runtime.win10-arm.Microsoft.Net.Native.Compiler package icon

runtime.win10-arm.Microsoft.Net.Native.Compiler

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2

8.3M
downloads
runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

8.3M
downloads
runtime.win10-x64.Microsoft.Net.Native.Compiler package icon

runtime.win10-x64.Microsoft.Net.Native.Compiler

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2

8.3M
downloads
runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

8.3M
downloads
runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

8.3M
downloads
runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl package icon

runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl

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.

8.3M
downloads
runtime.win10-x86.Microsoft.Net.Native.Compiler package icon

runtime.win10-x86.Microsoft.Net.Native.Compiler

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2

8.3M
downloads
Microsoft.Extensions.Diagnostics.HealthChecks.Common package icon

Microsoft.Extensions.Diagnostics.HealthChecks.Common

Health check implementations.

8.2M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net46 package icon

Microsoft.NETFramework.ReferenceAssemblies.net46

Microsoft .NET Framework Reference Assemblies

8.2M
downloads
Microsoft.Android.Sdk.Windows package icon

Microsoft.Android.Sdk.Windows

C# Tools and Bindings for the Android SDK.

8.2M
downloads
System.Runtime.InteropServices.NFloat.Internal package icon

System.Runtime.InteropServices.NFloat.Internal

Exposes additional NFloat APIs for Xamarin/Maui APIs from System.Runtime.InteropServices

8.2M
downloads
Xamarin.Firebase.Iid package icon

Xamarin.Firebase.Iid

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-iid'.

8.1M
downloads
Microsoft.IO.Redist package icon

Microsoft.IO.Redist

Downlevel support package for System.IO classes.

8.0M
downloads
System.CommandLine.DragonFruit package icon

System.CommandLine.DragonFruit

This package includes the experimental DragonFruit app model for System.CommandLine, which allows you to create a command line application using only a Main method while getting support for complex type binding, error reporting, help, shell completions, and more.

8.0M
downloads
System.CommandLine.Hosting package icon

System.CommandLine.Hosting

This package provides support for using System.CommandLine with Microsoft.Extensions.Hosting.

7.9M
downloads
Microsoft.MacCatalyst.Templates package icon

Microsoft.MacCatalyst.Templates

Templates for MacCatalyst platforms

7.9M
downloads
Microsoft.dotnet-openapi package icon

Microsoft.dotnet-openapi

Command line tool to add an OpenAPI service reference This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

7.8M
downloads
Microsoft.DotNet.ProjectModel package icon

Microsoft.DotNet.ProjectModel

Types to model a .NET Project

7.7M
downloads
Xamarin.AndroidX.Lifecycle.Runtime.Ktx.Android package icon

Xamarin.AndroidX.Lifecycle.Runtime.Ktx.Android

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-runtime-ktx-android'. Library description: Kotlin extensions for 'lifecycle' artifact

7.7M
downloads
Microsoft.ILVerification package icon

Microsoft.ILVerification

IL verification library.

7.6M
downloads
Xamarin.Google.AutoValue.Annotations package icon

Xamarin.Google.AutoValue.Annotations

.NET for Android and MAUI bindings for the Android Java library 'com.google.auto.value:auto-value-annotations'. Library description: Immutable value-type code generation for Java 8+.

7.6M
downloads
Xamarin.Firebase.Datatransport package icon

Xamarin.Firebase.Datatransport

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-datatransport'.

7.6M
downloads
Xamarin.KotlinX.AtomicFU package icon

Xamarin.KotlinX.AtomicFU

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:atomicfu'. Library description: AtomicFU utilities

7.6M
downloads
Xamarin.KotlinX.Serialization.Core package icon

Xamarin.KotlinX.Serialization.Core

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:kotlinx-serialization-core'. Library description: Kotlin multiplatform serialization runtime library

7.5M
downloads
Xamarin.KotlinX.Serialization.Core.Jvm package icon

Xamarin.KotlinX.Serialization.Core.Jvm

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:kotlinx-serialization-core-jvm'. Library description: Kotlin multiplatform serialization runtime library

7.5M
downloads
Microsoft.NET.Runtime.WebAssembly.Sdk package icon

Microsoft.NET.Runtime.WebAssembly.Sdk

Provides the tasks+targets, for consumption by wasm based workloads

7.4M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

7.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

7.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

7.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

7.2M
downloads
Microsoft.NET.Sdk.iOS.Manifest-10.0.100 package icon

Microsoft.NET.Sdk.iOS.Manifest-10.0.100

.NET Workload for iOS platforms

7.2M
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.2M
downloads
SkiaSharp.Svg package icon

SkiaSharp.Svg

This package adds support for reading SVG files into SkiaSharp.

7.2M
downloads
Microsoft.AspNetCore.ConcurrencyLimiter package icon

Microsoft.AspNetCore.ConcurrencyLimiter

ASP.NET Core middleware for queuing incoming HTTP requests, to avoid threadpool starvation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2f47b0110ed922f21a1522da67279133ce28f32

7.2M
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.1M
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.1M
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.1M
downloads
Microsoft.SourceLink.GitLab package icon

Microsoft.SourceLink.GitLab

Generates source link for GitLab repositories.

7.1M
downloads
System.IO.IsolatedStorage package icon

System.IO.IsolatedStorage

Provides classes that allow the creation and use of isolated stores. Commonly Used Types: System.IO.IsolatedStorage.IsolatedStorageFile System.IO.IsolatedStorage.IsolatedStorageFileStream When using NuGet 3.x this package requires at least version 3.4.

7.1M
downloads
Xamarin.GooglePlayServices.CloudMessaging package icon

Xamarin.GooglePlayServices.CloudMessaging

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-cloud-messaging'.

7.0M
downloads
Xamarin.KotlinX.AtomicFU.Jvm package icon

Xamarin.KotlinX.AtomicFU.Jvm

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:atomicfu-jvm'. Library description: AtomicFU utilities

7.0M
downloads
runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary package icon

runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2

6.9M
downloads
Microsoft.Maui.Graphics.Skia package icon

Microsoft.Maui.Graphics.Skia

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains additional graphics and drawing APIs for using the SkiaSharp graphics engine with .NET MAUI Graphics.

6.9M
downloads
Microsoft.NETCore.App.Host.win-arm64 package icon

Microsoft.NETCore.App.Host.win-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

6.8M
downloads
Xamarin.Firebase.iOS.Core package icon

Xamarin.Firebase.iOS.Core

C# bindings for Firebase APIs Core iOS Library

6.7M
downloads
Microsoft.Maui.Templates.net8 package icon

Microsoft.Maui.Templates.net8

.NET Multi-platform App UI (.NET MAUI) project and item templates.

6.7M
downloads
Microsoft.DotNet.Cli.Utils package icon

Microsoft.DotNet.Cli.Utils

Package Description

6.7M
downloads
runtime.win10-arm64.Microsoft.Net.Native.Compiler package icon

runtime.win10-arm64.Microsoft.Net.Native.Compiler

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2

6.6M
downloads
runtime.aot.System.Runtime package icon

runtime.aot.System.Runtime

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

6.6M
downloads
Xamarin.Firebase.Encoders.Proto package icon

Xamarin.Firebase.Encoders.Proto

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-encoders-proto'.

6.6M
downloads
Microsoft.NETCore.App.Crossgen2.linux-musl-x64 package icon

Microsoft.NETCore.App.Crossgen2.linux-musl-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

6.6M
downloads
Microsoft.NET.Sdk.Android.Manifest-10.0.100 package icon

Microsoft.NET.Sdk.Android.Manifest-10.0.100

Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.

6.5M
downloads
Microsoft.NET.Sdk.Maui.Manifest-10.0.100 package icon

Microsoft.NET.Sdk.Maui.Manifest-10.0.100

.NET Multi-platform App UI (.NET MAUI) workload manifest. Please do not reference this package directly.

6.5M
downloads
Microsoft.CodeAnalysis.Metrics package icon

Microsoft.CodeAnalysis.Metrics

Report source based Code Metrics

6.5M
downloads
Microsoft.NET.Sdk.MacCatalyst.Manifest-10.0.100 package icon

Microsoft.NET.Sdk.MacCatalyst.Manifest-10.0.100

.NET Workload for MacCatalyst platforms

6.5M
downloads
Microsoft.NET.Sdk.tvOS.Manifest-10.0.100 package icon

Microsoft.NET.Sdk.tvOS.Manifest-10.0.100

.NET Workload for tvOS platforms

6.5M
downloads
runtime.aot.System.Globalization package icon

runtime.aot.System.Globalization

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.

6.5M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

6.5M
downloads
runtime.aot.System.Threading.Tasks package icon

runtime.aot.System.Threading.Tasks

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException When using NuGet 3.x this package requires at least version 3.4.

6.5M
downloads
runtime.aot.System.Text.Encoding package icon

runtime.aot.System.Text.Encoding

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

6.5M
downloads
runtime.aot.System.Resources.ResourceManager package icon

runtime.aot.System.Resources.ResourceManager

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.5M
downloads
runtime.aot.System.Text.Encoding.Extensions package icon

runtime.aot.System.Text.Encoding.Extensions

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.5M
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.5M
downloads
runtime.aot.System.Reflection package icon

runtime.aot.System.Reflection

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

6.5M
downloads
Microsoft.NET.Sdk.macOS.Manifest-10.0.100 package icon

Microsoft.NET.Sdk.macOS.Manifest-10.0.100

.NET Workload for macOS platforms

6.4M
downloads
runtime.aot.System.IO package icon

runtime.aot.System.IO

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

6.4M
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.4M
downloads
runtime.aot.System.Reflection.Primitives package icon

runtime.aot.System.Reflection.Primitives

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

6.4M
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.4M
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.4M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

6.4M
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.4M
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.4M
downloads
runtime.aot.System.Runtime.InteropServices package icon

runtime.aot.System.Runtime.InteropServices

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides types that support COM interop and platform invoke services. Commonly Used Types: System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GuidAttribute System.Runtime.InteropServices.COMException System.DllNotFoundException System.Runtime.InteropServices.DllImportAttribute When using NuGet 3.x this package requires at least version 3.4.

6.4M
downloads
runtime.aot.System.Collections package icon

runtime.aot.System.Collections

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.4M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net40 package icon

Microsoft.NETFramework.ReferenceAssemblies.net40

Microsoft .NET Framework Reference Assemblies

6.3M
downloads
Microsoft.ML.LightGbm package icon

Microsoft.ML.LightGbm

ML.NET component for LightGBM

6.3M
downloads
Xamarin.GooglePlayServices.Location package icon

Xamarin.GooglePlayServices.Location

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-location'.

6.2M
downloads
runtime.aot.System.Runtime.Handles package icon

runtime.aot.System.Runtime.Handles

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.2M
downloads
runtime.aot.System.Reflection.Extensions package icon

runtime.aot.System.Reflection.Extensions

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides custom attribute extension methods for System.Reflection types. Commonly Used Types: System.Reflection.InterfaceMapping System.Reflection.CustomAttributeExtensions System.Reflection.RuntimeReflectionExtensions When using NuGet 3.x this package requires at least version 3.4.

6.2M
downloads
Microsoft.AspNetCore.Authentication.AzureADB2C.UI package icon

Microsoft.AspNetCore.Authentication.AzureADB2C.UI

ASP.NET Core Azure Active Directory B2C Integration provides components for easily integrating Azure Active Directory B2C authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ab1f1c636afa3a6607f2d67bc387b586596d1d38

6.1M
downloads
runtime.aot.System.Diagnostics.Tracing package icon

runtime.aot.System.Diagnostics.Tracing

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). Commonly Used Types: System.Diagnostics.Tracing.EventSource System.Diagnostics.Tracing.EventListener System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.EventWrittenEventArgs System.Diagnostics.Tracing.EventAttribute System.Diagnostics.Tracing.EventSourceAttribute System.Diagnostics.Tracing.NonEventAttribute When using NuGet 3.x this package requires at least version 3.4.

6.0M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net47 package icon

Microsoft.NETFramework.ReferenceAssemblies.net47

Microsoft .NET Framework Reference Assemblies

6.0M
downloads
Xamarin.Google.Dagger package icon

Xamarin.Google.Dagger

.NET for Android and MAUI bindings for the Android Java library 'com.google.dagger:dagger'. Library description: A fast dependency injector for Android and Java.

5.9M
downloads
Microsoft.NET.Workloads.10.0.400 package icon

Microsoft.NET.Workloads.10.0.400

This package contains the workload set manifest for the 10.0.400 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

5.9M
downloads
Xamarin.Firebase.Analytics package icon

Xamarin.Firebase.Analytics

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-analytics'.

5.9M
downloads
Xamarin.AndroidX.Core.ViewTree package icon

Xamarin.AndroidX.Core.ViewTree

.NET for Android and MAUI bindings for the Android Java library 'androidx.core:core-viewtree'. Library description: Provides ViewTree extensions packaged for use by other core androidx libraries

5.8M
downloads
Microsoft.AspNetCore.App.Runtime.linux-arm package icon

Microsoft.AspNetCore.App.Runtime.linux-arm

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

5.8M
downloads
Microsoft.NETCore.App.Runtime.linux-arm package icon

Microsoft.NETCore.App.Runtime.linux-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

5.7M
downloads
Xamarin.GooglePlayServices.Ads.Identifier package icon

Xamarin.GooglePlayServices.Ads.Identifier

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-ads-identifier'.

5.6M
downloads
runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

5.6M
downloads
Xamarin.GooglePlayServices.Measurement.Base package icon

Xamarin.GooglePlayServices.Measurement.Base

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-base'.

5.6M
downloads
Microsoft.NETCore.App.Host.linux-arm package icon

Microsoft.NETCore.App.Host.linux-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

5.5M
downloads
SkiaSharp.Views.Maui.Controls package icon

SkiaSharp.Views.Maui.Controls

SkiaSharp for .NET MAUI is a set of views that can be used to draw on the screen.

5.5M
downloads
SkiaSharp.Views.Desktop.Common package icon

SkiaSharp.Views.Desktop.Common

SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.

5.4M
downloads
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

5.4M
downloads
runtime.win8-arm.runtime.native.System.IO.Compression package icon

runtime.win8-arm.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.5.

5.3M
downloads
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

5.3M
downloads
runtime.aot.System.Diagnostics.Tools package icon

runtime.aot.System.Diagnostics.Tools

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. Commonly Used Types: System.CodeDom.Compiler.GeneratedCodeAttribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute When using NuGet 3.x this package requires at least version 3.4.

5.3M
downloads
Square.OkHttp3 package icon

Square.OkHttp3

.NET for Android and MAUI bindings for the Android Java library 'com.squareup.okhttp3:okhttp'. Library description: Square’s meticulous HTTP client for Java and Kotlin.

5.3M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net471 package icon

Microsoft.NETFramework.ReferenceAssemblies.net471

Microsoft .NET Framework Reference Assemblies

5.3M
downloads
runtime.aot.System.Globalization.Calendars package icon

runtime.aot.System.Globalization.Calendars

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

5.3M
downloads
Microsoft.Maui.Templates.net9 package icon

Microsoft.Maui.Templates.net9

.NET Multi-platform App UI (.NET MAUI) project and item templates.

5.3M
downloads
runtime.win7-x64.Microsoft.NETCore.Jit package icon

runtime.win7-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

5.2M
downloads
Microsoft.Owin.Security.Interop package icon

Microsoft.Owin.Security.Interop

A compatibility layer for sharing authentication tickets between Microsoft.Owin.Security and Microsoft.AspNetCore.Authentication.

5.2M
downloads
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost package icon

runtime.osx-x64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

5.2M
downloads
Microsoft.ML.FastTree package icon

Microsoft.ML.FastTree

ML.NET component for FastTree

5.2M
downloads
SkiaSharp.Views.Maui.Core package icon

SkiaSharp.Views.Maui.Core

SkiaSharp for .NET MAUI is a set of views that can be used to draw on the screen.

5.1M
downloads
Microsoft.Bcl.Numerics package icon

Microsoft.Bcl.Numerics

Provides the System.MathF for .NET Standard 2.0

5.1M
downloads
runtime.osx-x64.Microsoft.NETCore.App package icon

runtime.osx-x64.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

5.0M
downloads
runtime.win10-arm64-aot.Microsoft.NETCore.UniversalWindowsPlatform package icon

runtime.win10-arm64-aot.Microsoft.NETCore.UniversalWindowsPlatform

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

5.0M
downloads
Xamarin.GooglePlayServices.Measurement.Api package icon

Xamarin.GooglePlayServices.Measurement.Api

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-api'.

5.0M
downloads
Xamarin.CommunityToolkit package icon

Xamarin.CommunityToolkit

The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.

4.9M
downloads
Microsoft.AspNetCore.Components.QuickGrid package icon

Microsoft.AspNetCore.Components.QuickGrid

Provides a simple and convenient data grid component for common grid rendering scenarios and serves as a reference architecture and performance baseline for building data grid components. If you're using Entity Framework Core for your grid IQueryables, consider using the <a href="https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter">Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter</a> package. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

4.9M
downloads
runtime.aot.System.Threading.Timer package icon

runtime.aot.System.Threading.Timer

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

4.9M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net452 package icon

Microsoft.NETFramework.ReferenceAssemblies.net452

Microsoft .NET Framework Reference Assemblies

4.9M
downloads
Microsoft.Android.Sdk.Windows.Msi.x64 package icon

Microsoft.Android.Sdk.Windows.Msi.x64

C# Tools and Bindings for the Android SDK.

4.8M
downloads
Xamarin.AndroidX.MediaRouter package icon

Xamarin.AndroidX.MediaRouter

.NET for Android and MAUI bindings for the Android Java library 'androidx.mediarouter:mediarouter'. Library description: Android MediaRouter Support Library

4.8M
downloads
Microsoft.NETCore.App.Runtime.linux-musl-arm64 package icon

Microsoft.NETCore.App.Runtime.linux-musl-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.8M
downloads
Microsoft.Android.Ref.34 package icon

Microsoft.Android.Ref.34

Microsoft.Android reference assemblies for API 34. Please do not reference directly.

4.8M
downloads
Microsoft.SourceLink.Bitbucket.Git package icon

Microsoft.SourceLink.Bitbucket.Git

Generates source link for Bitbucket repositories.

4.8M
downloads
Microsoft.AspNetCore.Grpc.Swagger package icon

Microsoft.AspNetCore.Grpc.Swagger

Swagger for gRPC ASP.NET Core This package was built from the source code at https://github.com/dotnet/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe

4.8M
downloads
Xamarin.AndroidX.Palette package icon

Xamarin.AndroidX.Palette

.NET for Android and MAUI bindings for the Android Java library 'androidx.palette:palette'. Library description: Android Support Palette v7

4.7M
downloads
Microsoft.XmlSerializer.Generator package icon

Microsoft.XmlSerializer.Generator

Creates an Xml serialization assembly for types contained in an assembly in order to improve the startup performance of Xml serialization when serializing or de-serializing objects of those types using XmlSerializer.

4.7M
downloads
Microsoft.Android.Runtime.34.android-arm64 package icon

Microsoft.Android.Runtime.34.android-arm64

Microsoft.Android runtime components for API 34. Please do not reference directly.

4.7M
downloads
Microsoft.NETCore.App.Host.linux-musl-arm64 package icon

Microsoft.NETCore.App.Host.linux-musl-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.6M
downloads
Microsoft.Android.Runtime.34.android-arm package icon

Microsoft.Android.Runtime.34.android-arm

Microsoft.Android runtime components for API 34. Please do not reference directly.

4.6M
downloads
Microsoft.Android.Runtime.34.android-x64 package icon

Microsoft.Android.Runtime.34.android-x64

Microsoft.Android runtime components for API 34. Please do not reference directly.

4.6M
downloads
Microsoft.Android.Runtime.34.android-x86 package icon

Microsoft.Android.Runtime.34.android-x86

Microsoft.Android runtime components for API 34. Please do not reference directly.

4.6M
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.6M
downloads
Xamarin.AndroidX.Lifecycle.Service package icon

Xamarin.AndroidX.Lifecycle.Service

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-service'. Library description: Android Lifecycle Service

4.5M
downloads
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography package icon

runtime.rhel.7-x64.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.

4.5M
downloads
Microsoft.ML.Mkl.Redist package icon

Microsoft.ML.Mkl.Redist

Microsoft.ML.Mkl.Redist contains the MKL library redistributed as a NuGet package.

4.5M
downloads
Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 package icon

Microsoft.AspNetCore.App.Runtime.linux-musl-arm64

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

4.5M
downloads
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography package icon

runtime.osx.10.10-x64.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.

4.4M
downloads
SkiaSharp.Skottie package icon

SkiaSharp.Skottie

SkiaSharp Skottie provides a Lottie implementation using the SkiaSharp library.

4.4M
downloads
Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.4M
downloads
Xamarin.GooglePlayServices.Measurement.Sdk.Api package icon

Xamarin.GooglePlayServices.Measurement.Sdk.Api

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-sdk-api'.

4.4M
downloads
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography package icon

runtime.ubuntu.16.04-x64.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.

4.4M
downloads
Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x64 package icon

Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x64

Provides the MonoAOTCompiler task

4.4M
downloads
Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x64 package icon

Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x64

Provides the tasks+targets, for consumption by mono-based workloads

4.4M
downloads
Microsoft.Build.Engine package icon

Microsoft.Build.Engine

This package contains the Microsoft.Build.Engine assembly which contains the legacy compatibility shim for the MSBuild engine. NOTE: This assembly is deprecated.

4.4M
downloads
Xamarin.Firebase.iOS.Installations package icon

Xamarin.Firebase.iOS.Installations

C# bindings for Firebase APIs Installations iOS Library

4.3M
downloads
Xamarin.AndroidX.Biometric package icon

Xamarin.AndroidX.Biometric

.NET for Android and MAUI bindings for the Android Java library 'androidx.biometric:biometric'. Library description: The Biometric library is a static library that you can add to your Android application. It invokes BiometricPrompt on devices running P and greater, and on older devices will show a compat dialog. Compatible on devices running API 14 or later.

4.3M
downloads
runtime.debian.8-x64.runtime.native.System.Security.Cryptography package icon

runtime.debian.8-x64.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.

4.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.2M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.2M
downloads
Microsoft.iOS.Sdk.net9.0_18.0 package icon

Microsoft.iOS.Sdk.net9.0_18.0

Managed Tools and Bindings for the iOS SDK

4.2M
downloads
Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.2M
downloads
Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.2M
downloads
Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.2M
downloads
runtime.win10-arm64.runtime.native.System.IO.Compression package icon

runtime.win10-arm64.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.5.

4.1M
downloads
Xamarin.Forms.Platform.WPF package icon

Xamarin.Forms.Platform.WPF

Xamarin Forms Renderer to build native UIs for WPF

4.1M
downloads
Microsoft.iOS.Sdk.net8.0_18.0 package icon

Microsoft.iOS.Sdk.net8.0_18.0

Managed Tools and Bindings for the iOS SDK

4.1M
downloads
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography package icon

runtime.opensuse.13.2-x64.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.

4.1M
downloads
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography package icon

runtime.fedora.23-x64.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.

4.1M
downloads
Microsoft.AspNetCore.AzureAppServices.SiteExtension package icon

Microsoft.AspNetCore.AzureAppServices.SiteExtension

This site extension enables logging integration for ASP.NET Core applications on Azure App Service. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2f47b0110ed922f21a1522da67279133ce28f32

4.1M
downloads
Xamarin.AndroidX.Camera.Core package icon

Xamarin.AndroidX.Camera.Core

.NET for Android and MAUI bindings for the Android Java library 'androidx.camera:camera-core'. Library description: Core components for the Jetpack Camera Library, a library providing a consistent and reliable camera foundation that enables great camera driven experiences across all of Android. This library includes code from libyuv, which is licensed under the BSD-3-Clause license.

4.1M
downloads
Microsoft.Bcl.Compression package icon

Microsoft.Bcl.Compression

This package allows projects targeting Windows Phone Silverlight 8 directly or using portable class libraries to use the same ZipArchive, GZipStream and DeflateStream classes that are already available to projects targeting .NET Framework 4.5, Windows 8, and Windows Phone 8.1. For more information on how to use these APIs, see the MSDN documentation: http://msdn.microsoft.com/en-us/library/system.io.compression.aspx Supported Platforms: - .NET Framework 4.5 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 8 - Portable Class Libraries This package is only required for projects targeting .NET Framework 4.5, Windows 8, or Windows Phone 8.1 when consuming a library that uses this package.

4.1M
downloads
Xamarin.AndroidX.Camera.Camera2 package icon

Xamarin.AndroidX.Camera.Camera2

.NET for Android and MAUI bindings for the Android Java library 'androidx.camera:camera-camera2'. Library description: A Camera2 Pipe implementation of CameraX, a library providing a consistent and reliable camera foundation that enables great camera driven experiences across all of Android.

4.1M
downloads
Xamarin.AndroidX.AppCompat.Resources package icon

Xamarin.AndroidX.AppCompat.Resources

Xamarin.Android bindings for AndroidX - appcompat-resources

4.0M
downloads
SkiaSharp.Extended package icon

SkiaSharp.Extended

This package adds many additional features and utilities for use with SkiaSharp.

4.0M
downloads
Xamarin.Firebase.iOS.Analytics package icon

Xamarin.Firebase.iOS.Analytics

C# bindings for Firebase APIs Analytics iOS Library

4.0M
downloads
Xamarin.GooglePlayServices.Measurement package icon

Xamarin.GooglePlayServices.Measurement

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement'.

4.0M
downloads
Xamarin.AndroidX.Room.Runtime package icon

Xamarin.AndroidX.Room.Runtime

.NET for Android and MAUI bindings for the Android Java library 'androidx.room:room-runtime'. Library description: Android Room-Runtime

4.0M
downloads
Xamarin.AndroidX.Camera.Lifecycle package icon

Xamarin.AndroidX.Camera.Lifecycle

.NET for Android and MAUI bindings for the Android Java library 'androidx.camera:camera-lifecycle'. Library description: Lifecycle components for the Jetpack Camera Library, a library providing a consistent and reliable camera foundation that enables great camera driven experiences across all of Android.

4.0M
downloads
Xamarin.AndroidX.Sqlite package icon

Xamarin.AndroidX.Sqlite

.NET for Android and MAUI bindings for the Android Java library 'androidx.sqlite:sqlite'. Library description: SQLite API

4.0M
downloads
Xamarin.AndroidX.Sqlite.Framework package icon

Xamarin.AndroidX.Sqlite.Framework

.NET for Android and MAUI bindings for the Android Java library 'androidx.sqlite:sqlite-framework'. Library description: The implementation of SQLite library using the framework code.

4.0M
downloads
SkiaSharp.Views.WPF package icon

SkiaSharp.Views.WPF

SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.

4.0M
downloads
Xamarin.AndroidX.Camera.View package icon

Xamarin.AndroidX.Camera.View

.NET for Android and MAUI bindings for the Android Java library 'androidx.camera:camera-view'. Library description: UI tools for the Jetpack Camera Library, a library providing a consistent and reliable camera foundation that enables great camera driven experiences across all of Android.

4.0M
downloads
Xamarin.AndroidX.Room.Common package icon

Xamarin.AndroidX.Room.Common

.NET for Android and MAUI bindings for the Android Java library 'androidx.room:room-common'. Library description: Android Room-Common

3.9M
downloads
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography package icon

runtime.opensuse.42.1-x64.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.

3.9M
downloads
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography package icon

runtime.ubuntu.16.10-x64.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.

3.9M
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.9M
downloads
Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.9M
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.9M
downloads
System.Runtime.CompilerServices.VisualC package icon

System.Runtime.CompilerServices.VisualC

Provides support for C++/CLI language features. Commonly Used Types: System.Runtime.CompilerServices.CallConvCdecl System.Runtime.CompilerServices.CallConvStdcall System.Runtime.CompilerServices.CallConvThiscall System.Runtime.CompilerServices.IsLong System.Runtime.CompilerServices.IsSignUnspecifiedByte System.Runtime.CompilerServices.IsImplicitlyDereferenced System.Runtime.CompilerServices.IsBoxed System.Runtime.CompilerServices.NativeCppClassAttribute System.Runtime.CompilerServices.IsUdtReturn System.Runtime.CompilerServices.CallConvFastcall When using NuGet 3.x this package requires at least version 3.4.

3.9M
downloads
FSharp.Compiler.Service package icon

FSharp.Compiler.Service

The F# Compiler Services package for F# 11.0 exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications. Contains code from the F# Software Foundation.

3.9M
downloads
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.9M
downloads
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography package icon

runtime.fedora.24-x64.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.

3.9M
downloads
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.8M
downloads
Microsoft.Extensions.Compliance.Redaction package icon

Microsoft.Extensions.Compliance.Redaction

Redaction engine and canonical redactors.

3.8M
downloads
Xamarin.GooglePlayServices.Measurement.Impl package icon

Xamarin.GooglePlayServices.Measurement.Impl

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-impl'.

3.8M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net20 package icon

Microsoft.NETFramework.ReferenceAssemblies.net20

Microsoft .NET Framework Reference Assemblies

3.8M
downloads
Xamarin.GooglePlayServices.Measurement.Sdk package icon

Xamarin.GooglePlayServices.Measurement.Sdk

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-sdk'.

3.8M
downloads
runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

3.7M
downloads
runtime.debian.9-x64.runtime.native.System.Security.Cryptography package icon

runtime.debian.9-x64.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.

3.7M
downloads
runtime.fedora.28-x64.runtime.native.System.Security.Cryptography package icon

runtime.fedora.28-x64.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.

3.7M
downloads
runtime.fedora.27-x64.runtime.native.System.Security.Cryptography package icon

runtime.fedora.27-x64.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.

3.7M
downloads
runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography package icon

runtime.opensuse.42.3-x64.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.

3.7M
downloads
runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography package icon

runtime.ubuntu.18.04-x64.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.

3.7M
downloads
Microsoft.NET.Workloads.10.0.100-preview.7 package icon

Microsoft.NET.Workloads.10.0.100-preview.7

This package contains the workload set manifest for the 10.0.100-preview.7 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

3.7M
downloads
Microsoft.Android.Ref.35 package icon

Microsoft.Android.Ref.35

Microsoft.Android reference assemblies for API 35. Please do not reference directly.

3.7M
downloads
Xamarin.Firebase.iOS.InstanceID package icon

Xamarin.Firebase.iOS.InstanceID

C# bindings for Firebase APIs Instance ID iOS Library

3.6M
downloads
System.Numerics.Vectors.WindowsRuntime package icon

System.Numerics.Vectors.WindowsRuntime

Provides extension methods for converting between System.Numerics.Vector2 and Windows.Foundation.Point and Size. Commonly Used Types: System.Numerics.VectorExtensions When using NuGet 3.x this package requires at least version 3.4.

3.6M
downloads
System.Net.Http.Rtc package icon

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.

3.6M
downloads
Microsoft.Extensions.AI.Evaluation package icon

Microsoft.Extensions.AI.Evaluation

A library that defines core abstractions and types for supporting evaluation.

3.6M
downloads
Microsoft.ML.OnnxRuntime.Gpu package icon

Microsoft.ML.OnnxRuntime.Gpu

This package contains native shared library artifacts for all supported platforms of ONNX Runtime.

3.6M
downloads
runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

3.6M
downloads
Microsoft.Android.Sdk.Linux package icon

Microsoft.Android.Sdk.Linux

C# Tools and Bindings for the Android SDK. Please note that this package is not officially supported, and has not received extensive testing.

3.6M
downloads
Microsoft.Android.Runtime.35.android-arm64 package icon

Microsoft.Android.Runtime.35.android-arm64

Microsoft.Android runtime components for API 35. Please do not reference directly.

3.6M
downloads
Microsoft.Android.Runtime.35.android-x64 package icon

Microsoft.Android.Runtime.35.android-x64

Microsoft.Android runtime components for API 35. Please do not reference directly.

3.6M
downloads
Microsoft.NETCore.App.Runtime.browser-wasm package icon

Microsoft.NETCore.App.Runtime.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.5M
downloads
Microsoft.Diagnostics.Tracing.EventSource package icon

Microsoft.Diagnostics.Tracing.EventSource

This package exposes an enhanced developer experience for coding against the Microsoft.Diagnostics.Tracing.EventSource (including build time validation). Microsoft.Diagnostics.Tracing.EventSource allows for firing ETW events from managed code. It enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework. This package provides a newer version that has more features. It is meant to be used as a stop gap until those features it contains are ported to System.Diagnostics.Tracing.EventSource. For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx. New features: - ETW channel support - Support for static registration Supported Platforms: - .NET Framework 3.5 - .NET Framework 4.0 - .NET Framework 4.5 - Windows Store apps - Windows Phone App 8.1

3.5M
downloads
dotnet-symbol package icon

dotnet-symbol

Symbols download utility

3.5M
downloads
Microsoft.NETCore package icon

Microsoft.NETCore

Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

3.5M
downloads
Microsoft.Extensions.Diagnostics.ResourceMonitoring package icon

Microsoft.Extensions.Diagnostics.ResourceMonitoring

Measures processor and memory usage.

3.5M
downloads
Xamarin.AndroidX.Work.Runtime package icon

Xamarin.AndroidX.Work.Runtime

.NET for Android and MAUI bindings for the Android Java library 'androidx.work:work-runtime'. Library description: Android WorkManager runtime library

3.5M
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.linux-x64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.linux-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.5M
downloads
dotnet-stack package icon

dotnet-stack

.NET Stack Printing Tool

3.4M
downloads
Microsoft.Maui.Sdk.Msi.x64 package icon

Microsoft.Maui.Sdk.Msi.x64

.NET Multi-platform App UI (.NET MAUI) SDK. Please do not reference this package directly.

3.4M
downloads
runtime.win7-x86.Microsoft.NETCore.Jit package icon

runtime.win7-x86.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

3.4M
downloads
dotnet-svcutil package icon

dotnet-svcutil

dotnet-svcutil

3.4M
downloads
runtime.osx.10.10-x64.runtime.native.System package icon

runtime.osx.10.10-x64.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.

3.4M
downloads
Microsoft.ML.Tokenizers.Data.O200kBase package icon

Microsoft.ML.Tokenizers.Data.O200kBase

The Microsoft.ML.Tokenizers.Data.O200kBase includes the Tiktoken tokenizer data file o200k_base.tiktoken, which is utilized by models such as gpt-4o.

3.4M
downloads
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis package icon

Microsoft.AspNetCore.OutputCaching.StackExchangeRedis

Output cache implementation of Microsoft.AspNetCore.OutputCaching.IOutputCacheStore using Redis. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

3.3M
downloads
HarfBuzzSharp.NativeAssets.Android package icon

HarfBuzzSharp.NativeAssets.Android

HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.

3.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.3M
downloads
runtime.rhel.7-x64.runtime.native.System package icon

runtime.rhel.7-x64.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.

3.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.2M
downloads
Microsoft.Net.Native.SharedLibrary-x64 package icon

Microsoft.Net.Native.SharedLibrary-x64

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.0

3.2M
downloads
runtime.ubuntu.16.04-x64.runtime.native.System package icon

runtime.ubuntu.16.04-x64.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.

3.2M
downloads
Microsoft.Net.Native.SharedLibrary-arm package icon

Microsoft.Net.Native.SharedLibrary-arm

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.0

3.2M
downloads
Microsoft.Net.Native.SharedLibrary-x86 package icon

Microsoft.Net.Native.SharedLibrary-x86

.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.0

3.2M
downloads
Microsoft.Extensions.Testing.Abstractions package icon

Microsoft.Extensions.Testing.Abstractions

Abstractions for test runners to communicate to a tool, such as Visual Studio.

3.2M
downloads
Microsoft.Android.Runtime.35.android-arm package icon

Microsoft.Android.Runtime.35.android-arm

Microsoft.Android runtime components for API 35. Please do not reference directly.

3.2M
downloads
Microsoft.Android.Runtime.35.android-x86 package icon

Microsoft.Android.Runtime.35.android-x86

Microsoft.Android runtime components for API 35. Please do not reference directly.

3.1M
downloads
runtime.win7-x64.Microsoft.NETCore.DotNetHost package icon

runtime.win7-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

3.1M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.ios-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.ios-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.1M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.1M
downloads
runtime.win7-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.win7-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

3.1M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

3.1M
downloads
runtime.osx.10.10-x64.runtime.native.System.Net.Http package icon

runtime.osx.10.10-x64.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.

3.1M
downloads
runtime.osx.10.10-x64.runtime.native.System.IO.Compression package icon

runtime.osx.10.10-x64.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.

3.1M
downloads
Microsoft.DotNet.HotReload.WebAssembly.Browser package icon

Microsoft.DotNet.HotReload.WebAssembly.Browser

HotReload package for WebAssembly

3.1M
downloads
Microsoft.DotNet.Analyzers.Compatibility package icon

Microsoft.DotNet.Analyzers.Compatibility

Shows diagnostics for deprecated APIs and .NET Core APIs that throw PlatformNotSupportedException on specific operating systems.

3.1M
downloads
Xamarin.AndroidX.SavedState.SavedState.Android package icon

Xamarin.AndroidX.SavedState.SavedState.Android

.NET for Android and MAUI bindings for the Android Java library 'androidx.savedstate:savedstate-android'. Library description: Android Lifecycle Saved State

3.0M
downloads
Xamarin.Forms.Visual.Material package icon

Xamarin.Forms.Visual.Material

Material renderers for Xamarin.Forms

3.0M
downloads
Microsoft.Net.Sdk.Compilers.Toolset package icon

Microsoft.Net.Sdk.Compilers.Toolset

Transport package for Microsoft.Net.Compilers.Toolset.Framework assemblies. For internal use only: do not reference this package directly as it is explicitly not supported in that fashion. This package is automatically downloaded when your MSBuild version does not match your SDK version. Then the package is used to build your project with the compiler version matching your SDK version instead of the one bundled with MSBuild. If you want to download this package using the dotnet CLI, you can use the following command: ``` dotnet restore /p:BuildWithNetFrameworkHostedCompiler=true ``` If you want to disable automatic download and use of this package, set property `BuildWithNetFrameworkHostedCompiler` to `false` (for example, in your `.csproj` or `Directory.Build.props` file). However, be aware that you will be building with mismatched compiler and SDK versions. That is explicitly not supported and can lead to errors (especially with analyzers and source generators).

3.0M
downloads
runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http package icon

runtime.ubuntu.16.04-x64.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.

3.0M
downloads
Xamarin.Google.Guava package icon

Xamarin.Google.Guava

.NET for Android and MAUI bindings for the Android Java library 'com.google.guava:guava'. Library description: Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.

3.0M
downloads
Xamarin.AndroidX.Lifecycle.ViewModelSavedState.Android package icon

Xamarin.AndroidX.Lifecycle.ViewModelSavedState.Android

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-viewmodel-savedstate-android'. Library description: Android Lifecycle ViewModel

3.0M
downloads
runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression package icon

runtime.ubuntu.16.04-x64.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.

3.0M
downloads
HarfBuzzSharp.NativeAssets.iOS package icon

HarfBuzzSharp.NativeAssets.iOS

HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.

2.9M
downloads
runtime.rhel.7-x64.runtime.native.System.Net.Http package icon

runtime.rhel.7-x64.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.

2.9M
downloads
Xamarin.AndroidX.ConstraintLayout.Solver package icon

Xamarin.AndroidX.ConstraintLayout.Solver

.NET for Android and MAUI bindings for the Android Java library 'androidx.constraintlayout:constraintlayout-solver'. Library description: Solver for ConstraintLayout

2.9M
downloads
Xamarin.AndroidX.Tracing.Tracing.Android package icon

Xamarin.AndroidX.Tracing.Tracing.Android

.NET for Android and MAUI bindings for the Android Java library 'androidx.tracing:tracing-android'. Library description: Android Tracing

2.9M
downloads
Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1

.NET Aspire workload manifest

2.8M
downloads
Microsoft.ML.Tokenizers.Data.Cl100kBase package icon

Microsoft.ML.Tokenizers.Data.Cl100kBase

The Microsoft.ML.Tokenizers.Data.Cl100kBase class includes the Tiktoken tokenizer data file cl100k_base.tiktoken, which is utilized by models such as GPT-4.

2.8M
downloads
runtime.rhel.7-x64.runtime.native.System.IO.Compression package icon

runtime.rhel.7-x64.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.

2.8M
downloads
System.Net.Ping package icon

System.Net.Ping

Provides the System.Net.NetworkInformation.Ping class, which allows an application to determine whether a remote computer is accessible over the network. Commonly Used Types: System.Net.NetworkInformation.Ping System.Net.NetworkInformation.PingReply System.Net.NetworkInformation.IPStatus System.Net.NetworkInformation.PingException System.Net.NetworkInformation.PingOptions When using NuGet 3.x this package requires at least version 3.4.

2.8M
downloads
Xamarin.Controls.SignaturePad package icon

Xamarin.Controls.SignaturePad

Makes capturing, saving, and displaying signatures extremely simple.

2.8M
downloads
Microsoft.ML.TimeSeries package icon

Microsoft.ML.TimeSeries

Microsoft.ML.TimeSeries contains ML.NET Time Series prediction algorithms. Uses Intel Mkl.

2.8M
downloads
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite package icon

Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite

NetTopologySuite support for the SQLite database provider for Entity Framework Core.

2.7M
downloads
Xamarin.Auth package icon

Xamarin.Auth

A cross-platform API for authenticating users and storing their accounts.

2.7M
downloads
Xamarin.KotlinX.Coroutines.Play.Services package icon

Xamarin.KotlinX.Coroutines.Play.Services

.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services'. Library description: Coroutines support libraries for Kotlin

2.7M
downloads
Microsoft.MacCatalyst.Sdk.net8.0_18.0 package icon

Microsoft.MacCatalyst.Sdk.net8.0_18.0

Managed Tools and Bindings for the MacCatalyst SDK

2.7M
downloads
Microsoft.MacCatalyst.Sdk.net9.0_18.0 package icon

Microsoft.MacCatalyst.Sdk.net9.0_18.0

Managed Tools and Bindings for the MacCatalyst SDK

2.6M
downloads
Xamarin.Firebase.iOS.CloudMessaging package icon

Xamarin.Firebase.iOS.CloudMessaging

C# bindings for Firebase APIs Cloud Messaging iOS Library

2.6M
downloads
Xamarin.Google.Guava.FailureAccess package icon

Xamarin.Google.Guava.FailureAccess

.NET for Android and MAUI bindings for the Android Java library 'com.google.guava:failureaccess'. Library description: Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).

2.6M
downloads
Xamarin.Controls.SignaturePad.Forms package icon

Xamarin.Controls.SignaturePad.Forms

Makes capturing, saving, and displaying signatures extremely simple.

2.5M
downloads
Xamarin.Google.ErrorProne.TypeAnnotations package icon

Xamarin.Google.ErrorProne.TypeAnnotations

.NET for Android and MAUI bindings for the Android Java library 'com.google.errorprone:error_prone_type_annotations'.

2.5M
downloads
System.Private.Networking package icon

System.Private.Networking

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of some System.Net packages. - 1548494

2.5M
downloads
runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets package icon

runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets

Internal implementation package not meant for direct consumption. Please do not reference directly. Windows API set dlls for use in operating systems that do not include them. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

2.5M
downloads
Xamarin.Firebase.Common.Ktx package icon

Xamarin.Firebase.Common.Ktx

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-common-ktx'.

2.4M
downloads
runtime.debian.8-x64.runtime.native.System package icon

runtime.debian.8-x64.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.

2.4M
downloads
Square.OkIO.JVM package icon

Square.OkIO.JVM

.NET for Android and MAUI bindings for the Android Java library 'com.squareup.okio:okio-jvm'. Library description: A modern I/O library for Android, Java, and Kotlin Multiplatform.

2.4M
downloads
runtime.win7-x86.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.win7-x86.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

2.4M
downloads
Microsoft.ML.ImageAnalytics package icon

Microsoft.ML.ImageAnalytics

ML.NET component for Image support

2.4M
downloads
Microsoft.NET.Build.Containers package icon

Microsoft.NET.Build.Containers

Tasks and targets to natively publish .NET applications as containers.

2.3M
downloads
Microsoft.Android.Ref.36 package icon

Microsoft.Android.Ref.36

Microsoft.Android reference assemblies for API 36. Please do not reference directly.

2.3M
downloads
Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter package icon

Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter

Provides an Entity Framework Core adapter for the <a href="https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid">Microsoft.AspNetCore.Components.QuickGrid</a> package. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

2.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x86 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.3M
downloads
Xamarin.GooglePlayServices.Places.PlaceReport package icon

Xamarin.GooglePlayServices.Places.PlaceReport

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-places-placereport'.

2.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.3M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.3M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net451 package icon

Microsoft.NETFramework.ReferenceAssemblies.net451

Microsoft .NET Framework Reference Assemblies

2.3M
downloads
Microsoft.SyndicationFeed.ReaderWriter package icon

Microsoft.SyndicationFeed.ReaderWriter

Microsoft.SyndicationFeed.ReaderWriter provides lightweight forward-only read/write APIs (similar to .NET XmlReader) to simplify operations with RSS and Atom syndication feeds. It offers extensiblity to support custom feed elements and formatting. The workflow is async on demand, which enables this library to be used on syndication feeds of arbitrary size or stream latency.

2.3M
downloads
Microsoft.Android.Runtime.Mono.36.android-x64 package icon

Microsoft.Android.Runtime.Mono.36.android-x64

Microsoft.Android runtime components for API 36. Please do not reference directly.

2.3M
downloads
Microsoft.Android.Runtime.Mono.36.android-arm64 package icon

Microsoft.Android.Runtime.Mono.36.android-arm64

Microsoft.Android runtime components for API 36. Please do not reference directly.

2.3M
downloads
Microsoft.Android.Runtime.CoreCLR.36.android-x64 package icon

Microsoft.Android.Runtime.CoreCLR.36.android-x64

Microsoft.Android runtime components for API 36. Please do not reference directly.

2.3M
downloads
Microsoft.Android.Runtime.Mono.36.android-x86 package icon

Microsoft.Android.Runtime.Mono.36.android-x86

Microsoft.Android runtime components for API 36. Please do not reference directly.

2.3M
downloads
runtime.debian.8-x64.runtime.native.System.IO.Compression package icon

runtime.debian.8-x64.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.

2.3M
downloads
Microsoft.Android.Runtime.NativeAOT.36.android-x64 package icon

Microsoft.Android.Runtime.NativeAOT.36.android-x64

Microsoft.Android runtime components for API 36. Please do not reference directly.

2.3M
downloads
Microsoft.Android.Runtime.CoreCLR.36.android-arm64 package icon

Microsoft.Android.Runtime.CoreCLR.36.android-arm64

Microsoft.Android runtime components for API 36. Please do not reference directly.

2.3M
downloads
Microsoft.Android.Runtime.36.android package icon

Microsoft.Android.Runtime.36.android

Microsoft.Android managed runtime components for API 36. Please do not reference directly.

2.3M
downloads
Microsoft.Android.Runtime.Mono.36.android-arm package icon

Microsoft.Android.Runtime.Mono.36.android-arm

Microsoft.Android runtime components for API 36. Please do not reference directly.

2.3M
downloads
Microsoft.Android.Runtime.NativeAOT.36.android-arm64 package icon

Microsoft.Android.Runtime.NativeAOT.36.android-arm64

Microsoft.Android runtime components for API 36. Please do not reference directly.

2.3M
downloads
Microsoft.Azure.Mobile.Client package icon

Microsoft.Azure.Mobile.Client

This library provides features for creating Windows and Xamarin mobile apps that connect to Azure Mobile Apps. Azure Mobile Apps allows you to develop an app with a scalable backed hosted in Azure App Service, with support for mobile authentication, offline sync, and push notifications. To learn more about Azure Mobile, go to http://azure.microsoft.com/mobile.

2.3M
downloads
runtime.debian.8-x64.runtime.native.System.Net.Http package icon

runtime.debian.8-x64.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.

2.3M
downloads
Microsoft.ML.TensorFlow package icon

Microsoft.ML.TensorFlow

Microsoft.ML.TensorFlow contains ML.NET integration of TensorFlow.

2.3M
downloads
Xamarin.Google.J2Objc.Annotations package icon

Xamarin.Google.J2Objc.Annotations

.NET for Android and MAUI bindings for the Android Java library 'com.google.j2objc:j2objc-annotations'. Library description: A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.

2.3M
downloads
Xamarin.Firebase.Core package icon

Xamarin.Firebase.Core

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-core'.

2.2M
downloads
Microsoft.macOS.Templates package icon

Microsoft.macOS.Templates

Templates for macOS platforms

2.2M
downloads
SkiaSharp.Views.Uno.WinUI package icon

SkiaSharp.Views.Uno.WinUI

SkiaSharp for Uno Platform is a set of views that can be used to draw on the screen.

2.2M
downloads
Microsoft.ML.OnnxTransformer package icon

Microsoft.ML.OnnxTransformer

ML.NET component for Microsoft.ML.OnnxRuntime.Managed library

2.2M
downloads
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.tvos-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.2M
downloads
Microsoft.iOS.Ref.net8.0_18.0 package icon

Microsoft.iOS.Ref.net8.0_18.0

Microsoft iOS reference assemblies. Please do not reference directly.

2.2M
downloads
Microsoft.Maui.Templates.net10 package icon

Microsoft.Maui.Templates.net10

.NET Multi-platform App UI (.NET MAUI) project and item templates.

2.2M
downloads
Xamarin.Firebase.Analytics.Impl package icon

Xamarin.Firebase.Analytics.Impl

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-analytics-impl'.

2.2M
downloads
Xamarin.Google.MLKit.Common package icon

Xamarin.Google.MLKit.Common

.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:common'.

2.2M
downloads
SkiaSharp.NativeAssets.MacCatalyst package icon

SkiaSharp.NativeAssets.MacCatalyst

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

2.2M
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64

Contains Emscripten SDK binaries for linux-x64.

2.2M
downloads
Microsoft.NETCore.App.Crossgen2.linux-arm64 package icon

Microsoft.NETCore.App.Crossgen2.linux-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.1M
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.win-x64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.win-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.1M
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.1M
downloads
Xamarin.AndroidX.Window.WindowCore.Jvm package icon

Xamarin.AndroidX.Window.WindowCore.Jvm

.NET for Android and MAUI bindings for the Android Java library 'androidx.window:window-core-jvm'. Library description: WindowManager Core Library.

2.1M
downloads
Xamarin.AndroidX.Window.WindowCore package icon

Xamarin.AndroidX.Window.WindowCore

.NET for Android and MAUI bindings for the Android Java library 'androidx.window:window-core'. Library description: WindowManager Core Library.

2.1M
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64

Contains Emscripten SDK system libraries cache for linux-x64.

2.1M
downloads
runtime.linux-arm64.Microsoft.DotNet.ILCompiler package icon

runtime.linux-arm64.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

2.1M
downloads
Xamarin.AndroidX.Camera.Video package icon

Xamarin.AndroidX.Camera.Video

.NET for Android and MAUI bindings for the Android Java library 'androidx.camera:camera-video'. Library description: Video components for the Jetpack Camera Library, a library providing a consistent and reliable camera foundation that enables great camera driven experiences across all of Android.

2.1M
downloads
runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security package icon

runtime.ubuntu.16.04-x64.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.

2.1M
downloads
Microsoft.NETFramework.ReferenceAssemblies.net35 package icon

Microsoft.NETFramework.ReferenceAssemblies.net35

Microsoft .NET Framework Reference Assemblies

2.1M
downloads
Xamarin.Google.MLKit.Vision.Common package icon

Xamarin.Google.MLKit.Vision.Common

.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:vision-common'.

2.0M
downloads
runtime.ubuntu.16.04-x64.Microsoft.NETCore.Jit package icon

runtime.ubuntu.16.04-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

2.0M
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64

Contains Emscripten Node binaries for linux-x64.

2.0M
downloads
Microsoft.ML.Recommender package icon

Microsoft.ML.Recommender

LIBMF, the core computation library for matrix factorization in ML.NET

2.0M
downloads
Microsoft.DotNet.Common.ProjectTemplates.5.0 package icon

Microsoft.DotNet.Common.ProjectTemplates.5.0

Common File Templates for Microsoft Template Engine

2.0M
downloads
runtime.ubuntu.16.04-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.ubuntu.16.04-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

2.0M
downloads
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.0M
downloads
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.0M
downloads
runtime.win7-x86.Microsoft.NETCore.DotNetHost package icon

runtime.win7-x86.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

2.0M
downloads
Xamarin.Google.iOS.Maps package icon

Xamarin.Google.iOS.Maps

C# bindings for Google APIs Maps iOS Library

2.0M
downloads
runtime.win7-x86.Microsoft.NETCore.DotNetHostResolver package icon

runtime.win7-x86.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

2.0M
downloads
Microsoft.iOS.Templates.Msi.x64 package icon

Microsoft.iOS.Templates.Msi.x64

Templates for iOS platforms

2.0M
downloads
Xamarin.Firebase.Config package icon

Xamarin.Firebase.Config

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-config'.

2.0M
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-x64

Contains Emscripten SDK binaries for linux-x64.

2.0M
downloads
Microsoft.Windows.Compatibility.Shims package icon

Microsoft.Windows.Compatibility.Shims

This package provides infrastructure services and shouldn't be referenced directly from your code. It provides facade assemblies in order to make the Microsoft.Windows.Compatibility package work across all .NET implementations. When using NuGet 3.x this package requires at least version 3.4.

2.0M
downloads
runtime.win7-x86.Microsoft.NETCore.Windows.ApiSets package icon

runtime.win7-x86.Microsoft.NETCore.Windows.ApiSets

Internal implementation package not meant for direct consumption. Please do not reference directly. Windows API set dlls for use in operating systems that do not include them. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

2.0M
downloads
Microsoft.Extensions.ServiceDiscovery.Yarp package icon

Microsoft.Extensions.ServiceDiscovery.Yarp

Provides extensions for service discovery for the YARP reverse proxy.

2.0M
downloads
runtime.win-x64.Microsoft.NETCore.ILAsm package icon

runtime.win-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

2.0M
downloads
Xamarin.AndroidX.Navigation.Common.Android package icon

Xamarin.AndroidX.Navigation.Common.Android

.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-common-android'. Library description: Android Navigation-Common

2.0M
downloads
Microsoft.ML.Mkl.Components package icon

Microsoft.ML.Mkl.Components

ML.NET additional learners making use of Intel Mkl.

2.0M
downloads
Xamarin.AndroidX.Concurrent.Futures.Ktx package icon

Xamarin.AndroidX.Concurrent.Futures.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.concurrent:concurrent-futures-ktx'. Library description: Kotlin Extensions for Androidx implementation of Guava's ListenableFuture

2.0M
downloads
Xamarin.AndroidX.Navigation.Runtime.Android package icon

Xamarin.AndroidX.Navigation.Runtime.Android

.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-runtime-android'. Library description: Android Navigation-Runtime

2.0M
downloads
Microsoft.MacCatalyst.Templates.Msi.x64 package icon

Microsoft.MacCatalyst.Templates.Msi.x64

Templates for MacCatalyst platforms

2.0M
downloads
Microsoft.iOS.Runtime.iossimulator-x64.net8.0_18.0 package icon

Microsoft.iOS.Runtime.iossimulator-x64.net8.0_18.0

Microsoft iOS runtime pack for iossimulator-x64. Please do not reference directly.

2.0M
downloads
Xamarin.AndroidX.Tracing.Tracing.Ktx package icon

Xamarin.AndroidX.Tracing.Tracing.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.tracing:tracing-ktx'. Library description: Android Tracing

1.9M
downloads
Microsoft.Android.Templates.Msi.x64 package icon

Microsoft.Android.Templates.Msi.x64

Templates for Android platforms.

1.9M
downloads
runtime.win-x64.Microsoft.NETCore.ILDAsm package icon

runtime.win-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

1.9M
downloads
Microsoft.AspNetCore.Components.WebView.Maui.Msi.x64 package icon

Microsoft.AspNetCore.Components.WebView.Maui.Msi.x64

Build .NET Multi-platform App UI (.NET MAUI) apps with Blazor web UI in the BlazorWebView control.

1.9M
downloads
Xamarin.iOS.MaterialComponents package icon

Xamarin.iOS.MaterialComponents

Material Components for iOS (MDC-iOS) helps developers execute Material Design.

1.9M
downloads
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

1.9M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.9M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.9M
downloads
Xamarin.Firebase.Crashlytics package icon

Xamarin.Firebase.Crashlytics

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-crashlytics'.

1.9M
downloads
Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.9M
downloads
NuGet.Build.Packaging package icon

NuGet.Build.Packaging

NuGetizer-3000

1.9M
downloads
Xamarin.Azure.NotificationHubs.Android package icon

Xamarin.Azure.NotificationHubs.Android

Xamarin.Android Bindings for Azure Notification Hubs.

1.9M
downloads
Microsoft.Maui.Graphics.Msi.x64 package icon

Microsoft.Maui.Graphics.Msi.x64

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains a collection of cross-platform graphics and drawing APIs.

1.9M
downloads
Xamarin.AndroidX.Lifecycle.Common.Java8 package icon

Xamarin.AndroidX.Lifecycle.Common.Java8

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-common-java8'. Library description: Android Lifecycle-Common for Java 8 Language

1.8M
downloads
SkiaSharp.Resources package icon

SkiaSharp.Resources

SkiaSharp Skottie provides a Lottie implementation using the SkiaSharp library.

1.8M
downloads
SkiaSharp.SceneGraph package icon

SkiaSharp.SceneGraph

SkiaSharp Skottie provides a Lottie implementation using the SkiaSharp library.

1.8M
downloads
Microsoft.Maui.Resizetizer.Msi.x64 package icon

Microsoft.Maui.Resizetizer.Msi.x64

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains image, font and raw asset processing tools.

1.8M
downloads
Xamarin.Google.Android.ODML.Image package icon

Xamarin.Google.Android.ODML.Image

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.odml:image'.

1.8M
downloads
Xamarin.CheckerFramework.CheckerQual package icon

Xamarin.CheckerFramework.CheckerQual

.NET for Android and MAUI bindings for the Android Java library 'org.checkerframework:checker-qual'. Library description: checker-qual contains annotations (type qualifiers) that a programmerwrites to specify Java code for type-checking by the Checker Framework.

1.8M
downloads
Microsoft.Maui.Controls.Maps package icon

Microsoft.Maui.Controls.Maps

Maps and mapping support for .NET Multi-platform App UI (.NET MAUI) apps.

1.8M
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-x64

Contains Emscripten SDK system libraries cache for linux-x64.

1.8M
downloads
Microsoft.Maui.Maps package icon

Microsoft.Maui.Maps

Maps and mapping support for .NET Multi-platform App UI (.NET MAUI) apps. This package only contains the core objects used by .NET MAUI Maps. Please install the Microsoft.Maui.Controls.Maps package to start using .NET MAUI Maps.

1.8M
downloads
Xamarin.Google.MLKit.Vision.Interfaces package icon

Xamarin.Google.MLKit.Vision.Interfaces

.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:vision-interfaces'.

1.8M
downloads
Microsoft.AspNetCore.Components.CustomElements package icon

Microsoft.AspNetCore.Components.CustomElements

Provides a mechanism for using Blazor components as custom HTML elements. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

1.8M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.8M
downloads
Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x64 package icon

Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x64

Provides the tasks+targets, for consumption by wasm based workloads

1.8M
downloads
runtime.rhel.7-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.rhel.7-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

1.8M
downloads
runtime.rhel.7-x64.Microsoft.NETCore.Jit package icon

runtime.rhel.7-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

1.8M
downloads
Microsoft.SourceLink.AzureDevOpsServer.Git package icon

Microsoft.SourceLink.AzureDevOpsServer.Git

Generates source link for Azure DevOps Server (formerly known as TFS) Git repositories.

1.7M
downloads
runtime.debian.8-x64.Microsoft.NETCore.Jit package icon

runtime.debian.8-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

1.7M
downloads
Microsoft.NET.Workloads.10.0.100-rc.2 package icon

Microsoft.NET.Workloads.10.0.100-rc.2

This package contains the workload set manifest for the 10.0.100-rc.2 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

1.7M
downloads
runtime.rhel.7-x64.runtime.native.System.Net.Security package icon

runtime.rhel.7-x64.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.

1.7M
downloads
runtime.debian.8-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.debian.8-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

1.7M
downloads
Xamarin.Firebase.Abt package icon

Xamarin.Firebase.Abt

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-abt'.

1.7M
downloads
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.Msi.x64 package icon

Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.Msi.x64

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains additional graphics and drawing APIs for using the Win2D graphics engine with .NET MAUI Graphics. This package is no longer needed and all APIs are now also in the Microsoft.Maui.Graphics package.

1.7M
downloads
runtime.debian.8-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.debian.8-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

1.7M
downloads
Microsoft.Maui.Controls.Core.Msi.x64 package icon

Microsoft.Maui.Controls.Core.Msi.x64

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the core C# and XAML objects used by .NET MAUI. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.

1.7M
downloads
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization package icon

Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization

Resource utilization health check.

1.7M
downloads
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

1.7M
downloads
Xamarin.GooglePlayServices.MLKit.BarcodeScanning package icon

Xamarin.GooglePlayServices.MLKit.BarcodeScanning

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-mlkit-barcode-scanning'.

1.7M
downloads
Microsoft.Build.CopyOnWrite package icon

Microsoft.Build.CopyOnWrite

Build logic for staging artifacts from build outputs.

1.7M
downloads
Microsoft.Maui.Controls.Build.Tasks.Msi.x64 package icon

Microsoft.Maui.Controls.Build.Tasks.Msi.x64

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the MSBuild tasks and other tooling. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.

1.7M
downloads
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

1.6M
downloads
Microsoft.Maui.Core.Msi.x64 package icon

Microsoft.Maui.Core.Msi.x64

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the core objects used by .NET MAUI. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.

1.6M
downloads
Microsoft.Maui.Controls.Xaml.Msi.x64 package icon

Microsoft.Maui.Controls.Xaml.Msi.x64

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the XAML tooling. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.

1.6M
downloads
Microsoft.Maui.Controls.Msi.x64 package icon

Microsoft.Maui.Controls.Msi.x64

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, Tizen, and Windows from a single shared codebase.

1.6M
downloads
Microsoft.Maui.Essentials.Msi.x64 package icon

Microsoft.Maui.Essentials.Msi.x64

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains a collection of cross-platform APIs for working with device sensors and other features.

1.6M
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-x64

Contains Emscripten Node binaries for linux-x64.

1.6M
downloads
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHost package icon

runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

1.6M
downloads
Microsoft.iOS.Sdk.net10.0_26.0 package icon

Microsoft.iOS.Sdk.net10.0_26.0

Managed Tools and Bindings for the iOS SDK

1.6M
downloads
SkiaSharp.Views.WinUI package icon

SkiaSharp.Views.WinUI

SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.

1.6M
downloads
Microsoft.iOS.Runtime.ios-arm64.net8.0_18.0 package icon

Microsoft.iOS.Runtime.ios-arm64.net8.0_18.0

Microsoft iOS runtime pack for ios-arm64. Please do not reference directly.

1.6M
downloads
Xamarin.AndroidX.Core.SplashScreen package icon

Xamarin.AndroidX.Core.SplashScreen

.NET for Android and MAUI bindings for the Android Java library 'androidx.core:core-splashscreen'. Library description: This library provides the compatibility APIs for SplashScreen and helper method to enable a splashscreen on devices prior Android 12

1.6M
downloads
runtime.osx.10.10-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.osx.10.10-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

1.6M
downloads
SkiaSharp.Extended.UI.Maui package icon

SkiaSharp.Extended.UI.Maui

This package adds additional SkiaSharp controls to .NET MAUI.

1.6M
downloads
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost package icon

runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

1.6M
downloads
runtime.osx.10.10-x64.Microsoft.NETCore.Jit package icon

runtime.osx.10.10-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

1.6M
downloads
Xamarin.Google.MLKit.BarcodeScanning package icon

Xamarin.Google.MLKit.BarcodeScanning

.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:barcode-scanning'.

1.6M
downloads
Microsoft.NETCore.Targets.UniversalWindowsPlatform package icon

Microsoft.NETCore.Targets.UniversalWindowsPlatform

Ensures a minimum set of package versions when building Universal Windows Platform applications and portable libraries. - 1548494

1.6M
downloads
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

1.6M
downloads
Xamarin.Android.Support.Constraint.Layout.Solver package icon

Xamarin.Android.Support.Constraint.Layout.Solver

Android Constraint Layout Solver C# bindings for Xamarin

1.6M
downloads
Xamarin.Android.Support.Constraint.Layout package icon

Xamarin.Android.Support.Constraint.Layout

Android Constraint Layout C# bindings for Xamarin

1.6M
downloads
runtime.debian.8-x64.runtime.native.System.Net.Security package icon

runtime.debian.8-x64.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.

1.6M
downloads
Xamarin.GooglePlayServices.Auth.Api.Phone package icon

Xamarin.GooglePlayServices.Auth.Api.Phone

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-auth-api-phone'.

1.6M
downloads
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

1.5M
downloads
Xamarin.Google.ZXing.Core package icon

Xamarin.Google.ZXing.Core

.NET for Android and MAUI bindings for the Android Java library 'com.google.zxing:core'. Library description: Core barcode encoding/decoding library

1.5M
downloads
Xamarin.Facebook.iOS package icon

Xamarin.Facebook.iOS

C# bindings for Facebook's official SDK

1.5M
downloads
Xamarin.Azure.NotificationHubs.iOS package icon

Xamarin.Azure.NotificationHubs.iOS

Xamarin.iOS, Xamarin.Mac and Xamarin.TVOS Bindings for Azure Notification Hubs.

1.5M
downloads
System.IO.Compression.clrcompression-x86 package icon

System.IO.Compression.clrcompression-x86

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used for GZIP compression.

1.5M
downloads
Xamarin.Facebook.Android package icon

Xamarin.Facebook.Android

Xamarin.Android bindings for Facebook Android - SDK

1.5M
downloads
Xamarin.Google.MLKit.BarcodeScanning.Common package icon

Xamarin.Google.MLKit.BarcodeScanning.Common

.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:barcode-scanning-common'.

1.5M
downloads
runtime.debian.8-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.debian.8-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

1.5M
downloads
Microsoft.MacCatalyst.Ref.net8.0_18.0 package icon

Microsoft.MacCatalyst.Ref.net8.0_18.0

Microsoft MacCatalyst reference assemblies. Please do not reference directly.

1.5M
downloads
runtime.debian.8-x64.Microsoft.NETCore.DotNetHost package icon

runtime.debian.8-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

1.5M
downloads
Xamarin.Firebase.Auth.Interop package icon

Xamarin.Firebase.Auth.Interop

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-auth-interop'.

1.5M
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.5M
downloads
Xamarin.Firebase.iOS.RemoteConfig package icon

Xamarin.Firebase.iOS.RemoteConfig

C# bindings for Firebase APIs Remote Config iOS Library

1.5M
downloads
Xamarin.Android.Volley package icon

Xamarin.Android.Volley

.NET for Android and MAUI bindings for the Android Java library 'com.android.volley:volley'. Library description: An HTTP library that makes networking for Android apps easier and, most importantly, faster.

1.5M
downloads
runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

1.5M
downloads
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHost package icon

runtime.rhel.7-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

1.5M
downloads
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

1.5M
downloads
runtime.win10-x86-aot.runtime.native.System.IO.Compression package icon

runtime.win10-x86-aot.runtime.native.System.IO.Compression

Internal implementation package not meant for direct consumption. Please do not reference directly. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

1.4M
downloads
Microsoft.MacCatalyst.Runtime.maccatalyst-x64.net8.0_18.0 package icon

Microsoft.MacCatalyst.Runtime.maccatalyst-x64.net8.0_18.0

Microsoft MacCatalyst runtime pack for maccatalyst-x64. Please do not reference directly.

1.4M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.4M
downloads
runtime.win10-arm-aot.runtime.native.System.IO.Compression package icon

runtime.win10-arm-aot.runtime.native.System.IO.Compression

Internal implementation package not meant for direct consumption. Please do not reference directly. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

1.4M
downloads
runtime.win10-x64-aot.runtime.native.System.IO.Compression package icon

runtime.win10-x64-aot.runtime.native.System.IO.Compression

Internal implementation package not meant for direct consumption. Please do not reference directly. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

1.4M
downloads
System.ServiceModel.NetNamedPipe package icon

System.ServiceModel.NetNamedPipe

System.ServiceModel.NetNamedPipe

1.4M
downloads
Microsoft.iOS.Runtime.iossimulator-arm64.net8.0_18.0 package icon

Microsoft.iOS.Runtime.iossimulator-arm64.net8.0_18.0

Microsoft iOS runtime pack for iossimulator-arm64. Please do not reference directly.

1.4M
downloads
runtime.linux-musl-x64.Microsoft.NETCore.App package icon

runtime.linux-musl-x64.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

1.4M
downloads
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

1.4M
downloads
runtime.osx.10.10-x64.runtime.native.System.Net.Security package icon

runtime.osx.10.10-x64.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.

1.4M
downloads
Microsoft.iOS.Windows.Sdk.Msi.x64 package icon

Microsoft.iOS.Windows.Sdk.Msi.x64

Managed Tools and Bindings for the iOS SDK

1.4M
downloads
Yarp.Telemetry.Consumption package icon

Yarp.Telemetry.Consumption

Yarp.ReverseProxy extension package for in-process telemetry consumption

1.4M
downloads
Xamarin.Android.Support.Exif package icon

Xamarin.Android.Support.Exif

Xamarin.Android bindings for Android Support Library - exifinterface

1.4M
downloads
Microsoft.iOS.Sdk.net9.0_26.0 package icon

Microsoft.iOS.Sdk.net9.0_26.0

Managed Tools and Bindings for the iOS SDK

1.4M
downloads
System.IO.Compression.clrcompression-x64 package icon

System.IO.Compression.clrcompression-x64

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used for GZIP compression.

1.4M
downloads
runtime.osx-arm64.Microsoft.DotNet.ILCompiler package icon

runtime.osx-arm64.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

1.4M
downloads
Xamarin.GooglePlayServices.Analytics.Impl package icon

Xamarin.GooglePlayServices.Analytics.Impl

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-analytics-impl'.

1.3M
downloads
Xamarin.Facebook.CoreKit.iOS package icon

Xamarin.Facebook.CoreKit.iOS

C# binding for Facebook CoreKit's official SDK

1.3M
downloads
Xamarin.GooglePlayServices.Auth.Base package icon

Xamarin.GooglePlayServices.Auth.Base

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-auth-base'.

1.3M
downloads
Xamarin.Firebase.iOS.Crashlytics package icon

Xamarin.Firebase.iOS.Crashlytics

C# bindings for Firebase APIs Crashlytics iOS Library

1.3M
downloads
Xamarin.Google.iOS.Analytics package icon

Xamarin.Google.iOS.Analytics

C# bindings for Google APIs Analytics iOS Library

1.3M
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.osx-x64

Contains Emscripten SDK binaries for osx-x64.

1.3M
downloads
Microsoft.NETCore.TestHost package icon

Microsoft.NETCore.TestHost

CoreCLR application host for test applications.

1.3M
downloads
Xamarin.GooglePlayServices.Gcm package icon

Xamarin.GooglePlayServices.Gcm

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-gcm'.

1.3M
downloads
Microsoft.UpgradeAssistant.ApiCatalog.Assets package icon

Microsoft.UpgradeAssistant.ApiCatalog.Assets

Contains .NET ApiCatalog database used by Upgrade Assistant.

1.3M
downloads
Xamarin.Firebase.iOS.ABTesting package icon

Xamarin.Firebase.iOS.ABTesting

C# bindings for Firebase APIs A/B Testing iOS Library

1.3M
downloads
Microsoft.Maui.Controls.Compatibility.Msi.x64 package icon

Microsoft.Maui.Controls.Compatibility.Msi.x64

Compatibility APIs and objects for .NET Multi-platform App UI (.NET MAUI) apps. This package contains a collection of APIs and views that allow for easier migration from Xamarin.Forms.

1.3M
downloads
Xamarin.GooglePlayServices.Auth package icon

Xamarin.GooglePlayServices.Auth

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-auth'.

1.3M
downloads
Microsoft.Extensions.ML package icon

Microsoft.Extensions.ML

An integration package for ML.NET models on scalable web apps and services.

1.3M
downloads
runtime.ubuntu.16.10-x64.runtime.native.System package icon

runtime.ubuntu.16.10-x64.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.

1.3M
downloads
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

1.3M
downloads
Microsoft.iOS.Windows.Sdk.net8.0_18.0 package icon

Microsoft.iOS.Windows.Sdk.net8.0_18.0

Managed Tools and Bindings for the iOS SDK

1.3M
downloads
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHost package icon

runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

1.3M
downloads
Microsoft.UpgradeAssistant.Mappings package icon

Microsoft.UpgradeAssistant.Mappings

A set of package and API mappings for the dotnet UpgradeAssistant.

1.3M
downloads
Roslyn.Diagnostics.Analyzers package icon

Roslyn.Diagnostics.Analyzers

Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.

1.3M
downloads
Microsoft.NET.Workloads.10.0.100-rc.1 package icon

Microsoft.NET.Workloads.10.0.100-rc.1

This package contains the workload set manifest for the 10.0.100-rc.1 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

1.3M
downloads
runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http package icon

runtime.ubuntu.16.10-x64.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.

1.2M
downloads
Microsoft.NETCore.App.Runtime.win-arm package icon

Microsoft.NETCore.App.Runtime.win-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.2M
downloads
Microsoft.Extensions.AI.AzureAIInference package icon

Microsoft.Extensions.AI.AzureAIInference

Implementation of generative AI abstractions for Azure.AI.Inference.

1.2M
downloads
Microsoft.NETCore.Windows.ApiSets-x64 package icon

Microsoft.NETCore.Windows.ApiSets-x64

Windows API set dlls for use in operating systems that do not include them.

1.2M
downloads
Microsoft.NETCore.Windows.ApiSets-x86 package icon

Microsoft.NETCore.Windows.ApiSets-x86

Windows API set dlls for use in operating systems that do not include them.

1.2M
downloads
Xamarin.Protobuf.JavaLite package icon

Xamarin.Protobuf.JavaLite

.NET for Android and MAUI bindings for the Android Java library 'com.google.protobuf:protobuf-javalite'. Library description: Lite version of Protocol Buffers library. This version is targeted for mobile client use rather than server side use. It is optimized for code size, but does not guarantee API/ABI stability.

1.2M
downloads
runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression package icon

runtime.ubuntu.16.10-x64.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.

1.2M
downloads
Microsoft.Maui.Templates.net8.Msi.x64 package icon

Microsoft.Maui.Templates.net8.Msi.x64

.NET Multi-platform App UI (.NET MAUI) project and item templates.

1.2M
downloads
Xamarin.GooglePlayServices.Clearcut package icon

Xamarin.GooglePlayServices.Clearcut

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-clearcut'.

1.2M
downloads
Xamarin.AndroidX.Compose.Runtime package icon

Xamarin.AndroidX.Compose.Runtime

.NET for Android and MAUI bindings for the Android Java library 'androidx.compose.runtime:runtime'. Library description: Tree composition support for code generated by the Compose compiler plugin and corresponding public API

1.2M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.2M
downloads
Xamarin.Facebook.LoginKit.iOS package icon

Xamarin.Facebook.LoginKit.iOS

C# binding for Facebook LoginKit's official SDK

1.2M
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64.Msi.x64

Contains Emscripten SDK binaries for win-x64.

1.2M
downloads
Microsoft.NETCore.Compilers package icon

Microsoft.NETCore.Compilers

Note: This package is deprecated. Please use Microsoft.Net.Compilers.Toolset instead CoreCLR-compatible versions of the C# and VB compilers for use in MSBuild. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/46c8f4f56765e16b92759de8098494b36cfb84f5.

1.2M
downloads
Xamarin.Facebook.ShareKit.iOS package icon

Xamarin.Facebook.ShareKit.iOS

C# binding for Facebook ShareKit's official SDK

1.2M
downloads
Xamarin.Facebook.Core.Android package icon

Xamarin.Facebook.Core.Android

Xamarin.Android bindings for Facebook Android - Core

1.2M
downloads
SkiaSharp.Views.Blazor package icon

SkiaSharp.Views.Blazor

SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.

1.2M
downloads
Microsoft.NETCore.App.Runtime.linux-musl-arm package icon

Microsoft.NETCore.App.Runtime.linux-musl-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.2M
downloads
Xamarin.GooglePlayServices.Analytics package icon

Xamarin.GooglePlayServices.Analytics

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-analytics'.

1.2M
downloads
Xamarin.GooglePlayServices.Iid package icon

Xamarin.GooglePlayServices.Iid

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-iid'.

1.2M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.2M
downloads
Xamarin.Facebook.Common.Android package icon

Xamarin.Facebook.Common.Android

Xamarin.Android bindings for Facebook Android - Common

1.2M
downloads
System.IO.Compression.clrcompression-arm package icon

System.IO.Compression.clrcompression-arm

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used for GZIP compression.

1.2M
downloads
SkiaSharp.Views.WindowsForms package icon

SkiaSharp.Views.WindowsForms

SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.

1.2M
downloads
Microsoft.NETCore.Runtime.CoreCLR-x64 package icon

Microsoft.NETCore.Runtime.CoreCLR-x64

The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.

1.1M
downloads
Xamarin.GooglePlayServices.Phenotype package icon

Xamarin.GooglePlayServices.Phenotype

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-phenotype'.

1.1M
downloads
Microsoft.iOS.Sdk.Msi.x64 package icon

Microsoft.iOS.Sdk.Msi.x64

Managed Tools and Bindings for the iOS SDK

1.1M
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.1M
downloads
Xamarin.Facebook.Login.Android package icon

Xamarin.Facebook.Login.Android

Xamarin.Android bindings for Facebook Android - Login

1.1M
downloads
Microsoft.NETCore.Runtime.CoreCLR-x86 package icon

Microsoft.NETCore.Runtime.CoreCLR-x86

The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.

1.1M
downloads
Microsoft.Maui.Templates.net9.Msi.x64 package icon

Microsoft.Maui.Templates.net9.Msi.x64

.NET Multi-platform App UI (.NET MAUI) project and item templates.

1.1M
downloads
runtime.win-arm64.Microsoft.DotNet.ILCompiler package icon

runtime.win-arm64.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

1.1M
downloads
Microsoft.AspNetCore.DataProtection.SystemWeb package icon

Microsoft.AspNetCore.DataProtection.SystemWeb

A component to allow the ASP.NET Core data protection stack to work with the ASP.NET 4.x <machineKey> element.

1.1M
downloads
Microsoft.MacCatalyst.Runtime.maccatalyst-arm64.net8.0_18.0 package icon

Microsoft.MacCatalyst.Runtime.maccatalyst-arm64.net8.0_18.0

Microsoft MacCatalyst runtime pack for maccatalyst-arm64. Please do not reference directly.

1.1M
downloads
Xamarin.AndroidX.Lifecycle.Extensions package icon

Xamarin.AndroidX.Lifecycle.Extensions

.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-extensions'. Library description: Android Lifecycle Extensions

1.1M
downloads
Microsoft.AspNetCore.App.Runtime.win-arm package icon

Microsoft.AspNetCore.App.Runtime.win-arm

Provides a default set of APIs for building an ASP.NET Core application. Contains assets used for self-contained deployments. This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/898c164a1f537a8210a26eaf388bdc92531f6b09

1.1M
downloads
Microsoft.iOS.Windows.Sdk.net9.0_18.0 package icon

Microsoft.iOS.Windows.Sdk.net9.0_18.0

Managed Tools and Bindings for the iOS SDK

1.1M
downloads
Xamarin.AndroidX.DataStore package icon

Xamarin.AndroidX.DataStore

.NET for Android and MAUI bindings for the Android Java library 'androidx.datastore:datastore'. Library description: Android DataStore - contains the underlying store used by each serialization method along with components that require an Android dependency

1.1M
downloads
Microsoft.Spark package icon

Microsoft.Spark

.NET for Apache Spark

1.1M
downloads
Xamarin.Facebook.Share.Android package icon

Xamarin.Facebook.Share.Android

Xamarin.Android bindings for Facebook Android - Share

1.1M
downloads
Xamarin.AndroidX.DataStore.Core package icon

Xamarin.AndroidX.DataStore.Core

.NET for Android and MAUI bindings for the Android Java library 'androidx.datastore:datastore-core'. Library description: Android DataStore Core - contains the underlying store used by each serialization method

1.1M
downloads
Microsoft.MacCatalyst.Sdk.net10.0_26.0 package icon

Microsoft.MacCatalyst.Sdk.net10.0_26.0

Managed Tools and Bindings for the MacCatalyst SDK

1.1M
downloads
Bolts package icon

Bolts

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.

1.1M
downloads
Microsoft.AspNetCore.App.Runtime.linux-musl-arm package icon

Microsoft.AspNetCore.App.Runtime.linux-musl-arm

Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.

1.1M
downloads
Xamarin.Google.Android.Play.Core package icon

Xamarin.Google.Android.Play.Core

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.play:core'.

1.1M
downloads
Xamarin.Facebook.AppLinks.Android package icon

Xamarin.Facebook.AppLinks.Android

Xamarin.Android bindings for Facebook Android - App Links

1.1M
downloads
System.Windows.Forms.DataVisualization package icon

System.Windows.Forms.DataVisualization

This package contains the charting controls for Windows Forms for .NET Core.

1.1M
downloads
Xamarin.Facebook.Messenger.Android package icon

Xamarin.Facebook.Messenger.Android

Xamarin.Android bindings for Facebook Android - Messenger

1.1M
downloads
Xamarin.Firebase.AppCheck.Interop package icon

Xamarin.Firebase.AppCheck.Interop

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-appcheck-interop'.

1.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

1.1M
downloads
Microsoft.iOS.Windows.Sdk.net9.0_18.0.Msi.x64 package icon

Microsoft.iOS.Windows.Sdk.net9.0_18.0.Msi.x64

Managed Tools and Bindings for the iOS SDK

1.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

1.1M
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

1.1M
downloads
Microsoft.Extensions.AI.Evaluation.Quality package icon

Microsoft.Extensions.AI.Evaluation.Quality

A library containing evaluators that can be used to evaluate the quality of AI responses in your projects including Relevance, Truth, Completeness, Fluency, Coherence, Retrieval, Equivalence and Groundedness.

1.1M
downloads
Microsoft.NET.Workloads.9.0.300 package icon

Microsoft.NET.Workloads.9.0.300

This package contains the workload set manifest for the 9.0.300 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

1.0M
downloads
Xamarin.AndroidX.DataStore.Preferences package icon

Xamarin.AndroidX.DataStore.Preferences

.NET for Android and MAUI bindings for the Android Java library 'androidx.datastore:datastore-preferences'. Library description: Android Preferences DataStore

1.0M
downloads
Microsoft.EntityFrameworkCore.Specification.Tests package icon

Microsoft.EntityFrameworkCore.Specification.Tests

Shared test suite for Entity Framework Core database providers.

1.0M
downloads
Microsoft.AspNetCore.Diagnostics.Middleware package icon

Microsoft.AspNetCore.Diagnostics.Middleware

ASP.NET Core middleware for collecting high-quality telemetry.

1.0M
downloads
Xamarin.AndroidX.AutoFill package icon

Xamarin.AndroidX.AutoFill

.NET for Android and MAUI bindings for the Android Java library 'androidx.autofill:autofill'. Library description: AndroidX Autofill

1.0M
downloads
Xamarin.AndroidX.DataStore.Preferences.Core package icon

Xamarin.AndroidX.DataStore.Preferences.Core

.NET for Android and MAUI bindings for the Android Java library 'androidx.datastore:datastore-preferences-core'. Library description: Android Preferences DataStore without the Android Dependencies

1.0M
downloads
upgrade-assistant package icon

upgrade-assistant

A tool to assist developers in upgrading .NET Framework and .NET applications to latest versions of .NET.

1.0M
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

1.0M
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

1.0M
downloads
Xamarin.AndroidX.Room.Room.Ktx package icon

Xamarin.AndroidX.Room.Room.Ktx

.NET for Android and MAUI bindings for the Android Java library 'androidx.room:room-ktx'. Library description: Android Room Kotlin Extensions

1.0M
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64.Msi.x64

Contains Emscripten SDK system libraries cache for win-x64.

1.0M
downloads
Microsoft.NETCore.Runtime.CoreCLR-arm package icon

Microsoft.NETCore.Runtime.CoreCLR-arm

The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.

1.0M
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

1.0M
downloads
Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

1.0M
downloads
Xamarin.GooglePlayServices.Ads.Lite package icon

Xamarin.GooglePlayServices.Ads.Lite

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-ads-lite'.

1.0M
downloads
Microsoft.iOS.Sdk.net9.0_18.0.Msi.x64 package icon

Microsoft.iOS.Sdk.net9.0_18.0.Msi.x64

Managed Tools and Bindings for the iOS SDK

1.0M
downloads
Microsoft.DotNet.ProjectModel.Loader package icon

Microsoft.DotNet.ProjectModel.Loader

Microsoft.DotNet.ProjectModel.Loader

1.0M
downloads
Xamarin.AndroidX.Compose.UI package icon

Xamarin.AndroidX.Compose.UI

.NET for Android and MAUI bindings for the Android Java library 'androidx.compose.ui:ui'. Library description: Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.

1.0M
downloads
Xamarin.GooglePlayServices.Places package icon

Xamarin.GooglePlayServices.Places

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-places'.

999.6K
downloads
Microsoft.ML.DnnImageFeaturizer.AlexNet package icon

Microsoft.ML.DnnImageFeaturizer.AlexNet

ML.NET component for pretrained AlexNet image featurization

996.5K
downloads
Microsoft.MacCatalyst.Sdk.net9.0_18.0.Msi.x64 package icon

Microsoft.MacCatalyst.Sdk.net9.0_18.0.Msi.x64

Managed Tools and Bindings for the MacCatalyst SDK

988.7K
downloads
Microsoft.MacCatalyst.Sdk.Msi.x64 package icon

Microsoft.MacCatalyst.Sdk.Msi.x64

Managed Tools and Bindings for the MacCatalyst SDK

984.1K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64.Msi.x64

Contains Emscripten Python binaries for win-x64.

979.8K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64.Msi.x64

Contains Emscripten Node binaries for win-x64.

979.7K
downloads
Microsoft.Experimental.Collections package icon

Microsoft.Experimental.Collections

This package provides collections that are being considered for future versions of .NET Core.

976.2K
downloads
Xamarin.Google.Android.Play.Core.Common package icon

Xamarin.Google.Android.Play.Core.Common

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.play:core-common'.

974.1K
downloads
Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x64 package icon

Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x64

SDK for building and publishing WebAssembly applications.

968.2K
downloads
SkiaSharp.Views.Maui.Controls.Compatibility package icon

SkiaSharp.Views.Maui.Controls.Compatibility

SkiaSharp for .NET MAUI is a set of views that can be used to draw on the screen.

962.3K
downloads
Xamarin.AndroidX.Compose.Runtime.Saveable package icon

Xamarin.AndroidX.Compose.Runtime.Saveable

.NET for Android and MAUI bindings for the Android Java library 'androidx.compose.runtime:runtime-saveable'. Note this package only adds the Java library to the application. C# bindings are not provided. Library description: Compose components that allow saving and restoring the local ui state

955.2K
downloads
Microsoft.iOS.Windows.Sdk.net8.0_18.0.Msi.x64 package icon

Microsoft.iOS.Windows.Sdk.net8.0_18.0.Msi.x64

Managed Tools and Bindings for the iOS SDK

940.2K
downloads
Square.OkHttp3.LoggingInterceptor package icon

Square.OkHttp3.LoggingInterceptor

.NET for Android and MAUI bindings for the Android Java library 'com.squareup.okhttp3:logging-interceptor'. Library description: Square’s meticulous HTTP client for Java and Kotlin.

936.9K
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

936.7K
downloads
Xamarin.GooglePlayServices.TagManager.V4.Impl package icon

Xamarin.GooglePlayServices.TagManager.V4.Impl

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-tagmanager-v4-impl'.

936.2K
downloads
Xamarin.GooglePlayServices.Flags package icon

Xamarin.GooglePlayServices.Flags

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-flags'.

929.0K
downloads
Xamarin.AndroidX.Compose.UI.Geometry package icon

Xamarin.AndroidX.Compose.UI.Geometry

.NET for Android and MAUI bindings for the Android Java library 'androidx.compose.ui:ui-geometry'. Note this package only adds the Java library to the application. C# bindings are not provided. Library description: Compose classes related to dimensions without units

922.7K
downloads
Microsoft.iOS.Ref.net9.0_26.0 package icon

Microsoft.iOS.Ref.net9.0_26.0

Microsoft iOS reference assemblies. Please do not reference directly.

918.5K
downloads
Microsoft.EntityFrameworkCore.Relational.Specification.Tests package icon

Microsoft.EntityFrameworkCore.Relational.Specification.Tests

Shared test suite for Entity Framework Core relational database providers.

898.2K
downloads
Xamarin.AndroidX.Compose.UI.Util package icon

Xamarin.AndroidX.Compose.UI.Util

.NET for Android and MAUI bindings for the Android Java library 'androidx.compose.ui:ui-util'. Note this package only adds the Java library to the application. C# bindings are not provided. Library description: Internal Compose utilities used by other modules

897.3K
downloads
Xamarin.Firebase.Auth package icon

Xamarin.Firebase.Auth

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-auth'.

892.3K
downloads
runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler package icon

runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

891.0K
downloads
Microsoft.NETCore.App.Host.linux-musl-arm package icon

Microsoft.NETCore.App.Host.linux-musl-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

890.6K
downloads
Xamarin.GooglePlayServices.Ads package icon

Xamarin.GooglePlayServices.Ads

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-ads'.

889.0K
downloads
Xamarin.GooglePlayServices.Vision package icon

Xamarin.GooglePlayServices.Vision

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-vision'.

887.5K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.osx-x64

Contains Emscripten SDK system libraries cache for osx-x64.

886.8K
downloads
Xamarin.AndroidX.Compose.Animation.Core package icon

Xamarin.AndroidX.Compose.Animation.Core

.NET for Android and MAUI bindings for the Android Java library 'androidx.compose.animation:animation-core'. Note this package only adds the Java library to the application. C# bindings are not provided. Library description: Animation engine and animation primitives that are the building blocks of the Compose animation library

884.1K
downloads
Microsoft.iOS.Windows.Sdk.net8.0_17.0.Msi.x64 package icon

Microsoft.iOS.Windows.Sdk.net8.0_17.0.Msi.x64

Managed Tools and Bindings for the iOS SDK

879.6K
downloads
System.Buffers.Primitives package icon

System.Buffers.Primitives

Slices of arrays and buffers

878.0K
downloads
Microsoft.iOS.Sdk.net10.0_26.2 package icon

Microsoft.iOS.Sdk.net10.0_26.2

Managed Tools and Bindings for the iOS SDK

876.9K
downloads
Microsoft.MacCatalyst.Sdk.net9.0_26.0 package icon

Microsoft.MacCatalyst.Sdk.net9.0_26.0

Managed Tools and Bindings for the MacCatalyst SDK

874.7K
downloads
Microsoft.iOS.Runtime.ios.net10.0_26.2 package icon

Microsoft.iOS.Runtime.ios.net10.0_26.2

Microsoft iOS managed runtime pack for ios. Please do not reference directly.

874.3K
downloads
Microsoft.iOS.Runtime.ios-arm64.net10.0_26.2 package icon

Microsoft.iOS.Runtime.ios-arm64.net10.0_26.2

Microsoft iOS runtime pack for ios-arm64. Please do not reference directly.

873.6K
downloads
Microsoft.iOS.Ref.net10.0_26.2 package icon

Microsoft.iOS.Ref.net10.0_26.2

Microsoft iOS reference assemblies. Please do not reference directly.

873.2K
downloads
Microsoft.iOS.Runtime.iossimulator-arm64.net10.0_26.2 package icon

Microsoft.iOS.Runtime.iossimulator-arm64.net10.0_26.2

Microsoft iOS runtime pack for iossimulator-arm64. Please do not reference directly.

873.1K
downloads
Microsoft.iOS.Runtime.iossimulator-x64.net10.0_26.2 package icon

Microsoft.iOS.Runtime.iossimulator-x64.net10.0_26.2

Microsoft iOS runtime pack for iossimulator-x64. Please do not reference directly.

872.6K
downloads
Microsoft.Android.Runtime.35.android-arm.Msi.x64 package icon

Microsoft.Android.Runtime.35.android-arm.Msi.x64

Microsoft.Android runtime components for API 35. Please do not reference directly.

865.5K
downloads
Microsoft.Android.Runtime.35.android-arm64.Msi.x64 package icon

Microsoft.Android.Runtime.35.android-arm64.Msi.x64

Microsoft.Android runtime components for API 35. Please do not reference directly.

865.3K
downloads
Microsoft.Android.Runtime.35.android-x86.Msi.x64 package icon

Microsoft.Android.Runtime.35.android-x86.Msi.x64

Microsoft.Android runtime components for API 35. Please do not reference directly.

864.7K
downloads
Microsoft.Android.Runtime.35.android-x64.Msi.x64 package icon

Microsoft.Android.Runtime.35.android-x64.Msi.x64

Microsoft.Android runtime components for API 35. Please do not reference directly.

863.9K
downloads
Xamarin.Firebase.Dynamic.Links package icon

Xamarin.Firebase.Dynamic.Links

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-dynamic-links'.

862.5K
downloads
Microsoft.iOS.Sdk.net8.0_18.0.Msi.x64 package icon

Microsoft.iOS.Sdk.net8.0_18.0.Msi.x64

Managed Tools and Bindings for the iOS SDK

860.8K
downloads
Microsoft.Android.Ref.35.Msi.x64 package icon

Microsoft.Android.Ref.35.Msi.x64

Microsoft.Android reference assemblies for API 35. Please do not reference directly.

852.8K
downloads
Microsoft.iOS.Sdk.net8.0_17.0.Msi.x64 package icon

Microsoft.iOS.Sdk.net8.0_17.0.Msi.x64

Managed Tools and Bindings for the iOS SDK

850.3K
downloads
Microsoft.tvOS.Templates package icon

Microsoft.tvOS.Templates

Templates for tvOS platforms

844.4K
downloads
Microsoft.iOS.Ref.net10.0_26.0 package icon

Microsoft.iOS.Ref.net10.0_26.0

Microsoft iOS reference assemblies. Please do not reference directly.

843.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Python.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Python.osx-x64

Contains Emscripten Python binaries for osx-x64.

840.9K
downloads
Xamarin.AndroidX.Compose.Foundation.Layout package icon

Xamarin.AndroidX.Compose.Foundation.Layout

.NET for Android and MAUI bindings for the Android Java library 'androidx.compose.foundation:foundation-layout'. Library description: Compose layout implementations

840.0K
downloads
Xamarin.AndroidX.DataBinding.ViewBinding package icon

Xamarin.AndroidX.DataBinding.ViewBinding

.NET for Android and MAUI bindings for the Android Java library 'androidx.databinding:viewbinding'.

835.5K
downloads
Microsoft.Maui.Resizetizer.Sdk.Msi.x64 package icon

Microsoft.Maui.Resizetizer.Sdk.Msi.x64

.NET MAUI SDK support for images, fonts, etc. Enabled via <UseMauiAssets>true</UseMauiAssets>.

831.5K
downloads
Xamarin.Firebase.AppIndexing package icon

Xamarin.Firebase.AppIndexing

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-appindexing'.

829.3K
downloads
Microsoft.ML.Tokenizers.Data.P50kBase package icon

Microsoft.ML.Tokenizers.Data.P50kBase

The Microsoft.ML.Tokenizers.Data.P50kBase includes the Tiktoken tokenizer data file p50k_base.tiktoken, which is utilized by models such as text-davinci-002

825.6K
downloads
Xamarin.AndroidX.DataStore.Core.OkIO.Jvm package icon

Xamarin.AndroidX.DataStore.Core.OkIO.Jvm

.NET for Android and MAUI bindings for the Android Java library 'androidx.datastore:datastore-core-okio-jvm'. Library description: Android DataStore Core Okio- contains APIs to use datastore-core in multiplatform via okio

822.8K
downloads
Xamarin.AndroidX.Compose.UI.Text package icon

Xamarin.AndroidX.Compose.UI.Text

.NET for Android and MAUI bindings for the Android Java library 'androidx.compose.ui:ui-text'. Library description: Compose Text primitives and utilities

822.3K
downloads
Xamarin.Firebase.ProtoliteWellKnownTypes package icon

Xamarin.Firebase.ProtoliteWellKnownTypes

.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:protolite-well-known-types'.

821.4K
downloads
Microsoft.MacCatalyst.Sdk.net8.0_18.0.Msi.x64 package icon

Microsoft.MacCatalyst.Sdk.net8.0_18.0.Msi.x64

Managed Tools and Bindings for the MacCatalyst SDK

820.5K
downloads
Xamarin.AndroidX.Compose.Animation package icon

Xamarin.AndroidX.Compose.Animation

.NET for Android and MAUI bindings for the Android Java library 'androidx.compose.animation:animation'. Note this package only adds the Java library to the application. C# bindings are not provided. Library description: Compose animation library

817.2K
downloads
Microsoft.MacCatalyst.Sdk.net8.0_17.0.Msi.x64 package icon

Microsoft.MacCatalyst.Sdk.net8.0_17.0.Msi.x64

Managed Tools and Bindings for the MacCatalyst SDK

815.9K
downloads
Xamarin.AndroidX.DataStore.Core.Jvm package icon

Xamarin.AndroidX.DataStore.Core.Jvm

.NET for Android and MAUI bindings for the Android Java library 'androidx.datastore:datastore-core-jvm'. Library description: Android DataStore Core - contains the underlying store used by each serialization method

812.5K
downloads
Xamarin.GooglePlayServices.AppIndexing package icon

Xamarin.GooglePlayServices.AppIndexing

Xamarin.Android Bindings for Google Play Services - AppIndexing 11.4.2 NOTE: This is package only contains type forwarders to the types which now exist in Xamarin.Firebase.AppIndexing and is only available for backwards compatibility purposes.

801.1K
downloads
Xamarin.Android.ReactiveStreams package icon

Xamarin.Android.ReactiveStreams

.NET for Android and MAUI bindings for the Android Java library 'org.reactivestreams:reactive-streams'. Library description: A Protocol for Asynchronous Non-Blocking Data Sequence

800.9K
downloads
Xamarin.GooglePlayServices.Vision.Common package icon

Xamarin.GooglePlayServices.Vision.Common

.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-vision-common'.

800.3K
downloads
Microsoft.ML.DnnImageFeaturizer.ResNet101 package icon

Microsoft.ML.DnnImageFeaturizer.ResNet101

ML.NET component for pretrained ResNet101 image featurization

788.9K
downloads
Microsoft.DotNet.Interactive.Formatting package icon

Microsoft.DotNet.Interactive.Formatting

Convention-based and highly configurable .NET object formatting for interactive programming, including support for mime types suitable for building visualizations for Jupyter Notebooks and web browsers.

787.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-x64.Msi.x64

Contains Emscripten SDK binaries for win-x64.

786.8K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Node.osx-x64

Contains Emscripten Node binaries for osx-x64.

777.4K
downloads
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost package icon

runtime.linux-arm.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

776.8K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64

Contains Emscripten SDK binaries for win-x64.

772.4K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.linux-x64

Contains Emscripten SDK binaries for linux-x64.

769.7K
downloads
dotnet-monitor package icon

dotnet-monitor

.NET Core Diagnostic Monitoring Tool

767.9K
downloads
runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression package icon

runtime.opensuse.42.1-x64.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.

759.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64

Contains Emscripten SDK binaries for linux-x64.

759.0K
downloads
Microsoft.Cci package icon

Microsoft.Cci

Provides a portable version of the Microsoft.Cci library TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

755.8K
downloads
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

753.0K
downloads
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver package icon

runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

751.3K
downloads
runtime.opensuse.42.1-x64.runtime.native.System package icon

runtime.opensuse.42.1-x64.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.

750.5K
downloads
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost package icon

runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

746.2K
downloads
Microsoft.NET.Workloads.8.0.400 package icon

Microsoft.NET.Workloads.8.0.400

This package contains the workload set manifest for the 8.0.400 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

742.4K
downloads
Microsoft.DotNet.Interactive package icon

Microsoft.DotNet.Interactive

Core types for building applications providing interactive programming for .NET.

740.8K
downloads
runtime.opensuse.42.1-x64.runtime.native.System.Net.Http package icon

runtime.opensuse.42.1-x64.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.

733.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-x64

Contains Emscripten SDK binaries for win-x64.

729.1K
downloads
Microsoft.AspNetCore.JsonPatch.SystemTextJson package icon

Microsoft.AspNetCore.JsonPatch.SystemTextJson

ASP.NET Core support for JSON PATCH, based on System.Text.Json serialization. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

722.9K
downloads
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

718.9K
downloads
Microsoft.Extensions.AI.Evaluation.Reporting package icon

Microsoft.Extensions.AI.Evaluation.Reporting

A library that contains support for caching LLM responses, storing the results of evaluations and generating reports from that data.

714.5K
downloads
Microsoft.DotNet.Interactive.Documents package icon

Microsoft.DotNet.Interactive.Documents

Provides APIs for reading and writing .ipynb and other file formats for .NET Interactive

713.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

712.4K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

710.7K
downloads
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

707.9K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

707.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

706.5K
downloads
runtime.fedora.24-x64.runtime.native.System package icon

runtime.fedora.24-x64.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.

703.4K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

700.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

699.7K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

699.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

698.1K
downloads
Microsoft.TemplateEngine.Abstractions package icon

Microsoft.TemplateEngine.Abstractions

Contracts for extending Template Engine

695.0K
downloads
Microsoft.Build.Artifacts package icon

Microsoft.Build.Artifacts

Build logic for staging artifacts from build outputs.

691.9K
downloads
Microsoft.NET.Workloads.10.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.100-preview.2.Msi.x64

Package Description

686.3K
downloads
System.Threading.Tasks.Channels package icon

System.Threading.Tasks.Channels

Provides synchronization data structures for passing data between producers and consumers.

685.8K
downloads
System.Binary package icon

System.Binary

Non-allocating ninary reader and writer

680.9K
downloads
runtime.osx-x64.Microsoft.DotNet.ILCompiler package icon

runtime.osx-x64.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

680.1K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 package icon

Microsoft.NET.Workload.Emscripten.Manifest-7.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

675.3K
downloads
Microsoft.Packaging.Tools.Trimming package icon

Microsoft.Packaging.Tools.Trimming

Provides build infrastructure for trimming unused files from an application. e7b708a564c6e7cae4debb9c4d2973796d6fef70 When using NuGet 3.x this package requires at least version 3.4.

673.4K
downloads
runtime.fedora.24-x64.runtime.native.System.Net.Http package icon

runtime.fedora.24-x64.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.

671.9K
downloads
runtime.fedora.24-x64.runtime.native.System.IO.Compression package icon

runtime.fedora.24-x64.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.

669.9K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64

Contains Emscripten SDK system libraries cache for win-x64.

668.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

666.2K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

666.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

665.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

665.3K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

656.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

655.7K
downloads
Microsoft.NETCore.Targets.NETFramework package icon

Microsoft.NETCore.Targets.NETFramework

Ensures a minimum set of package versions when building .NET Framework applications and portable libraries. - 1548494

646.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100

Internal toolchain package not meant for direct consumption. Please do not reference directly.

642.5K
downloads
runtime.opensuse.42.1-x64.Microsoft.NETCore.Jit package icon

runtime.opensuse.42.1-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

640.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

640.3K
downloads
runtime.fedora.24-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.fedora.24-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

633.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64

Contains Emscripten Node binaries for win-x64.

632.5K
downloads
runtime.linux-x64.Microsoft.NETCore.ILAsm package icon

runtime.linux-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

631.4K
downloads
runtime.opensuse.42.1-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.opensuse.42.1-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

625.0K
downloads
System.Security.Cryptography.Cose package icon

System.Security.Cryptography.Cose

Provides support for CBOR Object Signing and Encryption (COSE).

623.9K
downloads
runtime.opensuse.13.2-x64.runtime.native.System package icon

runtime.opensuse.13.2-x64.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.

623.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64

Contains Emscripten Python binaries for win-x64.

622.4K
downloads
runtime.fedora.24-x64.Microsoft.NETCore.Jit package icon

runtime.fedora.24-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

621.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

614.1K
downloads
runtime.fedora.23-x64.runtime.native.System package icon

runtime.fedora.23-x64.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.

612.0K
downloads
Microsoft.ML.DnnImageFeaturizer.ResNet50 package icon

Microsoft.ML.DnnImageFeaturizer.ResNet50

ML.NET component for pretrained ResNet50 image featurization

611.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

608.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

607.3K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

605.4K
downloads
runtime.linux-arm.Microsoft.NETCore.App package icon

runtime.linux-arm.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

605.0K
downloads
runtime.opensuse.13.2-x64.runtime.native.System.Net.Http package icon

runtime.opensuse.13.2-x64.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.

604.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

601.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

596.6K
downloads
dotnet-suggest package icon

dotnet-suggest

Package Description

596.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

594.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

594.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

593.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

593.0K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

592.8K
downloads
Microsoft.NETCore.App.Runtime.Mono.linux-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.linux-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

592.5K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

591.7K
downloads
runtime.fedora.23-x64.runtime.native.System.IO.Compression package icon

runtime.fedora.23-x64.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.

591.1K
downloads
runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression package icon

runtime.opensuse.13.2-x64.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.

591.0K
downloads
runtime.fedora.23-x64.runtime.native.System.Net.Http package icon

runtime.fedora.23-x64.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.

590.3K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64.Msi.x64

Contains Emscripten SDK binaries for win-x64.

589.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-x64.Msi.x64

Contains Emscripten SDK system libraries cache for win-x64.

586.7K
downloads
runtime.fedora.24-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.fedora.24-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

581.3K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

581.1K
downloads
runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

577.1K
downloads
Microsoft.TemplateEngine.Utils package icon

Microsoft.TemplateEngine.Utils

Components used by all Template Engine extensions and consumers

573.5K
downloads
NETStandard.Library.NETFramework package icon

NETStandard.Library.NETFramework

This package is deprecated. To consume .NET Standard libraries from .NET Framework in VS2017 15.3, you only need the .NET Core 2.0 SDK installed. For VS 2015, you'll need NuGet client 3.6 or higher. Adds NETStandard2.0 support to .NET Framework. 029cf57733b7ec6c1dd8a13857e800b9a8d97192 When using NuGet 3.x this package requires at least version 3.4.

565.1K
downloads
runtime.fedora.24-x64.Microsoft.NETCore.DotNetHost package icon

runtime.fedora.24-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

564.6K
downloads
runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

562.1K
downloads
runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHost package icon

runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

560.8K
downloads
Microsoft.NET.Sdk.IL package icon

Microsoft.NET.Sdk.IL

Provides support for building IL projects.

559.3K
downloads
runtime.fedora.24-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.fedora.24-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

557.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-x64

Contains Emscripten SDK system libraries cache for win-x64.

556.5K
downloads
Microsoft.ML.Probabilistic package icon

Microsoft.ML.Probabilistic

Infer.NET is a framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming. This package contains classes and methods needed to execute the inference code.

553.7K
downloads
runtime.linux-arm64.Microsoft.NETCore.App package icon

runtime.linux-arm64.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

553.4K
downloads
Microsoft.ML.DnnImageFeaturizer.ResNet18 package icon

Microsoft.ML.DnnImageFeaturizer.ResNet18

ML.NET component for pretrained ResNet18 image featurization

552.7K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

531.4K
downloads
Microsoft.NETCore.App.Crossgen2.linux-musl-arm64 package icon

Microsoft.NETCore.App.Crossgen2.linux-musl-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

530.9K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

525.2K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

525.0K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

524.9K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

524.7K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

524.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

523.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

523.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

522.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

522.6K
downloads
Microsoft.NETCore.App.Runtime.Mono.win-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.win-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

519.3K
downloads
runtime.linux-x64.Microsoft.NETCore.ILDAsm package icon

runtime.linux-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

516.7K
downloads
runtime.ubuntu.18.04-x64.runtime.native.System package icon

runtime.ubuntu.18.04-x64.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.

512.6K
downloads
runtime.osx-x64.Microsoft.NETCore.ILAsm package icon

runtime.osx-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

512.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.linux-x64

Contains Emscripten SDK system libraries cache for linux-x64.

512.2K
downloads
Microsoft.ML.TorchSharp package icon

Microsoft.ML.TorchSharp

Microsoft.ML.TorchSharp contains ML.NET integration of TorchSharp.

511.9K
downloads
Microsoft.NET.Workloads.10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.100-rc.2.Msi.x64

This package contains the workload set manifest for the 10.0.100-rc.2 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

507.0K
downloads
runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http package icon

runtime.ubuntu.18.04-x64.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.

506.8K
downloads
Microsoft.NET.Workloads.10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.100-rc.1.Msi.x64

This package contains the workload set manifest for the 10.0.100-rc.1 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

506.1K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Node.linux-x64

Contains Emscripten Node binaries for linux-x64.

503.4K
downloads
runtime.win81-x64.Microsoft.NETCore.Windows.ApiSets package icon

runtime.win81-x64.Microsoft.NETCore.Windows.ApiSets

Internal implementation package not meant for direct consumption. Please do not reference directly. Windows API set dlls for use in operating systems that do not include them. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

497.5K
downloads
runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression package icon

runtime.ubuntu.18.04-x64.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.

495.5K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.osx-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.osx-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

492.8K
downloads
Microsoft.DotNet.Mage package icon

Microsoft.DotNet.Mage

Package Description

491.4K
downloads
Microsoft.NETCore.Targets.DNXCore package icon

Microsoft.NETCore.Targets.DNXCore

Ensures a minimum set of package versions when building DNXCore applications and portable libraries. - 1548494

485.9K
downloads
Microsoft.NETCore.App.Host.win-arm package icon

Microsoft.NETCore.App.Host.win-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

482.5K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

479.8K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Node.linux-x64

Contains Emscripten Node binaries for linux-x64.

476.7K
downloads
runtime.win-x86.Microsoft.DotNet.ILCompiler package icon

runtime.win-x86.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

474.5K
downloads
Microsoft.GitHubCopilot.Modernization.Mcp package icon

Microsoft.GitHubCopilot.Modernization.Mcp

A tool to assist developers in upgrading .NET Framework and .NET applications to latest versions of .NET.

472.5K
downloads
runtime.any.System.Private.DataContractSerialization package icon

runtime.any.System.Private.DataContractSerialization

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages. \r\n TFS ID: 1577511, GitHub SHA: https://github.com/dotnet/corefx/tree/dacca1618c0dbb266945d42e58b9584e7c72126c

471.0K
downloads
Microsoft.ReverseProxy package icon

Microsoft.ReverseProxy

Reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET

470.7K
downloads
Microsoft.Extensions.AI.Ollama package icon

Microsoft.Extensions.AI.Ollama

Implementation of generative AI abstractions for Ollama. This package is deprecated, and the OllamaSharp package is recommended.

470.2K
downloads
runtime.win-arm.Microsoft.NETCore.DotNetAppHost package icon

runtime.win-arm.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

470.0K
downloads
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100.Msi.arm64 package icon

Microsoft.NET.Sdk.Aspire.Manifest-8.0.100.Msi.arm64

.NET Aspire workload manifest

468.9K
downloads
Microsoft.NET.Workloads.10.0.200-preview.0.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.200-preview.0.Msi.x64

This package contains the workload set manifest for the 10.0.200-preview.0 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

468.7K
downloads
Microsoft.NETCore.ILAsm package icon

Microsoft.NETCore.ILAsm

The .NET IL Assembler.

467.5K
downloads
runtime.opensuse.42.1-x64.runtime.native.System.Net.Security package icon

runtime.opensuse.42.1-x64.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.

463.2K
downloads
runtime.aot.System.Private.DataContractSerialization package icon

runtime.aot.System.Private.DataContractSerialization

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages. \r\n TFS ID: 1577511, GitHub SHA: https://github.com/dotnet/corefx/tree/dacca1618c0dbb266945d42e58b9584e7c72126c

459.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-x64

Contains Emscripten Node binaries for win-x64.

457.3K
downloads
Accessibility package icon

Accessibility

Component Object Model (COM) accessibility interfaces. 87dddf5c2f964da07729b671424f75dd06263a83 When using NuGet 3.x this package requires at least version 3.4.

448.0K
downloads
Microsoft.NETCore.App.Crossgen2.osx-arm64 package icon

Microsoft.NETCore.App.Crossgen2.osx-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

447.5K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64

Contains Emscripten SDK binaries for win-x64.

445.8K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-x64

Contains Emscripten Python binaries for win-x64.

445.0K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.osx-x64

Contains Emscripten SDK binaries for osx-x64.

441.0K
downloads
runtime.osx-x64.Microsoft.NETCore.ILDAsm package icon

runtime.osx-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

437.1K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-x64.Msi.x64

Contains Emscripten Node binaries for win-x64.

432.9K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-x64.Msi.x64

Contains Emscripten Python binaries for win-x64.

431.6K
downloads
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

427.4K
downloads
runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security package icon

runtime.ubuntu.18.04-x64.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.

426.9K
downloads
runtime.fedora.24-x64.runtime.native.System.Net.Security package icon

runtime.fedora.24-x64.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.

423.1K
downloads
runtime.unix.System.Threading package icon

runtime.unix.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 - 1548494

421.8K
downloads
Microsoft.Extensions.ServiceDiscovery.Dns package icon

Microsoft.Extensions.ServiceDiscovery.Dns

Provides extensions to HttpClient to resolve well-known hostnames to concrete endpoints based on DNS records. Useful for service resolution in orchestrators such as Kubernetes.

419.8K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64.Msi.x64

Contains Emscripten SDK binaries for win-x64.

419.7K
downloads
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver package icon

runtime.win-arm.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

417.9K
downloads
runtime.unix.System.Diagnostics.TraceSource package icon

runtime.unix.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 - 1548494

416.3K
downloads
runtime.win-x64.Microsoft.NETCore.Jit package icon

runtime.win-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

414.2K
downloads
runtime.unix.System.Security.Cryptography.X509Certificates package icon

runtime.unix.System.Security.Cryptography.X509Certificates

Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates. These certificates are signed with a private key that uniquely and positively identifies the holder of the certificate. Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509ContentType System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.StoreName System.Security.Cryptography.X509Certificates.X509FindType System.Security.Cryptography.X509Certificates.X509ChainStatus System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension System.Security.Cryptography.X509Certificates.X509Chain - 1548494

410.3K
downloads
runtime.unix.System.Security.Cryptography.Encoding package icon

runtime.unix.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 - 1548494

409.7K
downloads
runtime.unix.System.Globalization.Extensions package icon

runtime.unix.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 - 1548494

404.3K
downloads
runtime.ubuntu.18.04-x64.Microsoft.NETCore.Jit package icon

runtime.ubuntu.18.04-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

403.9K
downloads
runtime.ubuntu.14.04-x64.Microsoft.NETCore.TestHost package icon

runtime.ubuntu.14.04-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

402.9K
downloads
runtime.linux.System.Security.Cryptography.Algorithms package icon

runtime.linux.System.Security.Cryptography.Algorithms

Provides base types for cryptographic algorithms, including hashing, encryption, and signing operations. Commonly Used Types: System.Security.Cryptography.Aes System.Security.Cryptography.RSA System.Security.Cryptography.RSAParameters System.Security.Cryptography.HMACSHA1 System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA384 System.Security.Cryptography.HMACSHA256 System.Security.Cryptography.MD5 System.Security.Cryptography.HMACSHA384 System.Security.Cryptography.HMACSHA512 - 1548494

401.6K
downloads
runtime.linux.System.Runtime.Extensions package icon

runtime.linux.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 - 1548494

401.6K
downloads
Microsoft.TemplateEngine.Core.Contracts package icon

Microsoft.TemplateEngine.Core.Contracts

Contracts for extending Microsoft.TemplateEngine.Core

401.5K
downloads
runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

400.5K
downloads
runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

400.5K
downloads
runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHost package icon

runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

400.4K
downloads
runtime.ubuntu.18.04-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.ubuntu.18.04-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

399.5K
downloads
runtime.linux.System.IO.FileSystem package icon

runtime.linux.System.IO.FileSystem

Provides types that allow reading and writing to files and types that provide basic file and directory support. Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions - 1548494

395.6K
downloads
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

395.5K
downloads
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost package icon

runtime.win-arm64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

393.1K
downloads
Microsoft.Extensions.DependencyInjection.Specification.Tests package icon

Microsoft.Extensions.DependencyInjection.Specification.Tests

Suite of xUnit.net tests to check for container compatibility with Microsoft.Extensions.DependencyInjection.

392.2K
downloads
runtime.linux.System.IO.FileSystem.Watcher package icon

runtime.linux.System.IO.FileSystem.Watcher

Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult - 1548494

391.6K
downloads
System.Diagnostics.Tracing.Telemetry package icon

System.Diagnostics.Tracing.Telemetry

Provides Classes that allow you to decouple code logging rich (unserializable) telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.Tracing.TelemetryListener System.Diagnostics.Tracing.TelemetrySource

391.0K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Python.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Python.osx-x64

Contains Emscripten Python binaries for osx-x64.

389.5K
downloads
dotnet-sql-cache package icon

dotnet-sql-cache

Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

382.9K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64

Contains Emscripten SDK binaries for win-x64.

381.3K
downloads
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

381.3K
downloads
Microsoft.TemplateEngine.Core package icon

Microsoft.TemplateEngine.Core

Common operations for instantiating templates using forward-only input stream operations

379.7K
downloads
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

377.4K
downloads
runtime.win-arm.Microsoft.NETCore.App package icon

runtime.win-arm.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

376.3K
downloads
runtime.linux-x64.Microsoft.NETCore.DotNetHost package icon

runtime.linux-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

371.8K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Node.osx-x64

Contains Emscripten Node binaries for osx-x64.

366.3K
downloads
Microsoft.NETCore.App.Crossgen2.osx-x64 package icon

Microsoft.NETCore.App.Crossgen2.osx-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

366.0K
downloads
Microsoft.TemplateEngine.Orchestrator.RunnableProjects package icon

Microsoft.TemplateEngine.Orchestrator.RunnableProjects

An extension for Template Engine that allows projects that still run to be used as templates

364.2K
downloads
runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler package icon

runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

361.4K
downloads
Microsoft.TemplateEngine.Edge package icon

Microsoft.TemplateEngine.Edge

Helper package for adding Template Engine to consuming applications

358.3K
downloads
Microsoft.DotNet.Web.Client.ItemTemplates package icon

Microsoft.DotNet.Web.Client.ItemTemplates

Web Client-Side File Templates for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Client.ItemTemplates::11.0.0-preview.7.26381.103'. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

355.6K
downloads
Microsoft.DotNet.ApiCompat.Task package icon

Microsoft.DotNet.ApiCompat.Task

MSBuild tasks and targets to perform api compatibility checks on assemblies and packages.

351.1K
downloads
Microsoft.DotNet.Common.ItemTemplates package icon

Microsoft.DotNet.Common.ItemTemplates

Common Item Templates

345.9K
downloads
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

341.1K
downloads
Microsoft.DotNet.Interactive.CSharp package icon

Microsoft.DotNet.Interactive.CSharp

Microsoft.DotNet.Interactive.Kernel implementation for C#

334.2K
downloads
Microsoft.NETCore.App.Runtime.Mono.linux-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.linux-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

333.9K
downloads
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

331.9K
downloads
System.Runtime.Experimental package icon

System.Runtime.Experimental

Exposes new experimental APIs from System.Runtime

330.0K
downloads
Microsoft.NET.Workloads.11.0.100-preview.6 package icon

Microsoft.NET.Workloads.11.0.100-preview.6

This package contains the workload set manifest for the 11.0.100-preview.6 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

328.3K
downloads
Microsoft.NET.Workloads.9.0.100 package icon

Microsoft.NET.Workloads.9.0.100

This package contains the workload set manifest for the 9.0.100 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

326.0K
downloads
runtime.linux-x64.Microsoft.NETCore.Jit package icon

runtime.linux-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

317.9K
downloads
Microsoft.NETCore.ILDAsm package icon

Microsoft.NETCore.ILDAsm

The .NET IL Disassembler.

317.9K
downloads
Microsoft.NET.Workloads.11.0.100-preview.5 package icon

Microsoft.NET.Workloads.11.0.100-preview.5

This package contains the workload set manifest for the 11.0.100-preview.5 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

317.6K
downloads
runtime.win-x64.Microsoft.NETCore.DotNetHost package icon

runtime.win-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

317.4K
downloads
Microsoft.CodeAnalysis.RulesetToEditorconfigConverter package icon

Microsoft.CodeAnalysis.RulesetToEditorconfigConverter

Utility to convert ruleset files to equivalent .editorconfig files. Editorconfig files are respected by C# and VB compilers on VS2019 16.3 or later. See https://learn.microsoft.com/visualstudio/code-quality/use-roslyn-analyzers#set-rule-severity-in-an-editorconfig-file for details.

314.1K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates package icon

Microsoft.NET.Runtime.WebAssembly.Templates

Templates to create WebAssembly projects.

313.3K
downloads
Microsoft.NET.Workloads.9.0.200 package icon

Microsoft.NET.Workloads.9.0.200

Package Description

310.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

310.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

309.8K
downloads
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

309.7K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

309.7K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

309.5K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

309.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

309.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

308.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

308.6K
downloads
System.ServiceModel.UnixDomainSocket package icon

System.ServiceModel.UnixDomainSocket

Provides the types that permit SOAP messages to be exchanged using Unix domain socket.

306.8K
downloads
Microsoft.DotNet.Files package icon

Microsoft.DotNet.Files

Abstraction to interact with the file system and file paths.

305.0K
downloads
Microsoft.NET.Workloads.10.0.400-preview.0.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.400-preview.0.Msi.x64

This package contains the workload set manifest for the 10.0.400-preview.0 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

304.3K
downloads
Microsoft.Deployment.DotNet.Releases package icon

Microsoft.Deployment.DotNet.Releases

A client library for querying the .NET releases JSON files.

302.1K
downloads
runtime.win-x86.Microsoft.NETCore.DotNetHost package icon

runtime.win-x86.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

301.2K
downloads
runtime.fedora.23-x64.Microsoft.NETCore.Jit package icon

runtime.fedora.23-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

299.2K
downloads
Microsoft.Extensions.DataIngestion.Abstractions package icon

Microsoft.Extensions.DataIngestion.Abstractions

Abstractions representing Data Ingestion components for RAG.

298.9K
downloads
runtime.osx-x64.Microsoft.NETCore.DotNetHost package icon

runtime.osx-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

296.1K
downloads
System.Collections.Sequences package icon

System.Collections.Sequences

Non-allocating collections

295.8K
downloads
runtime.opensuse.13.2-x64.Microsoft.NETCore.Jit package icon

runtime.opensuse.13.2-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

293.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

290.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

290.6K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

290.3K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

290.3K
downloads
Microsoft.NET.Workloads.10.0.100-preview.5 package icon

Microsoft.NET.Workloads.10.0.100-preview.5

This package contains the workload set manifest for the 10.0.100-preview.5 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

289.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

288.3K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

288.2K
downloads
Microsoft.ML.TensorFlow.Redist package icon

Microsoft.ML.TensorFlow.Redist

Microsoft.ML.TensorFlow.Redist contains the TensorFlow C library version 1.13.1 redistributed as a NuGet package.

287.3K
downloads
runtime.linux-arm.Microsoft.NETCore.DotNetHost package icon

runtime.linux-arm.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

287.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

286.6K
downloads
runtime.win-arm64.Microsoft.NETCore.App package icon

runtime.win-arm64.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

286.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

285.6K
downloads
Microsoft.DotNet.Interactive.PackageManagement package icon

Microsoft.DotNet.Interactive.PackageManagement

Core types for adding Nuget support when using interactive programming for .NET.

285.6K
downloads
Microsoft.NETCore.App.Runtime.linux-bionic-arm64 package icon

Microsoft.NETCore.App.Runtime.linux-bionic-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

284.7K
downloads
Microsoft.DotNet.Compiler.Common package icon

Microsoft.DotNet.Compiler.Common

Microsoft.DotNet.Compiler.Common

284.4K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

284.4K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

284.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

284.3K
downloads
runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security package icon

runtime.ubuntu.16.10-x64.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.

284.3K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

283.7K
downloads
runtime.fedora.23-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.fedora.23-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

281.0K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.win-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.win-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

278.0K
downloads
runtime.win7-x64.Microsoft.NETCore.TestHost package icon

runtime.win7-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

277.3K
downloads
runtime.win-arm64.Microsoft.NETCore.DotNetHost package icon

runtime.win-arm64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

277.0K
downloads
runtime.opensuse.13.2-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.opensuse.13.2-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

274.1K
downloads
runtime.osx.10.10-x64.Microsoft.NETCore.TestHost package icon

runtime.osx.10.10-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

271.2K
downloads
Microsoft.Net.Http.zh-Hans package icon

Microsoft.Net.Http.zh-Hans

此程序包包含 Microsoft .NET Framework 4 HTTP Client Libraries 的 简体中文 附属程序集。

270.6K
downloads
Microsoft.TemplateEngine.IDE package icon

Microsoft.TemplateEngine.IDE

Helper package for adding Template Engine to IDEs

270.5K
downloads
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers package icon

Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers

PerformanceSensitive Analyzers

269.5K
downloads
Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm package icon

Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

263.5K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.osx-x64

Contains Emscripten SDK binaries for osx-x64.

263.0K
downloads
runtime.win-arm.Microsoft.NETCore.DotNetHost package icon

runtime.win-arm.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

262.4K
downloads
Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1.Msi.x64

.NET Aspire workload manifest

260.6K
downloads
System.IO.Pipelines.Extensions package icon

System.IO.Pipelines.Extensions

Stream pipeline adapters implementation

256.5K
downloads
Microsoft.DotNet.ApiCompat.Tool package icon

Microsoft.DotNet.ApiCompat.Tool

Tool to perform api compatibility checks on assemblies and packages.

253.2K
downloads
runtime.linux-arm64.Microsoft.NETCore.DotNetHost package icon

runtime.linux-arm64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

251.8K
downloads
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost package icon

runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

251.6K
downloads
runtime.win8-x64.Microsoft.NETCore.Windows.ApiSets package icon

runtime.win8-x64.Microsoft.NETCore.Windows.ApiSets

Internal implementation package not meant for direct consumption. Please do not reference directly. Windows API set dlls for use in operating systems that do not include them. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

243.7K
downloads
runtime.fedora.23-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.fedora.23-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

242.9K
downloads
Microsoft.Extensions.DataIngestion package icon

Microsoft.Extensions.DataIngestion

Data Ingestion utilities for RAG.

242.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

236.9K
downloads
Microsoft.Extensions.DataIngestion.Markdig package icon

Microsoft.Extensions.DataIngestion.Markdig

Implementation of IngestionDocumentReader abstraction for Markdown.

236.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

235.8K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.osx-x64

Contains Emscripten SDK system libraries cache for osx-x64.

234.0K
downloads
runtime.win-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.win-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

232.4K
downloads
runtime.opensuse.13.2-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.opensuse.13.2-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

232.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

230.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

230.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

230.8K
downloads
Microsoft.NETCore.App.Runtime.Mono.wasi-wasm package icon

Microsoft.NETCore.App.Runtime.Mono.wasi-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

230.7K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

229.8K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64.Msi.x64

Contains Emscripten Node binaries for win-x64.

227.5K
downloads
runtime.fedora.23-x64.Microsoft.NETCore.DotNetHost package icon

runtime.fedora.23-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

226.6K
downloads
runtime.fedora.23-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.fedora.23-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

226.5K
downloads
Microsoft.NETCore.App.Runtime.Mono.linux-arm package icon

Microsoft.NETCore.App.Runtime.Mono.linux-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

225.4K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

225.1K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

224.7K
downloads
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100.Msi.x86 package icon

Microsoft.NET.Sdk.Aspire.Manifest-8.0.100.Msi.x86

.NET Aspire workload manifest

224.6K
downloads
Microsoft.NETCore.App.Host.rhel.6-x64 package icon

Microsoft.NETCore.App.Host.rhel.6-x64

Internal implementation package not meant for direct consumption. Please do not reference directly. 2833dab8c3f9c29843545986f9e94ce8dea32918 When using NuGet 3.x this package requires at least version 3.4.

221.8K
downloads
runtime.ubuntu.16.04-x64.Microsoft.NETCore.TestHost package icon

runtime.ubuntu.16.04-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

221.6K
downloads
runtime.fedora.23-x64.runtime.native.System.Net.Security package icon

runtime.fedora.23-x64.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.

220.9K
downloads
Microsoft.NETCore.App.Runtime.rhel.6-x64 package icon

Microsoft.NETCore.App.Runtime.rhel.6-x64

Internal implementation package not meant for direct consumption. Please do not reference directly. 2833dab8c3f9c29843545986f9e94ce8dea32918 When using NuGet 3.x this package requires at least version 3.4.

220.4K
downloads
runtime.opensuse.13.2-x64.Microsoft.NETCore.DotNetHost package icon

runtime.opensuse.13.2-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

220.3K
downloads
runtime.opensuse.13.2-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.opensuse.13.2-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

220.0K
downloads
Microsoft.Net.Http.es package icon

Microsoft.Net.Http.es

Este paquete contiene los ensamblados satélites en español para las Microsoft .NET Framework 4 HTTP Client Libraries.

219.7K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

219.4K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

219.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

218.8K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

218.5K
downloads
runtime.opensuse.13.2-x64.runtime.native.System.Net.Security package icon

runtime.opensuse.13.2-x64.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.

218.4K
downloads
runtime.win-x86.Microsoft.NETCore.Jit package icon

runtime.win-x86.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

217.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

217.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

216.2K
downloads
Microsoft.TemplateEngine.Tasks package icon

Microsoft.TemplateEngine.Tasks

MSBuild tasks for template authoring.

215.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64

Contains Emscripten SDK system libraries cache for win-x64.

214.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

212.6K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

212.1K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

211.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

211.3K
downloads
Microsoft.DotNet.Common.ProjectTemplates.3.1 package icon

Microsoft.DotNet.Common.ProjectTemplates.3.1

Common File Templates for Microsoft Template Engine

211.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

210.8K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

210.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

210.2K
downloads
Microsoft.NETCore.App.Runtime.Mono.osx-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.osx-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

209.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

209.4K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.DotNetAppHost package icon

runtime.rhel.6-x64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET Core app bootstrapper intended for use in the application directory 2833dab8c3f9c29843545986f9e94ce8dea32918 When using NuGet 3.x this package requires at least version 3.4.

209.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64.Msi.x64

Contains Emscripten SDK system libraries cache for win-x64.

209.3K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64.Msi.x64

Contains Emscripten Python binaries for win-x64.

208.8K
downloads
Microsoft.NET.Workloads.10.0.400.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.400.Msi.x64

This package contains the workload set manifest for the 10.0.400 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

207.9K
downloads
runtime.win7.System.Runtime.Extensions package icon

runtime.win7.System.Runtime.Extensions

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n 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 \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

207.6K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.osx-x64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.osx-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

206.3K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

205.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

205.5K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost 2833dab8c3f9c29843545986f9e94ce8dea32918 When using NuGet 3.x this package requires at least version 3.4.

204.7K
downloads
runtime.win7.System.Console package icon

runtime.win7.System.Console

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n Provides the System.Console class, which represents the standard input, output and error streams for console applications. Commonly Used Types: System.Console System.ConsoleColor \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

204.6K
downloads
runtime.win7.System.Diagnostics.Debug package icon

runtime.win7.System.Diagnostics.Debug

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n 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 \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

204.4K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing 2833dab8c3f9c29843545986f9e94ce8dea32918 When using NuGet 3.x this package requires at least version 3.4.

203.1K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

203.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

202.8K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

202.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

201.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

201.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

201.3K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

201.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

201.1K
downloads
Microsoft.AspNetCore.Identity.Specification.Tests package icon

Microsoft.AspNetCore.Identity.Specification.Tests

Shared test suite for Asp.Net Identity Core store implementations. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3

200.7K
downloads
Microsoft.EntityFrameworkCore.Templates package icon

Microsoft.EntityFrameworkCore.Templates

Entity Framework Core templates for dotnet-new. Enables these commonly used templates: ef-templates

200.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

200.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

200.5K
downloads
Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk package icon

Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk

Provides the tasks+targets, for consumption by wasi based workloads

200.1K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

199.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

199.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-x64

Contains Emscripten SDK binaries for osx-x64.

196.5K
downloads
runtime.any.System.Linq.Expressions package icon

runtime.any.System.Linq.Expressions

Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. Commonly Used Types: System.Linq.Expressions.Expression<TDelegate> System.Linq.Expressions.Expression System.Linq.Expressions.MemberExpression System.Linq.Expressions.ExpressionVisitor System.Linq.Expressions.MethodCallExpression System.Linq.IQueryable<T> System.Linq.IQueryable System.Linq.Expressions.NewExpression System.Linq.Expressions.ParameterExpression System.Linq.Expressions.ConstantExpression - 1548494

196.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Python.osx-x64

Contains Emscripten Python binaries for osx-x64.

195.6K
downloads
runtime.osx-x64.Microsoft.NETCore.Jit package icon

runtime.osx-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

194.2K
downloads
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost package icon

runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

193.6K
downloads
runtime.win7.System.Net.Primitives package icon

runtime.win7.System.Net.Primitives

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n 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 \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

191.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

191.3K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

191.3K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

191.3K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64

Contains Emscripten Node binaries for win-x64.

191.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

191.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

191.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

191.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

190.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

190.7K
downloads
runtime.win7.System.IO.FileSystem package icon

runtime.win7.System.IO.FileSystem

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n Provides types that allow reading and writing to files and types that provide basic file and directory support. Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

190.2K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

190.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

190.1K
downloads
runtime.win7.System.Threading package icon

runtime.win7.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 - 1548494

188.2K
downloads
Microsoft.EntityFrameworkCore.Tasks package icon

Microsoft.EntityFrameworkCore.Tasks

MSBuild tasks for Entity Framework Core projects.

186.7K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

185.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

185.3K
downloads
Microsoft.AspNetCore.SignalR.Specification.Tests package icon

Microsoft.AspNetCore.SignalR.Specification.Tests

Tests for users to verify their own implementations of SignalR types This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

185.2K
downloads
Microsoft.ML.OnnxConverter package icon

Microsoft.ML.OnnxConverter

ML.NET component for exporting ONNX Models

181.7K
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.browser-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

181.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64.Msi.x64

Contains Emscripten Node binaries for win-x64.

181.5K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.osx-x64

Contains Emscripten Node binaries for osx-x64.

180.7K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64

Contains Emscripten Python binaries for win-x64.

179.5K
downloads
Microsoft.NETCore.App.Runtime.Mono.win-x86 package icon

Microsoft.NETCore.App.Runtime.Mono.win-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

179.0K
downloads
Microsoft.Extensions.Diagnostics.Probes package icon

Microsoft.Extensions.Diagnostics.Probes

Experimental package. Provides support for Kubernetes TCP health probes.

178.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64

Contains Emscripten Node binaries for win-x64.

177.3K
downloads
runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

176.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

175.7K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

175.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-x64

Contains Emscripten SDK system libraries cache for osx-x64.

175.6K
downloads
Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

175.3K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

175.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

175.1K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.App package icon

runtime.rhel.6-x64.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. b9aa1abc510165cdc4c92e59d938def6f3eee0e1 When using NuGet 3.x this package requires at least version 3.4.

174.6K
downloads
Microsoft.NET.Workloads.10.0.100-preview.6 package icon

Microsoft.NET.Workloads.10.0.100-preview.6

This package contains the workload set manifest for the 10.0.100-preview.6 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

173.8K
downloads
Microsoft.NET.Build.Extensions package icon

Microsoft.NET.Build.Extensions

The MSBuild targets and tasks which extend MSBuild's common targets.

173.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-x64

Contains Emscripten Python binaries for osx-x64.

173.1K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

172.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

172.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

171.9K
downloads
Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

171.7K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

171.0K
downloads
runtime.win7-x86.Microsoft.NETCore.TestHost package icon

runtime.win7-x86.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

170.8K
downloads
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

170.7K
downloads
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

169.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

169.6K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

169.3K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

169.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

169.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

168.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

168.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

168.9K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

168.7K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

168.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

168.4K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

167.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

167.0K
downloads
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost package icon

runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

166.5K
downloads
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

166.0K
downloads
Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

165.7K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-arm64

Contains Emscripten SDK binaries for osx-arm64.

165.6K
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

164.9K
downloads
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

164.9K
downloads
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

164.5K
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvos-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvos-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

163.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64.Msi.x64

Contains Emscripten Python binaries for win-x64.

163.5K
downloads
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

162.3K
downloads
runtime.win7.System.Diagnostics.TraceSource package icon

runtime.win7.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 - 1548494

160.8K
downloads
runtime.win7.System.Security.Cryptography.Algorithms package icon

runtime.win7.System.Security.Cryptography.Algorithms

Provides base types for cryptographic algorithms, including hashing, encryption, and signing operations. Commonly Used Types: System.Security.Cryptography.Aes System.Security.Cryptography.RSA System.Security.Cryptography.RSAParameters System.Security.Cryptography.HMACSHA1 System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA384 System.Security.Cryptography.HMACSHA256 System.Security.Cryptography.MD5 System.Security.Cryptography.HMACSHA384 System.Security.Cryptography.HMACSHA512 - 1548494

160.6K
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

160.5K
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

160.1K
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

159.9K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64

Contains Emscripten Python binaries for win-x64.

159.9K
downloads
Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

159.8K
downloads
dotnet-svcutil.xmlserializer package icon

dotnet-svcutil.xmlserializer

Generate XML serializers for types used by Service Contracts in an assembly.

159.8K
downloads
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

159.5K
downloads
Microsoft.DotNet.Common.ProjectTemplates.2.0 package icon

Microsoft.DotNet.Common.ProjectTemplates.2.0

Common File Templates for Microsoft Template Engine

159.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

158.7K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

158.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

158.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

158.0K
downloads
Microsoft.NETCore.App.Crossgen2.win-arm64 package icon

Microsoft.NETCore.App.Crossgen2.win-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

157.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

157.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

157.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-x64

Contains Emscripten Node binaries for osx-x64.

157.2K
downloads
Microsoft.Dotnet.Wpf.ProjectTemplates package icon

Microsoft.Dotnet.Wpf.ProjectTemplates

Project templates for .NET Core WPF projects 87dddf5c2f964da07729b671424f75dd06263a83 When using NuGet 3.x this package requires at least version 3.4.

156.2K
downloads
Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

155.5K
downloads
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

155.2K
downloads
Microsoft.Extensions.StaticAnalysis package icon

Microsoft.Extensions.StaticAnalysis

A curated set of code analyzers and code analyzer settings.

155.0K
downloads
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

154.5K
downloads
Microsoft.DotNet.ProjectModel.Workspaces package icon

Microsoft.DotNet.ProjectModel.Workspaces

Microsoft.DotNet.ProjectModel.Workspaces

153.1K
downloads
Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

152.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.osx-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.osx-arm64

Contains Emscripten SDK binaries for osx-arm64.

151.1K
downloads
runtime.win-x86.Microsoft.NETCore.ILAsm package icon

runtime.win-x86.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

150.0K
downloads
runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILAsm package icon

runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

148.5K
downloads
runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILAsm package icon

runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

147.7K
downloads
runtime.win7-x64.Microsoft.NETCore.ILAsm package icon

runtime.win7-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

147.1K
downloads
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

146.7K
downloads
runtime.osx.10.10-x64.Microsoft.NETCore.ILAsm package icon

runtime.osx.10.10-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

146.2K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-arm64

Contains Emscripten SDK system libraries cache for osx-arm64.

145.8K
downloads
runtime.win-x86.Microsoft.NETCore.ILDAsm package icon

runtime.win-x86.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

145.2K
downloads
Microsoft.TemplateSearch.Common package icon

Microsoft.TemplateSearch.Common

Components used by the template discovery tool, and also used for related functionality in the CLI.

144.3K
downloads
Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

143.9K
downloads
runtime.win10-x86.Microsoft.DotNet.Framework.NativeImageCompiler package icon

runtime.win10-x86.Microsoft.DotNet.Framework.NativeImageCompiler

Native Image Compiler for Microsoft .NET assemblies

143.3K
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

142.7K
downloads
runtime.win7.System.Security.Cryptography.X509Certificates package icon

runtime.win7.System.Security.Cryptography.X509Certificates

Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates. These certificates are signed with a private key that uniquely and positively identifies the holder of the certificate. Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509ContentType System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.StoreName System.Security.Cryptography.X509Certificates.X509FindType System.Security.Cryptography.X509Certificates.X509ChainStatus System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension System.Security.Cryptography.X509Certificates.X509Chain - 1548494

142.3K
downloads
runtime.win7.System.Security.Cryptography.Encoding package icon

runtime.win7.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 - 1548494

142.1K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.browser-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

141.8K
downloads
Microsoft.TemplateEngine.Authoring.TemplateVerifier package icon

Microsoft.TemplateEngine.Authoring.TemplateVerifier

The verification engine for the templates for .NET template engine.

141.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-arm64

Contains Emscripten Python binaries for osx-arm64.

140.7K
downloads
runtime.win7.System.Diagnostics.Process package icon

runtime.win7.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 - 1548494

139.0K
downloads
MLNet package icon

MLNet

A .NET Core command line tool to automatically build, train, and generate an ML.NET model and consumption code.

137.2K
downloads
Microsoft.NETCore.App.Runtime.android-arm64 package icon

Microsoft.NETCore.App.Runtime.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

136.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

136.3K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

136.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

136.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

135.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

135.7K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

135.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

134.8K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

134.8K
downloads
Microsoft.DotNet.PackageValidation package icon

Microsoft.DotNet.PackageValidation

Package Description

134.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

134.3K
downloads
runtime.rhel.7-x64.Microsoft.NETCore.TestHost package icon

runtime.rhel.7-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

134.2K
downloads
Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

134.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

133.8K
downloads
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

133.7K
downloads
Microsoft.NET.Workloads.10.0.100-preview.4 package icon

Microsoft.NET.Workloads.10.0.100-preview.4

This package contains the workload set manifest for the 10.0.100-preview.4 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

132.6K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-x64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

132.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

132.2K
downloads
Microsoft.Diagnostics.Tracing.EventSource.Samples package icon

Microsoft.Diagnostics.Tracing.EventSource.Samples

This package includes samples illustrating the use of the Microsoft.Diagnostics.Tracing.EventSource library. Works best if you create a console app called 'DemoEventSource' and reference this package.

132.0K
downloads
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

131.7K
downloads
runtime.win7.System.Globalization.Extensions package icon

runtime.win7.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 - 1548494

131.4K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHost package icon

runtime.rhel.6-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module 2833dab8c3f9c29843545986f9e94ce8dea32918 When using NuGet 3.x this package requires at least version 3.4.

131.2K
downloads
Microsoft.NET.Workloads.10.0.100.Msi.arm64 package icon

Microsoft.NET.Workloads.10.0.100.Msi.arm64

This package contains the workload set manifest for the 10.0.100 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

131.0K
downloads
Microsoft.NETCore.App.Runtime.linux-bionic-x64 package icon

Microsoft.NETCore.App.Runtime.linux-bionic-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

130.6K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

130.5K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.osx-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.osx-arm64

Contains Emscripten SDK system libraries cache for osx-arm64.

130.1K
downloads
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

130.1K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

130.1K
downloads
Microsoft.Diagnostics.DbgShim.linux-musl-arm package icon

Microsoft.Diagnostics.DbgShim.linux-musl-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

130.0K
downloads
Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

130.0K
downloads
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

129.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

129.4K
downloads
runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost package icon

runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

129.0K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.400.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.400.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

128.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

128.4K
downloads
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

128.3K
downloads
Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

128.1K
downloads
Microsoft.NET.Workloads.10.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.100-preview.5.Msi.x64

This package contains the workload set manifest for the 10.0.100-preview.5 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

126.3K
downloads
Microsoft.Diagnostics.DbgShim.linux-arm64 package icon

Microsoft.Diagnostics.DbgShim.linux-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

126.1K
downloads
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

125.9K
downloads
Microsoft.Diagnostics.DbgShim.osx-arm64 package icon

Microsoft.Diagnostics.DbgShim.osx-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

125.9K
downloads
Microsoft.Diagnostics.DbgShim.linux-x64 package icon

Microsoft.Diagnostics.DbgShim.linux-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

125.8K
downloads
Microsoft.NET.Workloads.11.0.100-preview.4 package icon

Microsoft.NET.Workloads.11.0.100-preview.4

This package contains the workload set manifest for the 11.0.100-preview.4 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

125.6K
downloads
Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

125.6K
downloads
Microsoft.Diagnostics.DbgShim.osx-x64 package icon

Microsoft.Diagnostics.DbgShim.osx-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

125.4K
downloads
Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

125.4K
downloads
Microsoft.NETCore.App.Runtime.win-x64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.win-x64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

125.2K
downloads
Microsoft.Diagnostics.DbgShim.linux-musl-x64 package icon

Microsoft.Diagnostics.DbgShim.linux-musl-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

124.9K
downloads
Microsoft.Diagnostics.DbgShim.linux-musl-arm64 package icon

Microsoft.Diagnostics.DbgShim.linux-musl-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

124.7K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-arm64

Contains Emscripten Node binaries for osx-arm64.

124.7K
downloads
Microsoft.Diagnostics.DbgShim.linux-arm package icon

Microsoft.Diagnostics.DbgShim.linux-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

124.7K
downloads
runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost package icon

runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

123.9K
downloads
Microsoft.NETCore.App.Runtime.win-x64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.win-x64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

123.4K
downloads
Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.arm64 package icon

Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.arm64

Provides the MonoAOTCompiler task

122.7K
downloads
Microsoft.Diagnostics.DbgShim package icon

Microsoft.Diagnostics.DbgShim

Internal implementation package not meant for direct consumption. Please do not reference directly.

122.4K
downloads
Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

122.2K
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

121.9K
downloads
runtime.ubuntu.16.10-x64.Microsoft.NETCore.Jit package icon

runtime.ubuntu.16.10-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

121.7K
downloads
Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.arm64 package icon

Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.arm64

Provides the tasks+targets, for consumption by mono-based workloads

121.7K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

120.9K
downloads
Microsoft.Diagnostics.DbgShim.win-x64 package icon

Microsoft.Diagnostics.DbgShim.win-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

120.6K
downloads
runtime.win7.System.IO.FileSystem.Watcher package icon

runtime.win7.System.IO.FileSystem.Watcher

Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult - 1548494

120.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-arm64

Contains Emscripten SDK binaries for linux-arm64.

119.7K
downloads
Microsoft.Diagnostics.DbgShim.win-arm64 package icon

Microsoft.Diagnostics.DbgShim.win-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

119.0K
downloads
runtime.debian.8-x64.Microsoft.NETCore.TestHost package icon

runtime.debian.8-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

118.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

118.1K
downloads
Microsoft.Diagnostics.DbgShim.win-x86 package icon

Microsoft.Diagnostics.DbgShim.win-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

117.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

117.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

116.6K
downloads
runtime.osx-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.osx-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

116.6K
downloads
Microsoft.DotNet.Web.ProjectTemplates.6.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.6.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.6.0::6.0.36'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

116.5K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

116.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

116.2K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

116.1K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

116.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

116.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

116.0K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.Msi.x64 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.Msi.x64

Templates to create WebAssembly projects.

115.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.7K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.6K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.7.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.5K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.2K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

115.1K
downloads
Microsoft.AspNetCore.Testing package icon

Microsoft.AspNetCore.Testing

Experimental package. Test fakes for integration testing

113.8K
downloads
runtime.ubuntu.16.10-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.ubuntu.16.10-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

112.9K
downloads
Microsoft.NET.Workloads.9.0.300.Msi.x64 package icon

Microsoft.NET.Workloads.9.0.300.Msi.x64

This package contains the workload set manifest for the 9.0.300 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

111.0K
downloads
Microsoft.NET.Workloads.11.0.100-preview.3 package icon

Microsoft.NET.Workloads.11.0.100-preview.3

This package contains the workload set manifest for the 11.0.100-preview.3 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

110.9K
downloads
runtime.any.System.AppContext package icon

runtime.any.System.AppContext

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

109.8K
downloads
Microsoft.NETCore.App.Host.linux-bionic-arm64 package icon

Microsoft.NETCore.App.Host.linux-bionic-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

109.7K
downloads
dotnet-ilverify package icon

dotnet-ilverify

ILVerify tool.

109.1K
downloads
Microsoft.NETCore.App.Runtime.Mono.osx-arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.osx-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

108.8K
downloads
Microsoft.NET.HostModel package icon

Microsoft.NET.HostModel

Abstractions for modifying .net core host-binaries

108.7K
downloads
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

107.7K
downloads
Microsoft.NET.Workloads.10.0.300.Msi.arm64 package icon

Microsoft.NET.Workloads.10.0.300.Msi.arm64

This package contains the workload set manifest for the 10.0.300 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

107.3K
downloads
Microsoft.NETCore.App.Crossgen2.linux-arm package icon

Microsoft.NETCore.App.Crossgen2.linux-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

107.3K
downloads
Microsoft.NETCore.App.Crossgen2.linux-musl-arm package icon

Microsoft.NETCore.App.Crossgen2.linux-musl-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

106.5K
downloads
Microsoft.ML.Probabilistic.Compiler package icon

Microsoft.ML.Probabilistic.Compiler

Infer.NET is a framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming. This package contains the Infer.NET Compiler, which takes model descriptions written using the Infer.NET API and converts them into inference code.

106.0K
downloads
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64 package icon

Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

105.5K
downloads
Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x64 package icon

Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x64

Provides the tasks+targets, for consumption by wasi based workloads

105.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

104.4K
downloads
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost package icon

runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

103.5K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

103.0K
downloads
Microsoft.Net.Http.fr package icon

Microsoft.Net.Http.fr

Ce package inclut les assemblys satellites Français pour Microsoft .NET Framework 4 HTTP Client Libraries.

102.1K
downloads
Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.arm64 package icon

Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.arm64

Provides the tasks+targets, for consumption by wasm based workloads

101.5K
downloads
Microsoft.SourceLink.Gitea package icon

Microsoft.SourceLink.Gitea

Generates source link for Gitea repositories.

101.2K
downloads
Microsoft.NETCore.App.Runtime.win-x64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.win-x64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

101.1K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-arm64

Contains Emscripten SDK system libraries cache for linux-arm64.

101.0K
downloads
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver package icon

runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

100.6K
downloads
runtime.win7.System.Net.Http package icon

runtime.win7.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 - 1548494

100.4K
downloads
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

100.2K
downloads
Microsoft.DotNet.Interactive.FSharp package icon

Microsoft.DotNet.Interactive.FSharp

Microsoft.DotNet.Interactive.Kernel implementation for F#

98.7K
downloads
Microsoft.TemplateEngine.Samples package icon

Microsoft.TemplateEngine.Samples

Common Project File for Dotnet Template Samples

97.9K
downloads
Microsoft.DotNet.Interactive.PowerShell package icon

Microsoft.DotNet.Interactive.PowerShell

Microsoft.DotNet.Interactive.Kernel implementation for PowerShell

97.7K
downloads
Microsoft.TemplateEngine.TemplateLocalizer.Core package icon

Microsoft.TemplateEngine.TemplateLocalizer.Core

The core API for Template Localizer tool.

97.4K
downloads
Microsoft.DotNet.Common.ProjectTemplates.1.x package icon

Microsoft.DotNet.Common.ProjectTemplates.1.x

Common File Templates for Microsoft Template Engine

97.1K
downloads
Microsoft.NETCore.App.Crossgen2.win-x86 package icon

Microsoft.NETCore.App.Crossgen2.win-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

97.0K
downloads
Microsoft.NETCore.App.Runtime.android-x64 package icon

Microsoft.NETCore.App.Runtime.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

96.7K
downloads
Microsoft.Extensions.Compliance.Testing package icon

Microsoft.Extensions.Compliance.Testing

Implementation of data classification and redaction designed for testing.

95.4K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

95.3K
downloads
Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x86 package icon

Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x86

Provides the MonoAOTCompiler task

95.1K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

95.1K
downloads
Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x86 package icon

Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x86

Provides the tasks+targets, for consumption by mono-based workloads

94.5K
downloads
Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x86 package icon

Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x86

Provides the tasks+targets, for consumption by wasm based workloads

93.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

92.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.osx-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Python.osx-arm64

Contains Emscripten Python binaries for osx-arm64.

91.2K
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

90.9K
downloads
Microsoft.NET.Workloads.10.0.100-preview.7.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.100-preview.7.Msi.x64

This package contains the workload set manifest for the 10.0.100-preview.7 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

90.5K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-arm64

Contains Emscripten SDK binaries for linux-musl-arm64.

89.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

89.5K
downloads
Microsoft.Build.Conversion.Core package icon

Microsoft.Build.Conversion.Core

This package contains the Microsoft.Build.Conversion assembly which contains logic for converting projects. NOTE: This assembly is deprecated.

88.1K
downloads
Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles package icon

Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles

Basically this package contains DLLs that TraceEvent depends on but does not build itself.

88.1K
downloads
Microsoft.TemplateEngine.Authoring.Templates package icon

Microsoft.TemplateEngine.Authoring.Templates

The templates for useful items and projects for template authoring.

87.9K
downloads
Microsoft.NET.Workloads.10.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.100-preview.4.Msi.x64

This package contains the workload set manifest for the 10.0.100-preview.4 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

87.7K
downloads
Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

87.4K
downloads
runtime.win-x86.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.win-x86.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

87.1K
downloads
runtime.fedora.23-x64.Microsoft.NETCore.TestHost package icon

runtime.fedora.23-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

87.0K
downloads
Microsoft.NETCore.App.Runtime.win-arm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.win-arm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

86.5K
downloads
runtime.win-arm64.Microsoft.NETCore.ILAsm package icon

runtime.win-arm64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

86.0K
downloads
runtime.win.System.Runtime.InteropServices.RuntimeInformation package icon

runtime.win.System.Runtime.InteropServices.RuntimeInformation

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n Provides APIs to query about runtime and OS information. Commonly Used Types: System.Runtime.InteropServices.RuntimeInformation System.Runtime.InteropServices.OSPlatform \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

85.9K
downloads
Microsoft.NET.Workloads.10.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workloads.10.0.100-preview.6.Msi.x64

This package contains the workload set manifest for the 10.0.100-preview.6 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

85.8K
downloads
Microsoft.NET.Workloads.10.0.200.Msi.arm64 package icon

Microsoft.NET.Workloads.10.0.200.Msi.arm64

This package contains the workload set manifest for the 10.0.200 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

85.8K
downloads
runtime.win7-x86.Microsoft.NETCore.ILAsm package icon

runtime.win7-x86.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

84.7K
downloads
Microsoft.NETCore.App.Runtime.win-arm64.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.win-arm64.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

84.4K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

84.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

84.4K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

84.2K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

84.2K
downloads
Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

84.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

83.9K
downloads
Microsoft.Extensions.AI.Evaluation.Safety package icon

Microsoft.Extensions.AI.Evaluation.Safety

A library that contains a set of evaluators that are built atop the Azure AI Foundry Evaluation service that can be used to evaluate the content safety of AI responses in your projects including Protected Material, Groundedness Pro, Ungrounded Attributes, Hate and Unfairness, Self Harm, Violence, Sexual, Code Vulnerability and Indirect Attack.

83.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

83.7K
downloads
runtime.rhel.7-x64.Microsoft.NETCore.ILDAsm package icon

runtime.rhel.7-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

83.5K
downloads
runtime.rhel.7-x64.Microsoft.NETCore.ILAsm package icon

runtime.rhel.7-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

83.4K
downloads
runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

83.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-arm64

Contains Emscripten SDK system libraries cache for linux-musl-arm64.

83.2K
downloads
Microsoft.NETCore.App.Runtime.win-x86.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.win-x86.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

83.1K
downloads
runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

82.9K
downloads
runtime.debian.8-x64.Microsoft.NETCore.ILDAsm package icon

runtime.debian.8-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

82.7K
downloads
Microsoft.Extensions.AI.Evaluation.NLP package icon

Microsoft.Extensions.AI.Evaluation.NLP

A library that contains a set of evaluators that implement commonly used algorithmic evaluators.

82.5K
downloads
runtime.debian.8-x64.Microsoft.NETCore.ILAsm package icon

runtime.debian.8-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

82.5K
downloads
runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILDAsm package icon

runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

82.4K
downloads
Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm package icon

Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

82.2K
downloads
Microsoft.NETCore.App.Runtime.win-arm64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.win-arm64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

82.0K
downloads
Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

81.9K
downloads
runtime.linux-arm.Microsoft.NETCore.ILDAsm package icon

runtime.linux-arm.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

81.8K
downloads
Microsoft.NETCore.App.Host.linux-bionic-x64 package icon

Microsoft.NETCore.App.Host.linux-bionic-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

81.8K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-arm64

Contains Emscripten Node binaries for linux-arm64.

81.6K
downloads
runtime.osx.10.10-x64.Microsoft.NETCore.ILDAsm package icon

runtime.osx.10.10-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

81.4K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.browser-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

81.1K
downloads
AspNetCoreRuntime.6.0.x64 package icon

AspNetCoreRuntime.6.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

80.9K
downloads
Microsoft.NETCore.App.Runtime.win-arm64.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.win-arm64.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

80.6K
downloads
Microsoft.DotNet.Common.ProjectTemplates.6.0 package icon

Microsoft.DotNet.Common.ProjectTemplates.6.0

Common File Templates for Microsoft Template Engine

80.4K
downloads
runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILDAsm package icon

runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

80.4K
downloads
runtime.linux-arm.Microsoft.NETCore.ILAsm package icon

runtime.linux-arm.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

80.3K
downloads
Microsoft.NETCore.App.Runtime.win-x86.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.win-x86.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

80.3K
downloads
runtime.opensuse.13.2-x64.Microsoft.NETCore.TestHost package icon

runtime.opensuse.13.2-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

80.1K
downloads
runtime.win7.System.Net.NameResolution package icon

runtime.win7.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 - 1548494

80.0K
downloads
runtime.osx-arm64.Microsoft.NETCore.ILAsm package icon

runtime.osx-arm64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

79.9K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

79.6K
downloads
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

78.9K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

78.8K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

78.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

78.7K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

78.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

78.6K
downloads
Microsoft.NETCore.App.Runtime.win-x86.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.win-x86.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

78.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

78.4K
downloads
Microsoft.Extensions.Telemetry.Testing package icon

Microsoft.Extensions.Telemetry.Testing

Hand-crafted fakes to make telemetry-related testing easier.

78.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.3.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

78.3K
downloads
runtime.win7.System.Data.SqlClient package icon

runtime.win7.System.Data.SqlClient

Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory - 1548494

78.2K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-arm64

Contains Emscripten Node binaries for linux-musl-arm64.

77.9K
downloads
Microsoft.Diagnostics.Tracing.TraceEvent.Samples package icon

Microsoft.Diagnostics.Tracing.TraceEvent.Samples

The TraceEvent library allows users to control ETW logging and System.Diagnostic.Tracing.EventSource logging. This package contains sample uses of the library. Simply add it to your app (or a new console app). Call TraceEventSamples.AllSamples.Run() to run the samples. See the _ReadMe.txt to get started.

77.8K
downloads
Microsoft.NET.Tools.NETCoreCheck.x64 package icon

Microsoft.NET.Tools.NETCoreCheck.x64

Provides NetCoreCheck tool, used for detection of .NET Core runtime.

77.7K
downloads
runtime.win-arm64.Microsoft.NETCore.ILDAsm package icon

runtime.win-arm64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

77.4K
downloads
runtime.win7-x64.System.Data.SqlClient.sni package icon

runtime.win7-x64.System.Data.SqlClient.sni

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used by System.Data.SqlClient. - 1548494

77.4K
downloads
runtime.opensuse.42.1-x64.Microsoft.NETCore.TestHost package icon

runtime.opensuse.42.1-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

77.3K
downloads
Microsoft.Extensions.EnumStrings package icon

Microsoft.Extensions.EnumStrings

Abstractions to support the enum-to-string code generator.

77.2K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

77.0K
downloads
runtime.osx-arm64.Microsoft.NETCore.ILDAsm package icon

runtime.osx-arm64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

76.7K
downloads
runtime.win7-x86.System.Data.SqlClient.sni package icon

runtime.win7-x86.System.Data.SqlClient.sni

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used by System.Data.SqlClient. - 1548494

76.6K
downloads
Microsoft.Diagnostics.DbgShim.win-arm package icon

Microsoft.Diagnostics.DbgShim.win-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

76.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.osx-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.osx-arm64

Contains Emscripten Node binaries for osx-arm64.

76.4K
downloads
Microsoft.Extensions.AsyncState package icon

Microsoft.Extensions.AsyncState

Asynchronous feature store.

76.4K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

76.4K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

76.2K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

75.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

75.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-arm64

Contains Emscripten SDK binaries for linux-arm64.

75.3K
downloads
runtime.win-arm.Microsoft.NETCore.TestHost package icon

runtime.win-arm.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

75.2K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

74.8K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x86 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

74.3K
downloads
Microsoft.NET.Workloads.11.0.100-preview.2 package icon

Microsoft.NET.Workloads.11.0.100-preview.2

This package contains the workload set manifest for the 11.0.100-preview.2 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

74.2K
downloads
Microsoft.Extensions.ObjectPool.DependencyInjection package icon

Microsoft.Extensions.ObjectPool.DependencyInjection

Provides object pools from service containers.

74.2K
downloads
runtime.win7.System.Net.Sockets package icon

runtime.win7.System.Net.Sockets

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n 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 \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

74.1K
downloads
Microsoft.DotNet.Common.ProjectTemplates.2.1 package icon

Microsoft.DotNet.Common.ProjectTemplates.2.1

Common File Templates for Microsoft Template Engine

74.1K
downloads
runtime.osx-arm64.Microsoft.NETCore.DotNetHost package icon

runtime.osx-arm64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

73.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

72.9K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

72.8K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

72.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

72.2K
downloads
Microsoft.ML.Ensemble package icon

Microsoft.ML.Ensemble

ML.NET component for Ensembles

72.0K
downloads
Microsoft.DotNet.Common.ProjectTemplates.3.0 package icon

Microsoft.DotNet.Common.ProjectTemplates.3.0

Common File Templates for Microsoft Template Engine

71.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

71.6K
downloads
runtime.win-arm.Microsoft.NETCore.ILAsm package icon

runtime.win-arm.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

71.5K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

71.4K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-7.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

70.8K
downloads
Microsoft.DotNet.Common.ProjectTemplates.2.2 package icon

Microsoft.DotNet.Common.ProjectTemplates.2.2

Common File Templates for Microsoft Template Engine

70.5K
downloads
AspNetCoreRuntime.8.0.x64 package icon

AspNetCoreRuntime.8.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

70.0K
downloads
Microsoft.Build.RunVSTest package icon

Microsoft.Build.RunVSTest

Runs VS Test Console

69.5K
downloads
Microsoft.ML.Experimental package icon

Microsoft.ML.Experimental

Microsoft.ML.Experimental contains experimental work such extension methods to access internal methods.

68.9K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0::6.0.36'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/800de95e1e05a831cb64f7dba88624bac42c7ede

68.6K
downloads
Microsoft.TemplateEngine.Authoring.CLI package icon

Microsoft.TemplateEngine.Authoring.CLI

A dotnet CLI tool with commands for template authoring.

68.5K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

68.5K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

67.5K
downloads
Microsoft.TemplateEngine.Authoring.Tasks package icon

Microsoft.TemplateEngine.Authoring.Tasks

MSBuild tasks for template authoring.

67.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

66.8K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-arm64

Contains Emscripten SDK system libraries cache for linux-arm64.

66.8K
downloads
Microsoft.Net.Compilers.Toolset.Framework package icon

Microsoft.Net.Compilers.Toolset.Framework

.NET Framework Compilers Toolset Package Referencing this package will cause the project to be built using the C# and Visual Basic framework compilers contained in the package, as opposed to the version installed with MSBuild. This package is an implementation detail of a .NET SDK feature. Directly referencing this package is not supported. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/c0573ed0a7dc3e3b4d2e70da47f97cc51a35524f.

66.7K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

66.6K
downloads
runtime.win81-x86.Microsoft.NETCore.Windows.ApiSets package icon

runtime.win81-x86.Microsoft.NETCore.Windows.ApiSets

Internal implementation package not meant for direct consumption. Please do not reference directly. Windows API set dlls for use in operating systems that do not include them. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

66.2K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

66.2K
downloads
runtime.win-arm.Microsoft.NETCore.ILDAsm package icon

runtime.win-arm.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

65.5K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

65.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

65.0K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

65.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

64.9K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.ios-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.ios-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

64.8K
downloads
Microsoft.DotNet.Interactive.Jupyter package icon

Microsoft.DotNet.Interactive.Jupyter

Enables connection to Jupyter kernels as .NET Interactive subkernels

64.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

64.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

64.6K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

63.4K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

63.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

63.0K
downloads
Microsoft.Extensions.Hosting.Testing package icon

Microsoft.Extensions.Hosting.Testing

Experimental package. Tools for integration testing of apps built with Microsoft.Extensions.Hosting

62.6K
downloads
runtime.win.System.Text.Encoding.CodePages package icon

runtime.win.System.Text.Encoding.CodePages

Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider - 1548494

62.6K
downloads
Microsoft.Extensions.AI.Evaluation.Console package icon

Microsoft.Extensions.AI.Evaluation.Console

A command line dotnet tool for generating reports and managing evaluation data.

62.5K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

62.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

62.4K
downloads
runtime.win8-x86.Microsoft.NETCore.Windows.ApiSets package icon

runtime.win8-x86.Microsoft.NETCore.Windows.ApiSets

Internal implementation package not meant for direct consumption. Please do not reference directly. Windows API set dlls for use in operating systems that do not include them. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

62.0K
downloads
runtime.linux-x64.Microsoft.NETCore.TestHost package icon

runtime.linux-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

61.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

61.7K
downloads
runtime.linux-arm.Microsoft.DotNet.ILCompiler package icon

runtime.linux-arm.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

61.5K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

61.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

61.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

61.1K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

61.1K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

61.0K
downloads
runtime.ubuntu.16.10-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.ubuntu.16.10-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

60.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

60.7K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

60.7K
downloads
Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

60.7K
downloads
Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

60.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

60.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

60.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

59.5K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

59.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-arm64

Contains Emscripten Node binaries for linux-arm64.

59.2K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

59.2K
downloads
runtime.ubuntu.16.10-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.ubuntu.16.10-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

59.1K
downloads
runtime.fedora.24-x64.Microsoft.NETCore.TestHost package icon

runtime.fedora.24-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

59.1K
downloads
runtime.win-x64.Microsoft.NETCore.TestHost package icon

runtime.win-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

58.9K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.win-x86 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.win-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

58.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

58.7K
downloads
runtime.linux-arm64.Microsoft.NETCore.ILAsm package icon

runtime.linux-arm64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

58.7K
downloads
runtime.ubuntu.16.10-x64.Microsoft.NETCore.DotNetHost package icon

runtime.ubuntu.16.10-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

58.7K
downloads
runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetAppHost package icon

runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

58.7K
downloads
runtime.linux-bionic-x64.Microsoft.NETCore.DotNetAppHost package icon

runtime.linux-bionic-x64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET app bootstrapper intended for use in the application directory

58.5K
downloads
Microsoft.NETCore.App.Composite package icon

Microsoft.NETCore.App.Composite

Internal implementation package not meant for direct consumption. Please do not reference directly.

58.3K
downloads
Microsoft.NET.Workloads.11.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workloads.11.0.100-preview.2.Msi.x64

This package contains the workload set manifest for the 11.0.100-preview.2 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

58.0K
downloads
Microsoft.DotNet.Interactive.AIUtilities package icon

Microsoft.DotNet.Interactive.AIUtilities

Utilities for AI workload in .NET Interactive and Polyglot Notebooks

58.0K
downloads
Microsoft.Net.Http.de package icon

Microsoft.Net.Http.de

Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft .NET Framework 4 HTTP Client Libraries.

57.9K
downloads
runtime.linux-arm64.Microsoft.NETCore.ILDAsm package icon

runtime.linux-arm64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

57.6K
downloads
runtime.win7.Microsoft.Win32.Primitives package icon

runtime.win7.Microsoft.Win32.Primitives

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n Provides common types for Win32-based libraries. Commonly Used Types: System.ComponentModel.Win32Exception \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

57.1K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

56.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-x64

Contains Emscripten SDK binaries for linux-musl-x64.

56.1K
downloads
runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm package icon

runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

55.9K
downloads
runtime.linux-musl-x64.Microsoft.NETCore.ILAsm package icon

runtime.linux-musl-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

55.8K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.6K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.net10 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.net10

Templates to create WebAssembly projects.

55.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.5K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.5K
downloads
runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm package icon

runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

55.5K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.4K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.3K
downloads
runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm package icon

runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

55.2K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.1K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.1K
downloads
System.Runtime.Intrinsics.Experimental package icon

System.Runtime.Intrinsics.Experimental

Provides APIs for accessing processor specific instructions. Commonly Used Types: System.Runtime.Intrinsics.Arm.Arm64 When using NuGet 3.x this package requires at least version 3.4.

55.0K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

55.0K
downloads
runtime.opensuse.13.2-x64.Microsoft.NETCore.ILAsm package icon

runtime.opensuse.13.2-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

54.9K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

54.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

54.9K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

54.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

54.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

54.7K
downloads
runtime.opensuse.13.2-x64.Microsoft.NETCore.ILDAsm package icon

runtime.opensuse.13.2-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

54.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.6.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

54.5K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

54.4K
downloads
Microsoft.TemplateEngine.TemplateLocalizer package icon

Microsoft.TemplateEngine.TemplateLocalizer

A tool that can be used to localize template.json files.

54.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

54.3K
downloads
Microsoft.NET.Workloads.11.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workloads.11.0.100-preview.4.Msi.x64

This package contains the workload set manifest for the 11.0.100-preview.4 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

54.1K
downloads
runtime.fedora.23-x64.Microsoft.NETCore.ILAsm package icon

runtime.fedora.23-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

54.0K
downloads
runtime.win7-x86.Microsoft.NETCore.ILDAsm package icon

runtime.win7-x86.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

53.9K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.net9 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.net9

Templates to create WebAssembly projects.

53.8K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.7K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.7K
downloads
runtime.ubuntu.16.10-x64.Microsoft.NETCore.TestHost package icon

runtime.ubuntu.16.10-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

53.5K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.3K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.3K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.3K
downloads
runtime.fedora.23-x64.Microsoft.NETCore.ILDAsm package icon

runtime.fedora.23-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

53.3K
downloads
Microsoft.Build.Localization package icon

Microsoft.Build.Localization

This package contains the localized satellite assemblies for MSBuild. Reference this package only if you want msbuild output to be localized in cs;de;en;es;fr;it;ja;ko;pl;pt-BR;ru;tr;zh-Hans;zh-Hant.

53.2K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.2K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

53.1K
downloads
runtime.win7-x64.Microsoft.NETCore.ILDAsm package icon

runtime.win7-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

52.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

52.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

52.8K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

52.5K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.1 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

52.5K
downloads
Microsoft.GitHubCopilot.Upgrade.Mcp package icon

Microsoft.GitHubCopilot.Upgrade.Mcp

A tool to assist developers in upgrading .NET Framework and .NET applications to latest versions of .NET.

52.4K
downloads
Microsoft.SourceLink.Tools package icon

Microsoft.SourceLink.Tools

Package containing sources of tools for reading Source Link.

52.3K
downloads
Microsoft.DotNet.Common.ProjectTemplates.8.0 package icon

Microsoft.DotNet.Common.ProjectTemplates.8.0

Common .NET Project Templates

52.2K
downloads
Microsoft.DotNet.Common.ProjectTemplates.7.0 package icon

Microsoft.DotNet.Common.ProjectTemplates.7.0

Common File Templates for Microsoft Template Engine

51.9K
downloads
runtime.osx-x64.Microsoft.NETCore.TestHost package icon

runtime.osx-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

51.0K
downloads
runtime.linux-arm.Microsoft.NETCore.TestHost package icon

runtime.linux-arm.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

50.6K
downloads
dotnet-dsrouter package icon

dotnet-dsrouter

.NET Performance Diagnostic Server Router Tool

50.3K
downloads
runtime.win-x86.Microsoft.NETCore.TestHost package icon

runtime.win-x86.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

50.1K
downloads
Microsoft.ML.Probabilistic.Learners package icon

Microsoft.ML.Probabilistic.Learners

Infer.NET is a framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming. This package contains complete machine learning applications including a classifier and a recommender system.

50.0K
downloads
Microsoft.NET.Workloads.11.0.100-preview.3.Msi.x64 package icon

Microsoft.NET.Workloads.11.0.100-preview.3.Msi.x64

This package contains the workload set manifest for the 11.0.100-preview.3 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

49.6K
downloads
Microsoft.Net.Http.ja package icon

Microsoft.Net.Http.ja

このパッケージには、Microsoft .NET Framework 4 HTTP Client Libraries の 日本語 サテライト アセンブリが含まれています。

49.1K
downloads
Microsoft.DotNet.FrameworkCompatibilityDiagnostics package icon

Microsoft.DotNet.FrameworkCompatibilityDiagnostics

A collection of analyzers for projects targeting .NET Desktop framework version 4.0+ that help identify and correct compatibility issues between version updates.

48.7K
downloads
Microsoft.NETCore.App.Runtime.win-arm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.win-arm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

48.5K
downloads
AspNetCoreRuntime.6.0.x86 package icon

AspNetCoreRuntime.6.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

48.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.8K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.7K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.5K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.4K
downloads
Microsoft.DotNet.Web.ItemTemplates.6.0 package icon

Microsoft.DotNet.Web.ItemTemplates.6.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.6.0::6.0.36'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc

47.4K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.2K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

47.0K
downloads
Microsoft.NET.Workloads.11.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workloads.11.0.100-preview.5.Msi.x64

This package contains the workload set manifest for the 11.0.100-preview.5 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

47.0K
downloads
Microsoft.NETCore.App.Crossgen2.win-arm package icon

Microsoft.NETCore.App.Crossgen2.win-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

46.9K
downloads
Microsoft.NET.Runtime.Android.Sample.Mono package icon

Microsoft.NET.Runtime.Android.Sample.Mono

Internal package for sharing Android App Builder.

46.9K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.Msi.arm64 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.Msi.arm64

Templates to create WebAssembly projects.

46.9K
downloads
Microsoft.ML.SampleUtils package icon

Microsoft.ML.SampleUtils

Sample utils for Microsoft.ML.Samples

46.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

46.8K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

46.8K
downloads
Microsoft.NETCore.App.Runtime.win-arm.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.win-arm.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

46.8K
downloads
runtime.win-arm64.Microsoft.NETCore.TestHost package icon

runtime.win-arm64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

46.8K
downloads
Microsoft.SourceLink.GitWeb package icon

Microsoft.SourceLink.GitWeb

Generates source link for Git repositories using a GitWeb server.

46.7K
downloads
Microsoft.NET.Workloads.11.0.100-preview.7 package icon

Microsoft.NET.Workloads.11.0.100-preview.7

This package contains the workload set manifest for the 11.0.100-preview.7 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

46.6K
downloads
Microsoft.NET.Workloads.11.0.100-preview.1 package icon

Microsoft.NET.Workloads.11.0.100-preview.1

This package contains the workload set manifest for the 11.0.100-preview.1 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

46.6K
downloads
Microsoft.NET.Runtime.iOS.Sample.Mono package icon

Microsoft.NET.Runtime.iOS.Sample.Mono

Internal package for sharing embedded Mono runtime and iOS App Builder.

46.5K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

46.4K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.2 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

46.4K
downloads
Microsoft.NET.Runtime.wasm.Sample.Mono package icon

Microsoft.NET.Runtime.wasm.Sample.Mono

Internal package for sharing wasm App Builder.

46.4K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.Msi.x86 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.Msi.x86

Templates to create WebAssembly projects.

46.2K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

46.2K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-x64

Contains Emscripten SDK system libraries cache for linux-musl-x64.

46.1K
downloads
Microsoft.DotNet.Web.ProjectTemplates.7.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.7.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.7.0::7.0.20'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d9ba962869d1b1c410ea476b02de2f8e27eec762

45.7K
downloads
Microsoft.Extensions.AI.Templates package icon

Microsoft.Extensions.AI.Templates

Project templates for Microsoft.Extensions.AI.

45.6K
downloads
ApiPort package icon

ApiPort

Evaluates portability of assemblies across .NET platforms

45.6K
downloads
Microsoft.EntityFrameworkCore.AspNet.Specification.Tests package icon

Microsoft.EntityFrameworkCore.AspNet.Specification.Tests

Shared ASP.NET test suite for Entity Framework Core database providers.

45.5K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

44.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

44.7K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

44.3K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

44.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

44.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

44.0K
downloads
Microsoft.Net.Http.zh-Hant package icon

Microsoft.Net.Http.zh-Hant

此套件包含 Microsoft .NET Framework 4 HTTP Client Libraries 的 繁體中文 附屬組件。

43.5K
downloads
Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

43.0K
downloads
runtime.linux-musl-arm.Microsoft.NETCore.ILAsm package icon

runtime.linux-musl-arm.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

43.0K
downloads
dotnet-appcat package icon

dotnet-appcat

Azure Migrate application and code assessment for .NET helps to assess .NET applications source code, settings and dependencies to identify replatforming and migration opportunities for Azure.

42.9K
downloads
Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

42.7K
downloads
runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm package icon

runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

42.7K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-arm64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-arm64.Msi.arm64

Contains Emscripten SDK binaries for win-arm64.

42.5K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64.Msi.arm64

Contains Emscripten SDK binaries for win-x64.

42.0K
downloads
runtime.unix.System.Runtime.InteropServices.RuntimeInformation package icon

runtime.unix.System.Runtime.InteropServices.RuntimeInformation

Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n Provides APIs to query about runtime and OS information. Commonly Used Types: System.Runtime.InteropServices.RuntimeInformation System.Runtime.InteropServices.OSPlatform \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

41.7K
downloads
Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.arm64 package icon

Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.arm64

Provides the tasks+targets, for consumption by wasi based workloads

41.6K
downloads
Microsoft.DotNet.Web.ProjectTemplates.8.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.8.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.8.0::8.0.30'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f336360dc385a9873a19f13e8b6f886311aa5db7

41.5K
downloads
Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x86 package icon

Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x86

Provides the tasks+targets, for consumption by wasi based workloads

41.3K
downloads
Microsoft.NET.Workloads.9.0.200.Msi.x64 package icon

Microsoft.NET.Workloads.9.0.200.Msi.x64

Package Description

41.3K
downloads
Microsoft.dotnet-try package icon

Microsoft.dotnet-try

Command line tool for developers and content authors to create interactive experiences.

41.3K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

41.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

40.8K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.browser-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

40.6K
downloads
Microsoft.DotNet.Interactive.SqlServer package icon

Microsoft.DotNet.Interactive.SqlServer

Microsoft SQL Server support for .NET Interactive

40.5K
downloads
Microsoft.DotNet.Interactive.Http package icon

Microsoft.DotNet.Interactive.Http

Microsoft.DotNet.Interactive.Kernel for making HTTP request using a common syntax.

40.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

39.7K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

39.6K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

39.5K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

39.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

39.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.5.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.5.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

39.3K
downloads
runtime.opensuse.42.1-x64.Microsoft.NETCore.ILDAsm package icon

runtime.opensuse.42.1-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

39.2K
downloads
Microsoft.NET.WebAssembly.Threading package icon

Microsoft.NET.WebAssembly.Threading

Exposes Threading APIs for WebAssembly projects

38.9K
downloads
runtime.opensuse.42.1-x64.Microsoft.NETCore.ILAsm package icon

runtime.opensuse.42.1-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

38.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

38.7K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

38.6K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

38.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-x64

Contains Emscripten Node binaries for linux-musl-x64.

38.5K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

38.5K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

38.5K
downloads
Microsoft.TargetingPack.Private.CoreCLR package icon

Microsoft.TargetingPack.Private.CoreCLR

Contains a private targeting pack which contains only the CoreCLR mscorlib reference assembly. Used for producing platform specific libraries such as facades. When using NuGet 3.x this package requires at least version 3.4.

38.4K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.wasi-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.wasi-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

38.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

38.3K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

38.3K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

38.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

38.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-10.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-10.0.100-preview.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

37.9K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

37.9K
downloads
System.Resources.ResourceWriter package icon

System.Resources.ResourceWriter

Provides the System.Resources.ResourceWriter class, which writes resources in the system-default format to an output stream. Commonly Used Types: System.Resources.ResourceWriter

37.8K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

37.8K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

37.7K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

37.6K
downloads
runtime.fedora.24-x64.Microsoft.NETCore.ILDAsm package icon

runtime.fedora.24-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

37.3K
downloads
runtime.fedora.24-x64.Microsoft.NETCore.ILAsm package icon

runtime.fedora.24-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

36.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

36.3K
downloads
runtime.linux-bionic-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.linux-bionic-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

36.1K
downloads
runtime.linux-bionic-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.linux-bionic-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

36.0K
downloads
runtime.linux-bionic-x64.Microsoft.NETCore.DotNetHost package icon

runtime.linux-bionic-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

36.0K
downloads
Microsoft.Dotnet.WinForms.ProjectTemplates package icon

Microsoft.Dotnet.WinForms.ProjectTemplates

Project templates for .NET Core Windows Forms projects 87dddf5c2f964da07729b671424f75dd06263a83 When using NuGet 3.x this package requires at least version 3.4.

35.9K
downloads
runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost

35.9K
downloads
runtime.win10-x64.Microsoft.DotNet.Framework.NativeImageCompiler package icon

runtime.win10-x64.Microsoft.DotNet.Framework.NativeImageCompiler

Native Image Compiler for Microsoft .NET assemblies

35.7K
downloads
runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing

35.6K
downloads
Microsoft.Extensions.AuditReports package icon

Microsoft.Extensions.AuditReports

Produces reports about the code being compiled which are useful during privacy and telemetry audits.

35.5K
downloads
runtime.debian.9-x64.runtime.native.System package icon

runtime.debian.9-x64.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.

35.5K
downloads
runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetHost package icon

runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module

35.5K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

35.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

35.4K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

35.3K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

35.2K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

35.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

35.1K
downloads
Microsoft.NET.Workloads.11.0.100-preview.1.Msi.x64 package icon

Microsoft.NET.Workloads.11.0.100-preview.1.Msi.x64

This package contains the workload set manifest for the 11.0.100-preview.1 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

35.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

35.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.4.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.4.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

35.0K
downloads
Microsoft.NET.Workloads.8.0.400.Msi.x64 package icon

Microsoft.NET.Workloads.8.0.400.Msi.x64

This package contains the workload set manifest for the 8.0.400 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

34.8K
downloads
Microsoft.DotNet.Framework.NativeImageCompiler package icon

Microsoft.DotNet.Framework.NativeImageCompiler

Native Image Compiler for Microsoft .NET assemblies

34.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-arm64

Contains Emscripten SDK binaries for win-arm64.

34.3K
downloads
Microsoft.Net.Http.ru package icon

Microsoft.Net.Http.ru

Этот пакет содержит русские вспомогательные сборки для Microsoft .NET Framework 4 HTTP Client Libraries.

34.2K
downloads
Microsoft.DotNet.Web.Spa.ProjectTemplates.7.0 package icon

Microsoft.DotNet.Web.Spa.ProjectTemplates.7.0

Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.7.0::7.0.20'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/44db12e386471f65874703bdfcd71293db3d1243

34.1K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64.Msi.arm64

Contains Emscripten SDK binaries for win-arm64.

33.8K
downloads
Microsoft.GitHubCopilot.Upgrade.DotNet.Mcp package icon

Microsoft.GitHubCopilot.Upgrade.DotNet.Mcp

The .NET extension MCP for the GitHub Copilot Upgrade orchestrator.

33.8K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm package icon

Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

33.7K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

33.6K
downloads
Microsoft.MSBuildCache.SharedCompilation package icon

Microsoft.MSBuildCache.SharedCompilation

A project cache plugin for MSBuild

33.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64

Contains Emscripten SDK binaries for win-arm64.

33.3K
downloads
Microsoft.MSBuildCache.AzureBlobStorage package icon

Microsoft.MSBuildCache.AzureBlobStorage

A project cache plugin for MSBuild

33.2K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64.Msi.arm64

Contains Emscripten SDK binaries for win-x64.

32.7K
downloads
runtime.win-arm64.Microsoft.NETCore.Jit package icon

runtime.win-arm64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

32.7K
downloads
Microsoft.DotNet.UpgradeAssistant.Extensions.LooseAssembly.NuGet package icon

Microsoft.DotNet.UpgradeAssistant.Extensions.LooseAssembly.NuGet

Provides data for loose assembly lookup based on NuGet.org

32.5K
downloads
Microsoft.Diagnostics.Runtime.Utilities package icon

Microsoft.Diagnostics.Runtime.Utilities

ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.

32.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-arm64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-arm64.Msi.arm64

Contains Emscripten SDK system libraries cache for win-arm64.

32.3K
downloads
runtime.debian.9-x64.runtime.native.System.Net.Http package icon

runtime.debian.9-x64.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.

32.0K
downloads
AspNetCoreRuntime.7.0.x64 package icon

AspNetCoreRuntime.7.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

31.9K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.7K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.7K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.6K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.6K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-preview.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.4K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.400.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.400.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.1K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.1K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.1K
downloads
Microsoft.DotNet.Web.ItemTemplates.8.0 package icon

Microsoft.DotNet.Web.ItemTemplates.8.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.8.0::8.0.30'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f336360dc385a9873a19f13e8b6f886311aa5db7

31.0K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

31.0K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

30.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

30.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

30.6K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

30.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

30.6K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

30.4K
downloads
Microsoft.DotNet.Interactive.ExtensionLab package icon

Microsoft.DotNet.Interactive.ExtensionLab

Experimental kernel extensions for dotnet-interactive

30.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-10.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-10.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

30.4K
downloads
Microsoft.NETCore.App.Runtime.android-arm package icon

Microsoft.NETCore.App.Runtime.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

30.0K
downloads
Microsoft.NETCore.App.Runtime.android-x86 package icon

Microsoft.NETCore.App.Runtime.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.6K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.5K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86 package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.5K
downloads
Microsoft.DotNet.UpgradeAssistant.Abstractions package icon

Microsoft.DotNet.UpgradeAssistant.Abstractions

Abstractions for extending Microsoft .NET Upgrade Assistant

29.4K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-x64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.4K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.3K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.2K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.2K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.2K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.android-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.2K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.0K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-x64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

29.0K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.Native package icon

runtime.rhel.6-x64.Microsoft.NETCore.Native

Internal implementation package not meant for direct consumption. Please do not reference directly. Native shims for .NET Core runtime a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

29.0K
downloads
Microsoft.DotNet.Web.ItemTemplates.7.0 package icon

Microsoft.DotNet.Web.ItemTemplates.7.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.7.0::7.0.20'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d9ba962869d1b1c410ea476b02de2f8e27eec762

28.9K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

28.9K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.100.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.100.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

28.9K
downloads
runtime.win-arm.Microsoft.NETCore.Jit package icon

runtime.win-arm.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

28.8K
downloads
AspNetCoreRuntime.8.0.x86 package icon

AspNetCoreRuntime.8.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

28.7K
downloads
Microsoft.NET.Workloads.10.0.100-preview.2 package icon

Microsoft.NET.Workloads.10.0.100-preview.2

Package Description

28.7K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-arm64

Contains Emscripten SDK system libraries cache for win-arm64.

28.6K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

28.5K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

28.4K
downloads
runtime.win-arm.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.win-arm.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

28.3K
downloads
Microsoft.NET.Runtime.LibraryBuilder.Sdk package icon

Microsoft.NET.Runtime.LibraryBuilder.Sdk

Provides the tasks+targets, for consumption by ios and android based workloads

28.2K
downloads
Microsoft.NET.Workloads.9.0.100.Msi.x64 package icon

Microsoft.NET.Workloads.9.0.100.Msi.x64

This package contains the workload set manifest for the 9.0.100 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

28.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

28.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

28.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64

Contains Emscripten SDK system libraries cache for win-arm64.

27.9K
downloads
runtime.linux-x64.Microsoft.NETCore.Native package icon

runtime.linux-x64.Microsoft.NETCore.Native

Internal implementation package not meant for direct consumption. Please do not reference directly. Native shims for .NET Core runtime a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

27.9K
downloads
Microsoft.NET.Workloads.11.0.100-preview.6.Msi.x64 package icon

Microsoft.NET.Workloads.11.0.100-preview.6.Msi.x64

This package contains the workload set manifest for the 11.0.100-preview.6 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

27.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

27.6K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

27.6K
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.wasi-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.wasi-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

27.5K
downloads
runtime.linux-arm.Microsoft.NETCore.Jit package icon

runtime.linux-arm.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

27.3K
downloads
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

27.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

27.1K
downloads
runtime.debian.9-x64.runtime.native.System.IO.Compression package icon

runtime.debian.9-x64.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.

27.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

27.0K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

26.8K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

26.8K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

26.8K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

26.8K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

26.8K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

26.8K
downloads
Microsoft.DotNet.Interactive.Mermaid package icon

Microsoft.DotNet.Interactive.Mermaid

Mermaid support for dotnet-interactive

26.7K
downloads
System.Threading.ExecutionContext package icon

System.Threading.ExecutionContext

Provides types for managing the information relevant to a logic thread or task of execution. Commonly Used Types: System.Threading.AsyncLocal<T> System.Threading.ExecutionContext

26.7K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

26.5K
downloads
runtime.osx-x64.Microsoft.NETCore.Native package icon

runtime.osx-x64.Microsoft.NETCore.Native

Internal implementation package not meant for direct consumption. Please do not reference directly. Native shims for .NET Core runtime a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

26.3K
downloads
System.Net.Utilities package icon

System.Net.Utilities

Provides the System.Net.NetworkInformation.Ping class, which allows an application to determine whether a remote computer is accessible over the network. Commonly Used Types: System.Net.NetworkInformation.Ping System.Net.NetworkInformation.PingReply System.Net.NetworkInformation.IPStatus System.Net.NetworkInformation.PingException System.Net.NetworkInformation.PingOptions - 1548494

26.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64.Msi.arm64

Contains Emscripten SDK system libraries cache for win-arm64.

26.2K
downloads
runtime.any.System.Xml.XmlSerializer package icon

runtime.any.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 - 1548494

26.2K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64

Contains Emscripten Node binaries for win-arm64.

26.0K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

25.9K
downloads
Microsoft.NETCore.Platforms.Future package icon

Microsoft.NETCore.Platforms.Future

Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. This package represents future platforms not yet supported in .NETCore stable release and is subject to change. When using NuGet 3.x this package requires at least version 3.4.

25.6K
downloads
Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm.Msi.x64 package icon

Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm.Msi.x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

25.6K
downloads
Microsoft.NETCore.Native package icon

Microsoft.NETCore.Native

Native shims for .NET Core runtime a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

25.5K
downloads
runtime.linux-arm.Microsoft.NETCore.Native package icon

runtime.linux-arm.Microsoft.NETCore.Native

Internal implementation package not meant for direct consumption. Please do not reference directly. Native shims for .NET Core runtime a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

25.5K
downloads
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.wasi-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.wasi-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

25.4K
downloads
Microsoft.Extensions.AI.Evaluation.Reporting.Azure package icon

Microsoft.Extensions.AI.Evaluation.Reporting.Azure

A library that supports the Microsoft.Extensions.AI.Evaluation.Reporting library with an implementation for caching LLM responses and storing the evaluation results in an Azure Storage container.

25.3K
downloads
Microsoft.Bcl.Json.Sources package icon

Microsoft.Bcl.Json.Sources

Provides the source code implementation of System.Text.Json as internal types. This package is only required for projects targeting .NET Framework 4.6.1+ or .NET Core 2.x; and is not for projects that can target .NET Core 3.0 and higher. For guidance on consuming the source pacakge, visit: https://aka.ms/json-source-package-guide. Commonly Used Types: System.Text.Json.Utf8JsonReader System.Text.Json.Utf8JsonWriter System.Text.Json.JsonDocument When using NuGet 3.x this package requires at least version 3.4.

25.2K
downloads
PerfView.SupportFiles package icon

PerfView.SupportFiles

Basically this package contains DLLs that PerfView depends on but does not build itself.

25.2K
downloads
VS.Redist.Common.NetCore.SharedFramework.x86.2.1 package icon

VS.Redist.Common.NetCore.SharedFramework.x86.2.1

2.1 .NET Core SharedFramework (x86) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption

25.1K
downloads
Microsoft.NET.Sdk.WebAssembly.Pack.Msi.arm64 package icon

Microsoft.NET.Sdk.WebAssembly.Pack.Msi.arm64

SDK for building and publishing WebAssembly applications.

24.9K
downloads
Microsoft.ML.Tokenizers.Data.R50kBase package icon

Microsoft.ML.Tokenizers.Data.R50kBase

The Microsoft.ML.Tokenizers.Data.R50kBase includes the Tiktoken tokenizer data file r50k_base.tiktoken, which is utilized by models such as text-davinci-001

24.9K
downloads
VS.Redist.Common.NetCore.HostFXR.x64.2.1 package icon

VS.Redist.Common.NetCore.HostFXR.x64.2.1

2.1 .NET Core HostFX Resolver (x64) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption

24.8K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-x64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

24.6K
downloads
Microsoft.ML.StaticPipe package icon

Microsoft.ML.StaticPipe

ML.NET component for a statically typed API.

24.6K
downloads
runtime.linux-arm64.Microsoft.NETCore.TestHost package icon

runtime.linux-arm64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

24.5K
downloads
VS.Redist.Common.NetCore.HostFXR.x86.2.1 package icon

VS.Redist.Common.NetCore.HostFXR.x86.2.1

2.1 .NET Core HostFX Resolver (x86) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption

24.5K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

24.4K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

24.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-arm64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-arm64.Msi.arm64

Contains Emscripten Python binaries for win-arm64.

24.3K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

24.2K
downloads
VS.Redist.Common.NetCore.SharedFramework.x64.2.1 package icon

VS.Redist.Common.NetCore.SharedFramework.x64.2.1

2.1 .NET Core SharedFramework (x64) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption

24.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

24.2K
downloads
Microsoft.DotNet.Common.ProjectTemplates.9.0 package icon

Microsoft.DotNet.Common.ProjectTemplates.9.0

Common .NET Project Templates

24.2K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x86 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

24.2K
downloads
VS.Redist.Common.NetCore.SharedHost.x86.2.1 package icon

VS.Redist.Common.NetCore.SharedHost.x86.2.1

2.1 .NET Core SharedHost (x86) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption

24.1K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64.Msi.arm64

Contains Emscripten Node binaries for win-arm64.

24.0K
downloads
runtime.osx.10.10.System.Security.Cryptography.Algorithms package icon

runtime.osx.10.10.System.Security.Cryptography.Algorithms

Provides base types for cryptographic algorithms, including hashing, encryption, and signing operations. Commonly Used Types: System.Security.Cryptography.Aes System.Security.Cryptography.RSA System.Security.Cryptography.RSAParameters System.Security.Cryptography.HMACSHA1 System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA384 System.Security.Cryptography.HMACSHA256 System.Security.Cryptography.MD5 System.Security.Cryptography.HMACSHA384 System.Security.Cryptography.HMACSHA512 - 1548494

24.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-arm64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-arm64.Msi.arm64

Contains Emscripten Node binaries for win-arm64.

23.9K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

23.9K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x64 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

23.9K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x86 package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

23.9K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64.Msi.arm64

Contains Emscripten Python binaries for win-arm64.

23.8K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

23.8K
downloads
Microsoft.DotNet.Web.ProjectTemplates.9.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.9.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.9.0::9.0.19'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/209bf5cfd6f0b329c31faa125790e1d1d820cdb5

23.7K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

23.7K
downloads
runtime.debian.9-x64.Microsoft.NETCore.Jit package icon

runtime.debian.9-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

23.7K
downloads
Microsoft.AspNetCore.AsyncState package icon

Microsoft.AspNetCore.AsyncState

ASP.NET initializer for async state.

23.5K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

23.5K
downloads
Microsoft.MSBuildCache.Local package icon

Microsoft.MSBuildCache.Local

A project cache plugin for MSBuild

23.2K
downloads
runtime.osx.10.10.System.Runtime.Extensions package icon

runtime.osx.10.10.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 - 1548494

23.2K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

23.1K
downloads
runtime.linux-musl-x64.Microsoft.NETCore.TestHost package icon

runtime.linux-musl-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

23.1K
downloads
runtime.linux-musl-arm64.Microsoft.NETCore.TestHost package icon

runtime.linux-musl-arm64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

23.1K
downloads
VS.Redist.Common.NetCore.SharedHost.x64.2.1 package icon

VS.Redist.Common.NetCore.SharedHost.x64.2.1

2.1 .NET Core SharedHost (x64) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption

23.0K
downloads
runtime.fedora.27-x64.Microsoft.NETCore.Jit package icon

runtime.fedora.27-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

22.9K
downloads
Microsoft.Extensions.ExtraAnalyzers package icon

Microsoft.Extensions.ExtraAnalyzers

Code analyzers and fixers

22.9K
downloads
Microsoft.Private.Intellisense package icon

Microsoft.Private.Intellisense

Provides intellisense xml doc files for .NET Core libraries. This is a temporary package solution until we produce these live as part of our builds. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

22.8K
downloads
Microsoft.NETCore.App.Runtime.ios-x64 package icon

Microsoft.NETCore.App.Runtime.ios-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

22.8K
downloads
runtime.fedora.27-x64.Microsoft.NETCore.DotNetHost package icon

runtime.fedora.27-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

22.8K
downloads
runtime.fedora.27-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.fedora.27-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

22.7K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.wasi-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.wasi-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

22.7K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

22.4K
downloads
runtime.fedora.27-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.fedora.27-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

22.4K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.wasi-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.wasi-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

22.4K
downloads
runtime.opensuse.42.3-x64.Microsoft.NETCore.Jit package icon

runtime.opensuse.42.3-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

22.2K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

22.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

22.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

22.1K
downloads
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.wasi-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.wasi-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

22.1K
downloads
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm package icon

Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm

Internal implementation package not meant for direct consumption. Please do not reference directly.

22.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

22.1K
downloads
Microsoft.Extensions.Options.Validation package icon

Microsoft.Extensions.Options.Validation

Support for extended option validation.

22.1K
downloads
AspNetCoreRuntime.7.0.x86 package icon

AspNetCoreRuntime.7.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

22.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-arm64

Contains Emscripten Node binaries for win-arm64.

22.0K
downloads
runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHost package icon

runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

21.7K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

21.7K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

21.6K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

21.6K
downloads
Microsoft.DotNet.Interactive.Kql package icon

Microsoft.DotNet.Interactive.Kql

Support for dotnet-interactive

21.5K
downloads
runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

21.5K
downloads
runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

21.5K
downloads
runtime.win7.System.IO.Compression package icon

runtime.win7.System.IO.Compression

Provides classes that support the compression and decompression of streams. Commonly Used Types: System.IO.Compression.DeflateStream System.IO.Compression.GZipStream System.IO.Compression.CompressionMode System.IO.Compression.CompressionLevel System.IO.Compression.ZipArchiveEntry System.IO.Compression.ZipArchive System.IO.Compression.ZipArchiveMode - 1548494

21.0K
downloads
runtime.win10-arm64.Microsoft.Net.UWPCoreRuntimeSdk package icon

runtime.win10-arm64.Microsoft.Net.UWPCoreRuntimeSdk

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.

21.0K
downloads
Microsoft.Extensions.Options.ValidateOnStart package icon

Microsoft.Extensions.Options.ValidateOnStart

Support for extended option validation.

20.9K
downloads
Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x86 package icon

Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x86

SDK for building and publishing WebAssembly applications.

20.9K
downloads
System.Data.SqlClient.sni-x64 package icon

System.Data.SqlClient.sni-x64

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used by System.Data.SqlClient.

20.7K
downloads
Microsoft.NET.Workloads.10.0.100.Msi.x86 package icon

Microsoft.NET.Workloads.10.0.100.Msi.x86

This package contains the workload set manifest for the 10.0.100 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

20.6K
downloads
runtime.debian.9-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.debian.9-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

20.6K
downloads
runtime.win7-x64.System.IO.Compression.clrcompression package icon

runtime.win7-x64.System.IO.Compression.clrcompression

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used for GZIP compression. - 1548494

20.5K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-x64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

20.4K
downloads
Microsoft.AspNetCore.Components.Gateway package icon

Microsoft.AspNetCore.Components.Gateway

Gateway server for hosting Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

20.3K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.tvos-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.tvos-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

20.2K
downloads
runtime.debian.9-x64.Microsoft.NETCore.DotNetHost package icon

runtime.debian.9-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

20.1K
downloads
runtime.unix.System.Text.Encoding.CodePages package icon

runtime.unix.System.Text.Encoding.CodePages

Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider - 1548494

20.0K
downloads
runtime.osx.10.10.System.Net.Primitives package icon

runtime.osx.10.10.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 - 1548494

20.0K
downloads
runtime.debian.9-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.debian.9-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

20.0K
downloads
runtime.debian.9-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.debian.9-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

19.9K
downloads
runtime.fedora.28-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.fedora.28-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

19.9K
downloads
runtime.fedora.28-x64.Microsoft.NETCore.Jit package icon

runtime.fedora.28-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

19.9K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-arm64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

19.8K
downloads
System.Data.SqlClient.sni-x86 package icon

System.Data.SqlClient.sni-x86

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used by System.Data.SqlClient.

19.8K
downloads
runtime.osx.10.10.System.IO.FileSystem package icon

runtime.osx.10.10.System.IO.FileSystem

Provides types that allow reading and writing to files and types that provide basic file and directory support. Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions - 1548494

19.7K
downloads
runtime.fedora.28-x64.Microsoft.NETCore.DotNetHost package icon

runtime.fedora.28-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

19.6K
downloads
runtime.fedora.28-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.fedora.28-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

19.5K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

19.4K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm package icon

Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

19.4K
downloads
runtime.fedora.27-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.fedora.27-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

19.3K
downloads
Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm.Msi.x86 package icon

Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm.Msi.x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

19.3K
downloads
Microsoft.DotNet.Web.ItemTemplates.9.0 package icon

Microsoft.DotNet.Web.ItemTemplates.9.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.9.0::9.0.19'. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/209bf5cfd6f0b329c31faa125790e1d1d820cdb5

19.1K
downloads
Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm.Msi.arm64 package icon

Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm.Msi.arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

19.0K
downloads
runtime.win7-x86.System.IO.Compression.clrcompression package icon

runtime.win7-x86.System.IO.Compression.clrcompression

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used for GZIP compression. - 1548494

19.0K
downloads
Microsoft.DotNet.Interactive.AspNetCore package icon

Microsoft.DotNet.Interactive.AspNetCore

Run an ASP.NET Core playground in a .NET Interactive notebook.

19.0K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.ILDAsm package icon

runtime.rhel.6-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

19.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64.Msi.arm64

Contains Emscripten SDK system libraries cache for win-x64.

18.9K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.TestHost package icon

runtime.rhel.6-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

18.9K
downloads
runtime.osx.10.10.System.IO.FileSystem.Watcher package icon

runtime.osx.10.10.System.IO.FileSystem.Watcher

Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult - 1548494

18.8K
downloads
runtime.win-arm64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.win-arm64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

18.8K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.ILAsm package icon

runtime.rhel.6-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

18.6K
downloads
Microsoft.MSBuildCache.AzurePipelines package icon

Microsoft.MSBuildCache.AzurePipelines

A project cache plugin for MSBuild

18.5K
downloads
runtime.linux-arm.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.linux-arm.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

18.5K
downloads
runtime.opensuse.42.3-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.opensuse.42.3-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

18.4K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.Jit package icon

runtime.rhel.6-x64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

18.2K
downloads
Microsoft.NETCore.App.Runtime.tvos-arm64 package icon

Microsoft.NETCore.App.Runtime.tvos-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

18.1K
downloads
runtime.win10-arm64.Microsoft.NETCore.UniversalWindowsPlatform package icon

runtime.win10-arm64.Microsoft.NETCore.UniversalWindowsPlatform

Internal implementation package not meant for direct consumption. Please do not reference directly. 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.

18.1K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64.Msi.arm64

Contains Emscripten Node binaries for win-x64.

17.9K
downloads
Microsoft.AspNetCore.HeaderParsing package icon

Microsoft.AspNetCore.HeaderParsing

Strong type header parsing

17.8K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x64 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x64

Templates to create WebAssembly projects.

17.7K
downloads
runtime.win7.System.Net.WebSockets.Client package icon

runtime.win7.System.Net.WebSockets.Client

Provides the System.Net.WebSockets.ClientWebSocket class, which implements the client role of the WebSockets protocol (RFC 6455). Commonly Used Types: System.Net.WebSockets.ClientWebSocket - 1548494

17.6K
downloads
Microsoft.Net.Http.it package icon

Microsoft.Net.Http.it

Il pacchetto contiene gli assembly satellite di Microsoft .NET Framework 4 HTTP Client Libraries per l'italiano.

17.4K
downloads
Microsoft.NETCore.App.Runtime.tvos-x64 package icon

Microsoft.NETCore.App.Runtime.tvos-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

17.1K
downloads
Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64.Msi.arm64

Contains Emscripten Python binaries for win-x64.

17.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

17.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64.Msi.arm64

Contains Emscripten Node binaries for win-x64.

16.8K
downloads
runtime.win10-arm64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.win10-arm64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing When using NuGet 3.x this package requires at least version 3.4.

16.8K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

16.7K
downloads
Microsoft.Maui.DevFlow.Agent package icon

Microsoft.Maui.DevFlow.Agent

In-app agent for .NET MAUI automation. Exposes visual tree, element interactions, and screenshots via HTTP/JSON API.

16.6K
downloads
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

16.5K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

16.5K
downloads
runtime.fedora.28-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.fedora.28-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

16.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64.Msi.arm64

Contains Emscripten Python binaries for win-x64.

16.2K
downloads
Microsoft.NET.Workloads.9.0.100.Msi.arm64 package icon

Microsoft.NET.Workloads.9.0.100.Msi.arm64

This package contains the workload set manifest for the 9.0.100 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

16.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

16.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

16.0K
downloads
Microsoft.Extensions.DataIngestion.MarkItDown package icon

Microsoft.Extensions.DataIngestion.MarkItDown

Implementation of IngestionDocumentReader abstraction for MarkItDown.

16.0K
downloads
Microsoft.NET.Tools.NETCoreCheck.x86 package icon

Microsoft.NET.Tools.NETCoreCheck.x86

Provides NetCoreCheck tool, used for detection of .NET Core runtime.

15.9K
downloads
Microsoft.NET.Workloads.9.0.100.Msi.x86 package icon

Microsoft.NET.Workloads.9.0.100.Msi.x86

This package contains the workload set manifest for the 9.0.100 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

15.9K
downloads
AspNetCoreRuntime.9.0.x64 package icon

AspNetCoreRuntime.9.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

15.9K
downloads
Microsoft.DotNet.Interactive.Journey package icon

Microsoft.DotNet.Interactive.Journey

Journey is a learning experience where teachers can design a step-by-step path for students.

15.9K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

15.9K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

15.9K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

15.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

15.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

15.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

15.8K
downloads
runtime.unix.System.Data.SqlClient package icon

runtime.unix.System.Data.SqlClient

Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory - 1548494

15.8K
downloads
Microsoft.NETCore.App.Runtime.ios-arm package icon

Microsoft.NETCore.App.Runtime.ios-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

15.8K
downloads
runtime.linux-musl-arm.Microsoft.DotNet.ILCompiler package icon

runtime.linux-musl-arm.Microsoft.DotNet.ILCompiler

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET

15.7K
downloads
Microsoft.Maui.DevFlow.Logging package icon

Microsoft.Maui.DevFlow.Logging

Buffered rotating JSONL file logger for Microsoft.Maui.DevFlow. No MAUI dependency.

15.7K
downloads
Microsoft.Maui.DevFlow.Agent.Core package icon

Microsoft.Maui.DevFlow.Agent.Core

Core agent infrastructure for Microsoft.Maui.DevFlow. HTTP server, visual tree walking, logging, and element interaction — platform-agnostic.

15.7K
downloads
runtime.ubuntu.18.04-x64.Microsoft.NETCore.ILDAsm package icon

runtime.ubuntu.18.04-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

15.6K
downloads
Microsoft.Private.PackageBaseline package icon

Microsoft.Private.PackageBaseline

Package used by CoreFx build infrastructure to represent the latest package versions in a release. af7d2ae49c79bb279625de4e92f7f91f9fe94f5d When using NuGet 3.x this package requires at least version 3.4.

15.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200.Msi.x64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

15.3K
downloads
Microsoft.NET.Workloads.8.0.400.Msi.arm64 package icon

Microsoft.NET.Workloads.8.0.400.Msi.arm64

This package contains the workload set manifest for the 8.0.400 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

15.2K
downloads
runtime.ubuntu.18.04-x64.Microsoft.NETCore.ILAsm package icon

runtime.ubuntu.18.04-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

15.1K
downloads
runtime.ubuntu.18.04-x64.Microsoft.NETCore.TestHost package icon

runtime.ubuntu.18.04-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

15.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64

Contains Emscripten Python binaries for win-arm64.

15.0K
downloads
Microsoft.NETCore.App.Runtime.ios-arm64 package icon

Microsoft.NETCore.App.Runtime.ios-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

15.0K
downloads
runtime.linux.System.Net.Http package icon

runtime.linux.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 - 1548494

15.0K
downloads
Microsoft.NET.Workloads.8.0.400.Msi.x86 package icon

Microsoft.NET.Workloads.8.0.400.Msi.x86

This package contains the workload set manifest for the 8.0.400 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

14.8K
downloads
Microsoft.Net.Http.ko package icon

Microsoft.Net.Http.ko

이 패키지에는 Microsoft .NET Framework 4 HTTP Client Libraries용 한국어 위성 어셈블리가 포함되어 있습니다.

14.7K
downloads
runtime.linux.System.Diagnostics.Process package icon

runtime.linux.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 - 1548494

14.7K
downloads
Microsoft.NETCore.App.Runtime.ios-x86 package icon

Microsoft.NETCore.App.Runtime.ios-x86

Internal implementation package not meant for direct consumption. Please do not reference directly.

14.7K
downloads
Microsoft.DotNet.Interactive.AI package icon

Microsoft.DotNet.Interactive.AI

Support for AI experimentation in notebooks

14.6K
downloads
runtime.win7.System.Net.NetworkInformation package icon

runtime.win7.System.Net.NetworkInformation

Provides access to network traffic data, network address information, and notification of address changes for the local computer. Commonly Used Types: System.Net.NetworkInformation.NetworkInterface System.Net.NetworkInformation.NetworkInformationException System.Net.NetworkInformation.NetworkAddressChangedEventHandler System.Net.NetworkInformation.NetworkInterfaceType System.Net.NetworkInformation.OperationalStatus System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.UnicastIPAddressInformation System.Net.NetworkInformation.UnicastIPAddressInformationCollection System.Net.NetworkInformation.PhysicalAddress System.Net.NetworkInformation.TcpConnectionInformation - 1548494

14.5K
downloads
AspNetCoreRuntime.9.0.x86 package icon

AspNetCoreRuntime.9.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

14.4K
downloads
Microsoft.Extensions.Options.Contextual package icon

Microsoft.Extensions.Options.Contextual

Experimental package. A common abstraction for contextual options.

13.7K
downloads
runtime.osx.10.10.System.Diagnostics.Process package icon

runtime.osx.10.10.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 - 1548494

13.7K
downloads
runtime.osx.10.10.System.Net.Http package icon

runtime.osx.10.10.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 - 1548494

13.6K
downloads
Microsoft.DotNet.Compatibility package icon

Microsoft.DotNet.Compatibility

Package Description

13.6K
downloads
runtime.ubuntu.16.10-x64.Microsoft.NETCore.ILAsm package icon

runtime.ubuntu.16.10-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

13.3K
downloads
runtime.ubuntu.16.10-x64.Microsoft.NETCore.ILDAsm package icon

runtime.ubuntu.16.10-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

13.2K
downloads
runtime.win7.System.Text.Encoding.CodePages package icon

runtime.win7.System.Text.Encoding.CodePages

Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider

12.9K
downloads
Microsoft.CodeAnalysis.PooledObjects package icon

Microsoft.CodeAnalysis.PooledObjects

Package containing sources of Microsoft .NET Compiler Platform ("Roslyn") pooled objects. The source code included in this package is subject to arbitrary changes in future versions. Updating a reference to this package to a newer version of the package may require changes in the referencing project. No compatibility guarantees are provided. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

12.9K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.android-x64 package icon

Microsoft.NETCore.App.Runtime.NativeAOT.android-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

12.9K
downloads
runtime.win7.System.Net.Requests package icon

runtime.win7.System.Net.Requests

Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package. Commonly Used Types: System.Net.HttpWebRequest System.Net.HttpWebResponse System.Net.HttpRequestHeader System.Net.WebException System.Net.WebExceptionStatus System.Net.WebRequest System.Net.WebResponse - 1548494

12.7K
downloads
runtime.rhel.6-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.rhel.6-x64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.

12.6K
downloads
runtime.debian.9-x64.Microsoft.NETCore.ILAsm package icon

runtime.debian.9-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

12.5K
downloads
runtime.debian.9-x64.Microsoft.NETCore.ILDAsm package icon

runtime.debian.9-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

12.4K
downloads
dotnet-debugger-extensions package icon

dotnet-debugger-extensions

Debugger extensions installer

12.3K
downloads
runtime.fedora.28-x64.Microsoft.NETCore.ILDAsm package icon

runtime.fedora.28-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

12.3K
downloads
runtime.win10-arm64.Microsoft.NETCore.DotNetHost package icon

runtime.win10-arm64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module When using NuGet 3.x this package requires at least version 3.4.

12.2K
downloads
runtime.debian.9-x64.Microsoft.NETCore.TestHost package icon

runtime.debian.9-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

12.2K
downloads
runtime.fedora.27-x64.Microsoft.NETCore.TestHost package icon

runtime.fedora.27-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

12.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

12.2K
downloads
Microsoft.ML.Probabilistic.Visualizers.Windows package icon

Microsoft.ML.Probabilistic.Visualizers.Windows

Infer.NET is a framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming. This package contains visualization tools for exploring and analyzing models on Windows platform.

12.2K
downloads
runtime.fedora.27-x64.Microsoft.NETCore.ILAsm package icon

runtime.fedora.27-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

12.1K
downloads
runtime.fedora.27-x64.Microsoft.NETCore.ILDAsm package icon

runtime.fedora.27-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

12.1K
downloads
runtime.fedora.28-x64.Microsoft.NETCore.ILAsm package icon

runtime.fedora.28-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

12.0K
downloads
runtime.fedora.28-x64.Microsoft.NETCore.TestHost package icon

runtime.fedora.28-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

12.0K
downloads
Microsoft.NET.Workloads.9.0.300.Msi.arm64 package icon

Microsoft.NET.Workloads.9.0.300.Msi.arm64

This package contains the workload set manifest for the 9.0.300 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

12.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

12.0K
downloads
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

12.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

12.0K
downloads
runtime.opensuse.42.3-x64.Microsoft.NETCore.ILDAsm package icon

runtime.opensuse.42.3-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

11.9K
downloads
runtime.opensuse.42.3-x64.Microsoft.NETCore.ILAsm package icon

runtime.opensuse.42.3-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

11.9K
downloads
runtime.win7.System.Net.Security package icon

runtime.win7.System.Net.Security

Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints. Commonly Used Types: System.Net.Security.SslStream System.Net.Security.ExtendedProtectionPolicy - 1548494

11.9K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-arm64

Contains Emscripten Python binaries for win-arm64.

11.7K
downloads
runtime.opensuse.42.3-x64.Microsoft.NETCore.TestHost package icon

runtime.opensuse.42.3-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

11.7K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

11.7K
downloads
Microsoft.DotNet.Interactive.Browser package icon

Microsoft.DotNet.Interactive.Browser

Support for dotnet-interactive

11.6K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

11.6K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

11.6K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

11.6K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

11.6K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

11.6K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

11.6K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

11.6K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm package icon

Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

11.6K
downloads
Microsoft.Build.Templates package icon

Microsoft.Build.Templates

Common Microsoft Build Templates

11.4K
downloads
runtime.linux.System.Net.Sockets package icon

runtime.linux.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 - 1548494

11.4K
downloads
Microsoft.NETCore.TestHost-x86 package icon

Microsoft.NETCore.TestHost-x86

CoreCLR application host for test applications.

11.2K
downloads
Microsoft.CodeAnalysis.Debugging package icon

Microsoft.CodeAnalysis.Debugging

Package containing sources of Microsoft .NET Compiler Platform ("Roslyn") debug information encoders and decoders. The source code included in this package is subject to arbitrary changes in future versions. Updating a reference to this package to a newer version of the package may require changes in the referencing project. No compatibility guarantees are provided. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

11.2K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.x64 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.x64

Templates to create WebAssembly projects.

11.2K
downloads
runtime.any.System.Reflection.DispatchProxy package icon

runtime.any.System.Reflection.DispatchProxy

Provides a class to dynamcially create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that DispatchProxy base type. Commonly Used Types: System.Reflection.DispatchProxy - 1548494

11.1K
downloads
Microsoft.NET.Workloads.9.0.300.Msi.x86 package icon

Microsoft.NET.Workloads.9.0.300.Msi.x86

This package contains the workload set manifest for the 9.0.300 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

11.0K
downloads
Microsoft.NETCore.TestHost-x64 package icon

Microsoft.NETCore.TestHost-x64

CoreCLR application host for test applications.

11.0K
downloads
runtime.linux-musl-arm.Microsoft.NETCore.TestHost package icon

runtime.linux-musl-arm.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

10.9K
downloads
runtime.win7-arm.Microsoft.NETCore.TestHost package icon

runtime.win7-arm.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

10.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.win-x64.Msi.x64

Contains Emscripten SDK binaries for win-x64.

10.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.linux-x64

Contains Emscripten SDK binaries for linux-x64.

10.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

10.2K
downloads
Microsoft.NET.Runtime.RuntimeConfigParser.Task package icon

Microsoft.NET.Runtime.RuntimeConfigParser.Task

Provides the RuntimeConfigParser task

10.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

10.0K
downloads
Microsoft.McpServer.ProjectTemplates package icon

Microsoft.McpServer.ProjectTemplates

MCP Server project templates.

10.0K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

10.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

10.0K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

10.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

10.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

10.0K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

10.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

9.9K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

9.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

9.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

9.7K
downloads
Microsoft.DotNet.Web.ProjectTemplates.10.0 package icon

Microsoft.DotNet.Web.ProjectTemplates.10.0

ASP.NET Core Web Template Pack for Microsoft Template Engine To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ProjectTemplates.10.0::10.0.11'. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2f47b0110ed922f21a1522da67279133ce28f32

9.7K
downloads
runtime.unix.System.IO.Compression package icon

runtime.unix.System.IO.Compression

Provides classes that support the compression and decompression of streams. Commonly Used Types: System.IO.Compression.DeflateStream System.IO.Compression.GZipStream System.IO.Compression.CompressionMode System.IO.Compression.CompressionLevel System.IO.Compression.ZipArchiveEntry System.IO.Compression.ZipArchive System.IO.Compression.ZipArchiveMode - 1548494

9.5K
downloads
runtime.osx-arm64.Microsoft.NETCore.TestHost package icon

runtime.osx-arm64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications.

9.4K
downloads
runtime.linux.System.Net.NameResolution package icon

runtime.linux.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 - 1548494

9.3K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.arm64 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.arm64

Templates to create WebAssembly projects.

9.3K
downloads
Microsoft.DotNet.Common.ProjectTemplates.10.0 package icon

Microsoft.DotNet.Common.ProjectTemplates.10.0

Common .NET Project Templates

9.2K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

9.2K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x86 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x86

Templates to create WebAssembly projects.

9.2K
downloads
runtime.debian.9-x64.runtime.native.System.Net.Security package icon

runtime.debian.9-x64.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.

9.2K
downloads
Microsoft.Net.Http.pt-br package icon

Microsoft.Net.Http.pt-br

Este pacote contém os assemblies satélite em português para as Microsoft .NET Framework 4 HTTP Client Libraries.

9.2K
downloads
runtime.unix.System.Net.Security package icon

runtime.unix.System.Net.Security

Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints. Commonly Used Types: System.Net.Security.SslStream System.Net.Security.ExtendedProtectionPolicy - 1548494

9.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

9.0K
downloads
transport.runtime.win-x64.Microsoft.NETCore.ILDAsm package icon

transport.runtime.win-x64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

8.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.8K
downloads
Microsoft.CodeAnalysis.Build.Tasks package icon

Microsoft.CodeAnalysis.Build.Tasks

The build task and targets used by MSBuild to run the C# and VB compilers. Supports using VBCSCompiler on Windows. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/accdcb77007e801eabcb2c221bad9ef837b64ee3.

8.8K
downloads
transport.Microsoft.NETCore.TestHost package icon

transport.Microsoft.NETCore.TestHost

CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

8.8K
downloads
runtime.win10-arm64.Microsoft.NETCore.TestHost package icon

runtime.win10-arm64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

8.8K
downloads
transport.Microsoft.NETCore.ILDAsm package icon

transport.Microsoft.NETCore.ILDAsm

The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

8.8K
downloads
transport.Microsoft.NET.Sdk.IL package icon

transport.Microsoft.NET.Sdk.IL

Provides support for building IL projects. When using NuGet 3.x this package requires at least version 3.4.

8.7K
downloads
transport.runtime.win-x64.Microsoft.NETCore.TestHost package icon

transport.runtime.win-x64.Microsoft.NETCore.TestHost

Internal implementation package not meant for direct consumption. Please do not reference directly. CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.

8.7K
downloads
transport.runtime.win-x64.Microsoft.NETCore.ILAsm package icon

transport.runtime.win-x64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

8.7K
downloads
transport.Microsoft.NETCore.ILAsm package icon

transport.Microsoft.NETCore.ILAsm

The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

8.7K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.6K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.arm64 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.arm64

Templates to create WebAssembly projects.

8.6K
downloads
Microsoft.Net.Http.tr package icon

Microsoft.Net.Http.tr

Bu paket, Microsoft .NET Framework 4 HTTP Client Libraries için Türkçe yardımcı derlemeleri içerir.

8.5K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.200.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.200.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.5K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.5K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.5K
downloads
Microsoft.NET.Workloads.10.0.200.Msi.x86 package icon

Microsoft.NET.Workloads.10.0.200.Msi.x86

This package contains the workload set manifest for the 10.0.200 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

8.5K
downloads
Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.x86 package icon

Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.x86

Templates to create WebAssembly projects.

8.5K
downloads
Microsoft.Extensions.DependencyInjection.NamedService package icon

Microsoft.Extensions.DependencyInjection.NamedService

DEVELOPMENT BUILD - DO NOT USE IN PRODUCTION - Extensions to register and resolve named services.

8.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.4K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.4K
downloads
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.4K
downloads
runtime.win10-arm64.Microsoft.NETCore.ILAsm package icon

runtime.win10-arm64.Microsoft.NETCore.ILAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.

8.2K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.2K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.2K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.2K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.2K
downloads
Microsoft.CodeAnalysis.Remote.Workspaces package icon

Microsoft.CodeAnalysis.Remote.Workspaces

A shared package used by the .NET Compiler Platform ("Roslyn") including support for coordinating analysis of projects and solutions using a separate server process. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

8.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

8.1K
downloads
Microsoft.DotNet.Web.ItemTemplates.10.0 package icon

Microsoft.DotNet.Web.ItemTemplates.10.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.10.0::10.0.11'. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2f47b0110ed922f21a1522da67279133ce28f32

8.0K
downloads
runtime.win10-arm64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.win10-arm64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost When using NuGet 3.x this package requires at least version 3.4.

8.0K
downloads
Microsoft.CodeAnalysis.Collections package icon

Microsoft.CodeAnalysis.Collections

Package containing sources of Microsoft .NET Compiler Platform ("Roslyn") collections. The source code included in this package is subject to arbitrary changes in future versions. Updating a reference to this package to a newer version of the package may require changes in the referencing project. No compatibility guarantees are provided. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

7.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.9K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.8K
downloads
Microsoft.CodeAnalysis.CSharp.EditorFeatures package icon

Microsoft.CodeAnalysis.CSharp.EditorFeatures

.NET Compiler Platform ("Roslyn") support for C# editor features inside the Visual Studio editor. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

7.8K
downloads
Microsoft.DotNet.UpgradeAssistant.Extensions.Maui package icon

Microsoft.DotNet.UpgradeAssistant.Extensions.Maui

Enhances .NET Upgrade Assistant to provide support for moving from Xamarin to .NET Maui.

7.8K
downloads
AspNetCoreRuntime.10.0.x64 package icon

AspNetCoreRuntime.10.0.x64

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

7.7K
downloads
Microsoft.CodeAnalysis.EditorFeatures.Common package icon

Microsoft.CodeAnalysis.EditorFeatures.Common

.NET Compiler Platform ("Roslyn") support for editor features inside the Visual Studio editor. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

7.7K
downloads
Microsoft.DotNet.Interactive.SQLite package icon

Microsoft.DotNet.Interactive.SQLite

Microsoft SQLite support for .NET Interactive

7.6K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.6K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.5K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.5K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.5K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.4K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.4K
downloads
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.4K
downloads
Microsoft.Extensions.Telemetry.Console package icon

Microsoft.Extensions.Telemetry.Console

Telemetry exporters targetting the console.

7.4K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.3K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.3K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.3K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.3K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.3K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.7 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.7

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.3K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.3K
downloads
Microsoft.Net.Http.cs package icon

Microsoft.Net.Http.cs

Balíček obsahuje česká satelitní sestavení pro Microsoft .NET Framework 4 HTTP Client Libraries.

7.3K
downloads
runtime.win-x64.native.Microsoft.SqlToolsService package icon

runtime.win-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the win-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

7.3K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.3K
downloads
Yarp.ReverseProxy.ServiceFabric package icon

Yarp.ReverseProxy.ServiceFabric

Service Fabric integration for Yarp.ReverseProxy

7.3K
downloads
Microsoft.CodeAnalysis.InteractiveHost package icon

Microsoft.CodeAnalysis.InteractiveHost

.NET Compiler Platform ("Roslyn") interactive host implementation. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

7.2K
downloads
Microsoft.NET.Runtime.Emscripten.5.0.6.Sdk.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.5.0.6.Sdk.win-x64

Contains Emscripten SDK binaries for win-x64.

7.2K
downloads
Microsoft.NET.Runtime.Emscripten.5.0.6.Node.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.5.0.6.Node.win-x64

Contains Emscripten Node binaries for win-x64.

7.2K
downloads
Microsoft.NET.Runtime.Emscripten.5.0.6.Cache.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.5.0.6.Cache.win-x64

Contains Emscripten SDK system libraries cache for win-x64.

7.2K
downloads
Microsoft.NET.Tools.NETCoreCheck.arm64 package icon

Microsoft.NET.Tools.NETCoreCheck.arm64

Provides NetCoreCheck tool, used for detection of .NET Core runtime.

7.2K
downloads
runtime.linux.System.Runtime.InteropServices.RuntimeInformation package icon

runtime.linux.System.Runtime.InteropServices.RuntimeInformation

Provides APIs to query about runtime and OS information. Commonly Used Types: System.Runtime.InteropServices.RuntimeInformation System.Runtime.InteropServices.OSPlatform - 1548494

7.2K
downloads
runtime.win10-arm64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.win10-arm64.Microsoft.NETCore.Runtime.CoreCLR

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. When using NuGet 3.x this package requires at least version 3.4.

7.2K
downloads
Microsoft.NET.Runtime.Emscripten.5.0.6.Python.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.5.0.6.Python.win-x64

Contains Emscripten Python binaries for win-x64.

7.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.2K
downloads
Microsoft.CodeAnalysis.Remote.ServiceHub package icon

Microsoft.CodeAnalysis.Remote.ServiceHub

A shared package used by the .NET Compiler Platform ("Roslyn") including support for coordinating analysis of projects and solutions using a separate server process. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

7.1K
downloads
Microsoft.Extensions.AmbientMetadata.Build package icon

Microsoft.Extensions.AmbientMetadata.Build

Runtime information provider for Build ambient metadata.

7.1K
downloads
Microsoft.DotNet.UpgradeAssistant.Extensions.LooseAssembly package icon

Microsoft.DotNet.UpgradeAssistant.Extensions.LooseAssembly

Provides some services for the .NET Upgrade Assistant to identify loose dependencies based off of available NuGet feeds.

7.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

7.0K
downloads
runtime.osx.10.10.System.Net.Sockets package icon

runtime.osx.10.10.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 - 1548494

6.9K
downloads
Microsoft.NET.Workloads.10.0.300.Msi.x86 package icon

Microsoft.NET.Workloads.10.0.300.Msi.x86

This package contains the workload set manifest for the 10.0.300 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

6.9K
downloads
runtime.alpine.3.6-x64.Microsoft.NETCore.DotNetAppHost package icon

runtime.alpine.3.6-x64.Microsoft.NETCore.DotNetAppHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the .NET Core app bootstrapper intended for use in the application directory 6833f3026bdcf4b8c2bd49859b4a29da70c99691 When using NuGet 3.x this package requires at least version 3.4.

6.8K
downloads
runtime.osx-x64.native.Microsoft.SqlToolsService package icon

runtime.osx-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the osx-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

6.8K
downloads
runtime.alpine.3.6-x64.Microsoft.NETCore.DotNetHostResolver package icon

runtime.alpine.3.6-x64.Microsoft.NETCore.DotNetHostResolver

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost 6833f3026bdcf4b8c2bd49859b4a29da70c99691 When using NuGet 3.x this package requires at least version 3.4.

6.8K
downloads
runtime.alpine.3.6-x64.Microsoft.NETCore.DotNetHostPolicy package icon

runtime.alpine.3.6-x64.Microsoft.NETCore.DotNetHostPolicy

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing 6833f3026bdcf4b8c2bd49859b4a29da70c99691 When using NuGet 3.x this package requires at least version 3.4.

6.7K
downloads
Microsoft.MSBuildCache.Common package icon

Microsoft.MSBuildCache.Common

A project cache plugin for MSBuild

6.6K
downloads
Microsoft.CodeAnalysis.Remote.Razor.ServiceHub package icon

Microsoft.CodeAnalysis.Remote.Razor.ServiceHub

A private package for the Razor team to grant access to certain internal APIs. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/accdcb77007e801eabcb2c221bad9ef837b64ee3.

6.5K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.4K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.4K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.4 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.4

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.4K
downloads
Microsoft.CodeAnalysis.ExternalAccess.Razor package icon

Microsoft.CodeAnalysis.ExternalAccess.Razor

A supporting package for Razor: https://github.com/aspnet/AspNetCore-Tooling More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/accdcb77007e801eabcb2c221bad9ef837b64ee3.

6.4K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.3K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.3K
downloads
runtime.win10-arm64.Microsoft.NETCore.Jit package icon

runtime.win10-arm64.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

6.3K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.2K
downloads
Microsoft.Extensions.Http.Telemetry package icon

Microsoft.Extensions.Http.Telemetry

Telemetry support for HTTP Client.

6.2K
downloads
Microsoft.Extensions.DependencyInjection.Pools package icon

Microsoft.Extensions.DependencyInjection.Pools

Pools integration into DI container.

6.1K
downloads
Microsoft.NETCore.App.Runtime.iossimulator-x64 package icon

Microsoft.NETCore.App.Runtime.iossimulator-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

6.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.1K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.1K
downloads
System.Utf8String.Experimental package icon

System.Utf8String.Experimental

Provides types for representation of UTF-8 string data. Commonly Used Types: System.Char8 System.Utf8String When using NuGet 3.x this package requires at least version 3.4.

6.0K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.0K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

6.0K
downloads
Microsoft.CodeAnalysis.ExternalAccess.FSharp package icon

Microsoft.CodeAnalysis.ExternalAccess.FSharp

A supporting package for F#: https://github.com/Microsoft/visualfsharp More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

6.0K
downloads
Microsoft.NET.Runtime.Emscripten.5.0.6.Sdk.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.5.0.6.Sdk.linux-x64

Contains Emscripten SDK binaries for linux-x64.

5.9K
downloads
Microsoft.CodeAnalysis.ExternalAccess.Apex package icon

Microsoft.CodeAnalysis.ExternalAccess.Apex

A supporting package for Apex (internal integration testing library): https://devdiv.visualstudio.com/DevDiv/_git/VS?path=/src/Omni/Apex More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

5.9K
downloads
Microsoft.CodeAnalysis.ExternalAccess.Debugger package icon

Microsoft.CodeAnalysis.ExternalAccess.Debugger

A supporting package for the Visual Studio debugger: https://devdiv.visualstudio.com/DevDiv/_git/VS?path=/src/debugger/Razor More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

5.9K
downloads
Microsoft.NET.Runtime.Emscripten.5.0.6.Node.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.5.0.6.Node.linux-x64

Contains Emscripten Node binaries for linux-x64.

5.9K
downloads
Microsoft.NET.Runtime.Emscripten.5.0.6.Cache.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.5.0.6.Cache.linux-x64

Contains Emscripten SDK system libraries cache for linux-x64.

5.9K
downloads
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures package icon

Microsoft.CodeAnalysis.VisualBasic.EditorFeatures

.NET Compiler Platform ("Roslyn") support for VisualBasic editor features inside the Visual Studio editor. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

5.9K
downloads
runtime.osx.10.10.System.Net.NameResolution package icon

runtime.osx.10.10.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 - 1548494

5.8K
downloads
runtime.win7.System.IO.Pipes package icon

runtime.win7.System.IO.Pipes

Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream - 1548494

5.8K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.7K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.6 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.6

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.7K
downloads
Microsoft.Extensions.Internal.Transport package icon

Microsoft.Extensions.Internal.Transport

Internal transport package to provide aspnetcore with the assemblies that make up the Microsoft.ASPNetCore.App shared framework. When using NuGet 3.x this package requires at least version 3.4.

5.7K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.6K
downloads
System.Data.SqlClient.sni-arm package icon

System.Data.SqlClient.sni-arm

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used by System.Data.SqlClient.

5.6K
downloads
runtime.alpine.3.6-x64.Microsoft.NETCore.DotNetHost package icon

runtime.alpine.3.6-x64.Microsoft.NETCore.DotNetHost

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module 6833f3026bdcf4b8c2bd49859b4a29da70c99691 When using NuGet 3.x this package requires at least version 3.4.

5.4K
downloads
Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Analyzers package icon

Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Analyzers

A set of performance diagnostics analyzers that can be consumed by TraceEvent.

5.4K
downloads
runtime.linux.System.Net.NetworkInformation package icon

runtime.linux.System.Net.NetworkInformation

Provides access to network traffic data, network address information, and notification of address changes for the local computer. Commonly Used Types: System.Net.NetworkInformation.NetworkInterface System.Net.NetworkInformation.NetworkInformationException System.Net.NetworkInformation.NetworkAddressChangedEventHandler System.Net.NetworkInformation.NetworkInterfaceType System.Net.NetworkInformation.OperationalStatus System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.UnicastIPAddressInformation System.Net.NetworkInformation.UnicastIPAddressInformationCollection System.Net.NetworkInformation.PhysicalAddress System.Net.NetworkInformation.TcpConnectionInformation - 1548494

5.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.3K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.osx-x64

Contains Emscripten SDK binaries for osx-x64.

5.3K
downloads
runtime.win10-arm64.Microsoft.NETCore.ILDAsm package icon

runtime.win10-arm64.Microsoft.NETCore.ILDAsm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.

5.2K
downloads
Microsoft.Net.Http.pl package icon

Microsoft.Net.Http.pl

Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft .NET Framework 4 HTTP Client Libraries.

5.2K
downloads
runtime.osx.10.10.System.Runtime.InteropServices.RuntimeInformation package icon

runtime.osx.10.10.System.Runtime.InteropServices.RuntimeInformation

Provides APIs to query about runtime and OS information. Commonly Used Types: System.Runtime.InteropServices.RuntimeInformation System.Runtime.InteropServices.OSPlatform - 1548494

5.1K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.1K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.1K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.1K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.1K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.1K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.win-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.win-x64

Contains Emscripten SDK binaries for win-x64.

5.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.1K
downloads
Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Rules package icon

Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Rules

A set of performance diagnostics rules that can be consumed by TraceEvent.

5.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.1K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.1K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-rc.2.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-rc.2.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.Build.StandardCI package icon

Microsoft.Build.StandardCI

Standard CI targets.

5.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NETCore.TestHost-arm package icon

Microsoft.NETCore.TestHost-arm

CoreCLR application host for test applications.

5.0K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-rc.1.Msi.x64 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100-rc.1.Msi.x64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

5.0K
downloads
Microsoft.NET.Workloads.10.0.100-rc.1.Msi.arm64 package icon

Microsoft.NET.Workloads.10.0.100-rc.1.Msi.arm64

This package contains the workload set manifest for the 10.0.100-rc.1 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

4.9K
downloads
Microsoft.DotNet.UpgradeAssistant.Extensions package icon

Microsoft.DotNet.UpgradeAssistant.Extensions

Types used in building extensions for the Microsoft .NET Upgrade Assistant

4.9K
downloads
Microsoft.Extensions.Http.AutoClient package icon

Microsoft.Extensions.Http.AutoClient

Makes it easy to automatically create efficient and easy to use client code to invoke REST HTTP APIs.

4.9K
downloads
runtime.unix.System.Net.Requests package icon

runtime.unix.System.Net.Requests

Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package. Commonly Used Types: System.Net.HttpWebRequest System.Net.HttpWebResponse System.Net.HttpRequestHeader System.Net.WebException System.Net.WebExceptionStatus System.Net.WebRequest System.Net.WebResponse - 1548494

4.9K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.9K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.5 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.5

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.9K
downloads
Microsoft.NET.Workloads.10.0.100-rc.2.Msi.arm64 package icon

Microsoft.NET.Workloads.10.0.100-rc.2.Msi.arm64

This package contains the workload set manifest for the 10.0.100-rc.2 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

4.9K
downloads
runtime.win7.System.IO.MemoryMappedFiles package icon

runtime.win7.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 - 1548494

4.8K
downloads
Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote package icon

Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote

A supporting package for Xamarin: https://github.com/xamarin/CodeAnalysis More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/accdcb77007e801eabcb2c221bad9ef837b64ee3.

4.7K
downloads
Microsoft.CodeAnalysis.EditorFeatures.Cocoa package icon

Microsoft.CodeAnalysis.EditorFeatures.Cocoa

.NET Compiler Platform ("Roslyn") support for Cocoa-dependent editor features inside the Visual Studio for Mac editor. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/accdcb77007e801eabcb2c221bad9ef837b64ee3.

4.6K
downloads
runtime.win7.System.Diagnostics.FileVersionInfo package icon

runtime.win7.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 - 1548494

4.6K
downloads
Microsoft.NETCore.App.Runtime.maccatalyst-x64 package icon

Microsoft.NETCore.App.Runtime.maccatalyst-x64

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.6K
downloads
Microsoft.NETCore.App.Runtime.NativeAOT.android-arm package icon

Microsoft.NETCore.App.Runtime.NativeAOT.android-arm

Internal implementation package not meant for direct consumption. Please do not reference directly.

4.6K
downloads
runtime.alpine.3.6-x64.Microsoft.NETCore.App package icon

runtime.alpine.3.6-x64.Microsoft.NETCore.App

Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET API's that are included in the default .NET Core application model. 6833f3026bdcf4b8c2bd49859b4a29da70c99691 When using NuGet 3.x this package requires at least version 3.4.

4.6K
downloads
Microsoft.DotNet.Try.ProjectTemplate.Tutorial package icon

Microsoft.DotNet.Try.ProjectTemplate.Tutorial

A template for interactive documentation with Try.NET

4.5K
downloads
runtime.unix.System.IO.Pipes package icon

runtime.unix.System.IO.Pipes

Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream - 1548494

4.5K
downloads
Microsoft.NET.Workloads.10.0.200-preview.0.Msi.arm64 package icon

Microsoft.NET.Workloads.10.0.200-preview.0.Msi.arm64

This package contains the workload set manifest for the 10.0.200-preview.0 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

4.4K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.4K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.4K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.4K
downloads
runtime.ubuntu.14.04-x64.Microsoft.NETCore.Native package icon

runtime.ubuntu.14.04-x64.Microsoft.NETCore.Native

Internal implementation package not meant for direct consumption. Please do not reference directly. Native shims for .NET Core runtime When using NuGet 3.x this package requires at least version 3.4.

4.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.4K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.4K
downloads
Microsoft.NET.Workloads.9.0.200.Msi.arm64 package icon

Microsoft.NET.Workloads.9.0.200.Msi.arm64

Package Description

4.4K
downloads
Microsoft.DotNet.Interactive.HttpRequest package icon

Microsoft.DotNet.Interactive.HttpRequest

Microsoft.DotNet.Interactive.Kernel for making HTTP request using a common syntax.

4.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.4K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.3K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-7.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-7.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.3K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-7.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.Manifest-7.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.2K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-musl-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-musl-x64

Contains Emscripten SDK binaries for linux-musl-x64.

4.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.2K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100.Msi.x86 package icon

Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.2K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-musl-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-musl-arm64

Contains Emscripten SDK binaries for linux-musl-arm64.

4.2K
downloads
runtime.win7.System.IO.FileSystem.DriveInfo package icon

runtime.win7.System.IO.FileSystem.DriveInfo

Provides the System.IO.DriveInfo class, which enables developers to query local drive information. Commonly Used Types: System.IO.DriveInfo System.IO.DriveType System.IO.DriveNotFoundException - 1548494

4.1K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.200.Msi.x86 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.200.Msi.x86

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.1K
downloads
runtime.unix.System.Diagnostics.FileVersionInfo package icon

runtime.unix.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 - 1548494

4.1K
downloads
Microsoft.NET.Workload.Emscripten.Manifest-6.0.200.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Manifest-6.0.200.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

4.0K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.7.Node.linux-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.7.Node.linux-x64

Contains Emscripten Node binaries for linux-x64.

4.0K
downloads
Microsoft.NET.Workloads.9.0.200.Msi.x86 package icon

Microsoft.NET.Workloads.9.0.200.Msi.x86

Package Description

3.9K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.8K
downloads
runtime.centos.7.1-x64.Microsoft.NETCore.Runtime.CoreCLR package icon

runtime.centos.7.1-x64.Microsoft.NETCore.Runtime.CoreCLR

The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. - 1548494

3.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-10.0.100-preview.3 package icon

Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-10.0.100-preview.3

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.7K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.7.Node.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.7.Node.win-x64.Msi.x64

Contains Emscripten Node binaries for win-x64.

3.7K
downloads
Microsoft.Maui.DevFlow.Blazor package icon

Microsoft.Maui.DevFlow.Blazor

Enable browser developer tools and Playwright MCP automation for .NET MAUI Blazor Hybrid apps. Connects Chrome DevTools Protocol to BlazorWebView via Chobitsu.

3.7K
downloads
Microsoft.NET.Workloads.10.0.100-rc.2.Msi.x86 package icon

Microsoft.NET.Workloads.10.0.100-rc.2.Msi.x86

This package contains the workload set manifest for the 10.0.100-rc.2 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

3.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-musl-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-musl-x64

Contains Emscripten SDK system libraries cache for linux-musl-x64.

3.5K
downloads
runtime.win-x64.Microsoft.Dotnet.Wpf.ProjectTemplates package icon

runtime.win-x64.Microsoft.Dotnet.Wpf.ProjectTemplates

Internal implementation package not meant for direct consumption. Please do not reference directly. Project templates for .NET Core WPF projects 87dddf5c2f964da07729b671424f75dd06263a83 When using NuGet 3.x this package requires at least version 3.4.

3.5K
downloads
runtime.win-x86.Microsoft.Dotnet.WinForms.ProjectTemplates package icon

runtime.win-x86.Microsoft.Dotnet.WinForms.ProjectTemplates

Internal implementation package not meant for direct consumption. Please do not reference directly. Project templates for .NET Core Windows Forms projects 87dddf5c2f964da07729b671424f75dd06263a83 When using NuGet 3.x this package requires at least version 3.4.

3.4K
downloads
runtime.win-x64.Microsoft.Dotnet.WinForms.ProjectTemplates package icon

runtime.win-x64.Microsoft.Dotnet.WinForms.ProjectTemplates

Internal implementation package not meant for direct consumption. Please do not reference directly. Project templates for .NET Core Windows Forms projects 87dddf5c2f964da07729b671424f75dd06263a83 When using NuGet 3.x this package requires at least version 3.4.

3.4K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.4K
downloads
runtime.win-x86.Microsoft.Dotnet.Wpf.ProjectTemplates package icon

runtime.win-x86.Microsoft.Dotnet.Wpf.ProjectTemplates

Internal implementation package not meant for direct consumption. Please do not reference directly. Project templates for .NET Core WPF projects 87dddf5c2f964da07729b671424f75dd06263a83 When using NuGet 3.x this package requires at least version 3.4.

3.4K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-musl-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-musl-arm64

Contains Emscripten SDK system libraries cache for linux-musl-arm64.

3.4K
downloads
Microsoft.SourceLink.Gitee package icon

Microsoft.SourceLink.Gitee

Generates source link for Gitee repositories.

3.3K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.3K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.7.Python.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.7.Python.win-x64.Msi.x64

Contains Emscripten Python binaries for win-x64.

3.3K
downloads
runtime.aot.System.Linq.Expressions package icon

runtime.aot.System.Linq.Expressions

Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. Commonly Used Types: System.Linq.Expressions.Expression<TDelegate> System.Linq.Expressions.Expression System.Linq.Expressions.MemberExpression System.Linq.Expressions.ExpressionVisitor System.Linq.Expressions.MethodCallExpression System.Linq.IQueryable<T> System.Linq.IQueryable System.Linq.Expressions.NewExpression System.Linq.Expressions.ParameterExpression System.Linq.Expressions.ConstantExpression - 1548494

3.3K
downloads
runtime.linux.System.IO.MemoryMappedFiles package icon

runtime.linux.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 - 1548494

3.3K
downloads
runtime.linux.System.IO.FileSystem.DriveInfo package icon

runtime.linux.System.IO.FileSystem.DriveInfo

Provides the System.IO.DriveInfo class, which enables developers to query local drive information. Commonly Used Types: System.IO.DriveInfo System.IO.DriveType System.IO.DriveNotFoundException - 1548494

3.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.2K
downloads
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.2K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.1K
downloads
runtime.fedora.28-x64.runtime.native.System.Net.Security package icon

runtime.fedora.28-x64.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.

3.1K
downloads
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.1K
downloads
runtime.fedora.27-x64.runtime.native.System package icon

runtime.fedora.27-x64.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.

3.1K
downloads
runtime.aot.System.Xml.XmlSerializer package icon

runtime.aot.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 - 1548494

3.1K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-x64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-x64.Msi.arm64

Contains Emscripten SDK binaries for win-x64.

3.1K
downloads
runtime.fedora.28-x64.runtime.native.System package icon

runtime.fedora.28-x64.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.

3.1K
downloads
runtime.fedora.27-x64.runtime.native.System.Net.Security package icon

runtime.fedora.27-x64.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.

3.1K
downloads
runtime.opensuse.42.3-x64.runtime.native.System.Net.Http package icon

runtime.opensuse.42.3-x64.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.

3.0K
downloads
runtime.fedora.27-x64.runtime.native.System.Net.Http package icon

runtime.fedora.27-x64.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.

3.0K
downloads
runtime.fedora.28-x64.runtime.native.System.Net.Http package icon

runtime.fedora.28-x64.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.

3.0K
downloads
runtime.fedora.27-x64.runtime.native.System.IO.Compression package icon

runtime.fedora.27-x64.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.

3.0K
downloads
runtime.fedora.28-x64.runtime.native.System.IO.Compression package icon

runtime.fedora.28-x64.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.

3.0K
downloads
runtime.opensuse.42.3-x64.runtime.native.System package icon

runtime.opensuse.42.3-x64.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.

3.0K
downloads
runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression package icon

runtime.opensuse.42.3-x64.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.

3.0K
downloads
runtime.osx.10.10.System.IO.FileSystem.DriveInfo package icon

runtime.osx.10.10.System.IO.FileSystem.DriveInfo

Provides the System.IO.DriveInfo class, which enables developers to query local drive information. Commonly Used Types: System.IO.DriveInfo System.IO.DriveType System.IO.DriveNotFoundException - 1548494

3.0K
downloads
runtime.opensuse.42.3-x64.runtime.native.System.Net.Security package icon

runtime.opensuse.42.3-x64.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.

3.0K
downloads
runtime.aot.System.Reflection.DispatchProxy package icon

runtime.aot.System.Reflection.DispatchProxy

Provides a class to dynamcially create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that DispatchProxy base type. Commonly Used Types: System.Reflection.DispatchProxy - 1548494

3.0K
downloads
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.0K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.0K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.0K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

3.0K
downloads
runtime.osx.10.10.System.IO.MemoryMappedFiles package icon

runtime.osx.10.10.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 - 1548494

2.9K
downloads
Microsoft.NET.Workloads.10.0.400-preview.0.Msi.arm64 package icon

Microsoft.NET.Workloads.10.0.400-preview.0.Msi.arm64

This package contains the workload set manifest for the 10.0.400-preview.0 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

2.9K
downloads
runtime.win7-arm.System.IO.Compression.clrcompression package icon

runtime.win7-arm.System.IO.Compression.clrcompression

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides native implementation dll used for GZIP compression. - 1548494

2.9K
downloads
Microsoft.NETCore.App.Runtime.maccatalyst-arm64 package icon

Microsoft.NETCore.App.Runtime.maccatalyst-arm64

Internal implementation package not meant for direct consumption. Please do not reference directly.

2.9K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-musl-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-musl-x64

Contains Emscripten Node binaries for linux-musl-x64.

2.9K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-musl-arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-musl-arm64

Contains Emscripten Node binaries for linux-musl-arm64.

2.8K
downloads
runtime.win7.System.Runtime.InteropServices.RuntimeInformation package icon

runtime.win7.System.Runtime.InteropServices.RuntimeInformation

Provides APIs to query about runtime and OS information. Commonly Used Types: System.Runtime.InteropServices.RuntimeInformation System.Runtime.InteropServices.OSPlatform

2.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-10.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-10.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100-preview.2 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.2.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100-rc.2.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.2.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100-rc.2.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.2.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100-rc.2.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.2.Msi.arm64 package icon

Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100-rc.2.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.2 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.2

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.DotNet.HotReload.Web.Middleware package icon

Microsoft.DotNet.HotReload.Web.Middleware

Package containing Hot Reload middleware.

2.8K
downloads
Microsoft.DotNet.HotReload.Agent.Host package icon

Microsoft.DotNet.HotReload.Agent.Host

Package containing Hot Reload agent host.

2.8K
downloads
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.2.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.2.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.2.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.2.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.8K
downloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.2.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.2.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.7K
downloads
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.2.Msi.arm64 package icon

Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.2.Msi.arm64

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.7K
downloads
Microsoft.NETFramework.Compatibility package icon

Microsoft.NETFramework.Compatibility

References a number of .NET Core libraries that are intended to provide support for more APIs that exist on .NET Framework. ca5d83ec2855afa7ce4f60d9c5b0dd46e1cb2faf When using NuGet 3.x this package requires at least version 3.4.

2.7K
downloads
Microsoft.ReverseProxy.ServiceFabric package icon

Microsoft.ReverseProxy.ServiceFabric

Service Fabric integration for Microsoft.ReverseProxy

2.7K
downloads
Microsoft.NET.Workloads.10.0.200-preview.0 package icon

Microsoft.NET.Workloads.10.0.200-preview.0

This package contains the workload set manifest for the 10.0.200-preview.0 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.

2.7K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.30.Sdk.win-x64.Msi.x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.30.Sdk.win-x64.Msi.x64

Contains Emscripten SDK binaries for win-x64.

2.7K
downloads
runtime.osx.10.10.System.Net.NetworkInformation package icon

runtime.osx.10.10.System.Net.NetworkInformation

Provides access to network traffic data, network address information, and notification of address changes for the local computer. Commonly Used Types: System.Net.NetworkInformation.NetworkInterface System.Net.NetworkInformation.NetworkInformationException System.Net.NetworkInformation.NetworkAddressChangedEventHandler System.Net.NetworkInformation.NetworkInterfaceType System.Net.NetworkInformation.OperationalStatus System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.UnicastIPAddressInformation System.Net.NetworkInformation.UnicastIPAddressInformationCollection System.Net.NetworkInformation.PhysicalAddress System.Net.NetworkInformation.TcpConnectionInformation - 1548494

2.6K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.7.Python.osx-x64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.7.Python.osx-x64

Contains Emscripten Python binaries for osx-x64.

2.5K
downloads
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-x64.Msi.arm64 package icon

Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-x64.Msi.arm64

Contains Emscripten SDK system libraries cache for win-x64.

2.5K
downloads
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.1 package icon

Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-11.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.5K
downloads
Microsoft.Build.UniversalPackages package icon

Microsoft.Build.UniversalPackages

Provides targets for downloading universal packages on restore.

2.5K
downloads
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.1 package icon

Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.1

Internal toolchain package not meant for direct consumption. Please do not reference directly.

2.5K
downloads
Microsoft.Maui.Cli package icon

Microsoft.Maui.Cli

CLI for .NET MAUI development environment setup and device management

2.4K
downloads
runtime.centos.7.1-x64.Microsoft.NETCore.TestHost package icon

runtime.centos.7.1-x64.Microsoft.NETCore.TestHost

CoreCLR application host for test applications. - 1548494

2.4K
downloads
runtime.ubuntu.16.04-arm.Microsoft.NETCore.Jit package icon

runtime.ubuntu.16.04-arm.Microsoft.NETCore.Jit

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requires at least version 3.4.

2.4K
downloads