dotnetframework
NuGet publisher profile
Packages (3,100)
Microsoft.Extensions.DependencyInjection.Abstractions
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
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
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
Microsoft.Extensions.Options
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.NETCore.Platforms
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages.
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
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.
System.Runtime.CompilerServices.Unsafe
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
Microsoft.Extensions.DependencyInjection
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.Logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
System.Threading.Tasks.Extensions
System.Threading.Tasks.Extensions
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.
Microsoft.Extensions.FileProviders.Abstractions
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
System.Memory
System.Memory
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.
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
System.Buffers
System.Buffers
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.
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
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.
System.Security.Cryptography.ProtectedData
Provides access to Windows Data Protection Api. Commonly Used Types: System.Security.Cryptography.DataProtectionScope System.Security.Cryptography.ProtectedData
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Microsoft.Extensions.FileSystemGlobbing
File system globbing to find files matching a specified pattern.
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.
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
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
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.
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.
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.
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.
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.
System.Text.Encoding.CodePages
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider
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.
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.
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.
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.
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Configuration.FileExtensions
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
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.
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.
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.
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.
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.
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.
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.
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.
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
Microsoft.Extensions.ObjectPool
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246
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.
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.
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.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Microsoft.Win32.SystemEvents
Provides access to Windows system event notifications. Commonly Used Types: Microsoft.Win32.SystemEvents
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.
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.
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.
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.
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
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
System.Numerics.Vectors
System.Numerics.Vectors
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.
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
Microsoft.Extensions.Logging.Configuration
Configuration support for Microsoft.Extensions.Logging.
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.
Microsoft.Net.Http.Headers
HTTP header parser implementations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246
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
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.
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.
Microsoft.EntityFrameworkCore.Abstractions
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Relational
Shared Entity Framework Core components for relational database providers.
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.
Microsoft.AspNetCore.Http
ASP.NET Core default HTTP feature implementations.
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.
System.Security.Cryptography.Pkcs
Provides support for PKCS and CMS algorithms. Commonly Used Types: System.Security.Cryptography.Pkcs.EnvelopedCms
Microsoft.EntityFrameworkCore.Analyzers
CSharp Analyzers for Entity Framework Core.
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
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
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.
Microsoft.AspNetCore.Hosting.Abstractions
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.Http.Extensions
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
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.
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.
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.
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
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.
Microsoft.Extensions.Logging.Console
Console logger provider implementation for Microsoft.Extensions.Logging.
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
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
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.
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.
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
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().
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.
System.Threading.Channels
Provides types for passing data between producers and consumers. Commonly Used Types: System.Threading.Channel System.Threading.Channel<T>
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.
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
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
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.
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.
Microsoft.DotNet.PlatformAbstractions
Abstractions for making code that uses file system and environment testable.
System.Formats.Asn1
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
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.
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.
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
System.ValueTuple
System.ValueTuple
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
Microsoft.Extensions.Logging.EventSource
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
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.
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
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.
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.
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.
System.Diagnostics.PerformanceCounter
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter
System.Data.SqlClient
DEPRECATED - Use Microsoft.Data.SqlClient.
Microsoft.Extensions.Logging.EventLog
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
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
System.ClientModel
Contains building blocks for clients that call cloud services.
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
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
Microsoft.AspNetCore.Authentication.Abstractions
ASP.NET Core common types used by the various authentication components.
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
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
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
Microsoft.Extensions.Diagnostics
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
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
Microsoft.AspNetCore.Authentication.Core
ASP.NET Core common types used by the various authentication middleware components.
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
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
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100
.NET Aspire workload manifest
System.Runtime.Serialization.Formatters
System.Runtime.Serialization.Formatters
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.
Microsoft.EntityFrameworkCore.Design
Shared design-time components for Entity Framework Core tools.
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.
Microsoft.EntityFrameworkCore.SqlServer
Microsoft SQL Server database provider for Entity Framework Core.
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.
Microsoft.AspNetCore.Authorization.Policy
ASP.NET Core authorization policy helper classes.
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.
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.
Microsoft.AspNetCore.ResponseCaching.Abstractions
ASP.NET Core response caching middleware abstractions and feature interface definitions.
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.
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.
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.
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.
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>
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
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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).
System.Composition.Hosting
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.Composition.Runtime
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Composition.TypedParts
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Composition.Convention
Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.NET.Sdk.Android.Manifest-8.0.100
Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.
Microsoft.NET.Sdk.macOS.Manifest-8.0.100
.NET Workload for macOS platforms
Microsoft.NET.Sdk.MacCatalyst.Manifest-8.0.100
.NET Workload for MacCatalyst platforms
Microsoft.NET.Sdk.tvOS.Manifest-8.0.100
.NET Workload for tvOS platforms
Microsoft.NET.Sdk.Maui.Manifest-8.0.100
.NET Multi-platform App UI (.NET MAUI) workload manifest. Please do not reference this package directly.
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
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
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.
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.
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.
System.ServiceModel.Primitives
System.ServiceModel.Primitives
System.IO.Hashing
Provides non-cryptographic hash algorithms, such as CRC-32. Commonly Used Types: System.IO.Hashing.Crc32 System.IO.Hashing.XxHash32
Microsoft.Build.Framework
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
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.
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
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.
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.
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.
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.
Microsoft.AspNetCore.Mvc.Formatters.Json
ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.
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
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.
System.Reflection.DispatchProxy
System.Reflection.DispatchProxy
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.
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
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
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
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
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.
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
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.
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
Microsoft.AspNetCore.Metadata
ASP.NET Core metadata. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246
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.
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
System.Xml.XPath.XmlDocument
System.Xml.XPath.XmlDocument
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.
System.Private.ServiceModel
Package Description
System.IO.Packaging
Provides classes that support storage of multiple data objects in a single container.
Microsoft.Bcl.HashCode
Microsoft.Bcl.HashCode
System.ServiceModel.Http
System.ServiceModel.Http
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.
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
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.
Microsoft.AspNetCore.Mvc.DataAnnotations
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
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.
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.
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
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
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
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.
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.
Microsoft.AspNetCore.Diagnostics.Abstractions
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
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.
Microsoft.EntityFrameworkCore.InMemory
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.NETCore.DotNetHostPolicy
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing
Microsoft.NETCore.DotNetHostResolver
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost
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
Microsoft.AspNetCore.Razor.Runtime
Runtime infrastructure for rendering Razor pages and tag helpers.
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
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.
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
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.
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.
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
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.400
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.AspNetCore.Antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication
ASP.NET Core common types used by the various authentication middleware components.
System.ServiceModel.NetTcp
System.ServiceModel.NetTcp
Microsoft.Extensions.FileProviders.Composite
Composite file and directory providers for Microsoft.Extensions.FileProviders.
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
Microsoft.AspNetCore.Mvc.Razor
ASP.NET Core MVC Razor view engine for CSHTML files.
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.
Microsoft.EntityFrameworkCore.Sqlite.Core
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
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
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.
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.
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.
Microsoft.NET.StringTools
This package contains the Microsoft.NET.StringTools assembly which implements common string-related functionality such as weak interning.
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
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.
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
System.ServiceModel.Duplex
Provides the types that permit 2-way ("duplex") exchanges of messages.
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
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.
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.
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.
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.
System.ServiceModel.Security
Provides the types that support additional security features.
Microsoft.AspNetCore.Mvc.Cors
ASP.NET Core MVC cross-origin resource sharing (CORS) features.
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
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.
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.
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.
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.
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
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.
Microsoft.AspNetCore.Mvc.RazorPages
ASP.NET Core MVC Razor Pages.
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
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
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.
Microsoft.AspNetCore.Server.Kestrel
ASP.NET Core Kestrel cross-platform web server.
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.
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.
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.
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
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
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
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
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.
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
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.
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.
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.
Microsoft.NETCore.DotNetAppHost
Provides the .NET app bootstrapper intended for use in the application directory
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
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
Microsoft.AspNetCore.Server.Kestrel.Core
Core components of ASP.NET Core Kestrel cross-platform web server.
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.AspNetCore.StaticFiles
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.Build.Utilities.Core
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
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.
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.
Microsoft.AspNetCore.Server.Kestrel.Https
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
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.
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.
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions
Transport abstractions for the ASP.NET Core Kestrel cross-platform web server.
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.
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
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.
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.
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
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
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.
Microsoft.AspNetCore.Razor.Design
Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.
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.
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.
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.
Microsoft.Bcl.TimeProvider
Provides support for system time abstraction primitives for .NET Framework and .NET Standard.
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.
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.
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
Microsoft.Bcl.Cryptography
Provides support for some cryptographic primitives for .NET Framework and .NET Standard.
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
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.
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.
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets
Managed socket transport for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.NETCore.Jit
The .NET JIT compiler. a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NET.Sdk.iOS.Manifest-9.0.100
.NET Workload for iOS platforms
Libuv
Multi-platform support library with a focus on asynchronous I/O.
Microsoft.NET.Sdk.Android.Manifest-9.0.100
Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.
Microsoft.NET.Sdk.MacCatalyst.Manifest-9.0.100
.NET Workload for MacCatalyst platforms
Microsoft.NET.Sdk.macOS.Manifest-9.0.100
.NET Workload for macOS platforms
Microsoft.NET.Sdk.tvOS.Manifest-9.0.100
.NET Workload for tvOS platforms
Microsoft.NET.Sdk.Maui.Manifest-9.0.100
.NET Multi-platform App UI (.NET MAUI) workload manifest. Please do not reference this package directly.
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
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
Microsoft.AspNetCore.Server.IISIntegration
ASP.NET Core components for working with the IIS AspNetCoreModule.
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.
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.
Microsoft.NETCore.App.Runtime.linux-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.AspNetCore.Authentication.Cookies
ASP.NET Core middleware that enables an application to use cookie based authentication.
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
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.
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
Microsoft.DotNet.InternalAbstractions
Abstractions for making code that uses file system and environment testable.
Microsoft.Build.Tasks.Core
This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.
Microsoft.NETCore.App.Host.linux-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.AspNetCore
Microsoft.AspNetCore
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100.Msi.x64
.NET Aspire workload manifest
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
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
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.
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.
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.
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.
Microsoft.NETCore.App.Runtime.win-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NETCore.DotNetHost
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module
Microsoft.Extensions.Compliance.Abstractions
Abstractions to help ensure compliant data management.
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.
Microsoft.Extensions.Telemetry.Abstractions
Common abstractions for high-level telemetry primitives.
Microsoft.AspNetCore.Mvc.Analyzers
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.WebSockets
ASP.NET Core web socket middleware for use on top of opaque servers.
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.
Microsoft.NETCore.App.Host.win-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Extensions.Options.DataAnnotations
Provides additional DataAnnotations specific functionality related to Options.
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
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
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
Microsoft.DiaSymReader
Microsoft DiaSymReader interop interfaces and utilities.
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.
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
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
Microsoft.Extensions.DependencyInjection.AutoActivation
Extensions to auto-activate registered singletons in the dependency injection system.
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.
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
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
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.
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.
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.
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
Microsoft.Extensions.Http.Diagnostics
Telemetry support for HTTP Client.
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
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.
Microsoft.WindowsDesktop.App.Ref
Package Description
Microsoft.Extensions.AmbientMetadata.Application
Runtime information provider for application-level ambient metadata.
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).
Microsoft.NETFramework.ReferenceAssemblies
Microsoft .NET Framework Reference Assemblies
Microsoft.Extensions.Resilience
Extensions to the Polly libraries to enrich telemetry with metadata and exception summaries.
Microsoft.Extensions.Diagnostics.ExceptionSummarization
Lets you retrieve exception summary information.
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.
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
Microsoft.Extensions.Http.Resilience
Resilience mechanisms for HttpClient.
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
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
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
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.
System.Net.WebSockets.WebSocketProtocol
System.Net.WebSockets.WebSocketProtocol
FSharp.Core
FSharp.Core redistributables from F# Tools version 15.2.101 For F# 11.0. Contains code from the F# Software Foundation.
Microsoft.NET.ILLink.Tasks
MSBuild tasks for running the IL Linker
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
Microsoft.AspNetCore.HostFiltering
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.
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.
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
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.
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
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
System.IO.Ports
Provides classes for controlling serial ports. Commonly Used Types: System.IO.Ports.SerialPort
Microsoft.AspNetCore.Http.Connections
Components for providing real-time bi-directional communication across the Web.
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.
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.
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.
Microsoft.Build.Tasks.Git
MSBuild tasks providing git repository information.
Microsoft.AspNetCore.Authentication.OAuth
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.SourceLink.Common
MSBuild tasks providing source control information.
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.
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.
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.
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.
Microsoft.AspNetCore.SignalR.Core
Real-time communication framework for ASP.NET Core.
Microsoft.Diagnostics.NETCore.Client
.NET Core Diagnostics Client Library
Microsoft.EntityFrameworkCore.Proxies
Lazy loading proxies for Entity Framework Core.
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.
Microsoft.NET.Sdk.Android.Manifest-8.0.100.Msi.x64
Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.
Microsoft.NET.Sdk.iOS.Manifest-8.0.100.Msi.x64
.NET Workload for iOS platforms
Microsoft.NET.Sdk.MacCatalyst.Manifest-8.0.100.Msi.x64
.NET Workload for MacCatalyst platforms
System.ServiceModel.Syndication
Provides classes related to service model syndication.
Microsoft.NET.Sdk.macOS.Manifest-8.0.100.Msi.x64
.NET Workload for macOS platforms
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Sdk.tvOS.Manifest-8.0.100.Msi.x64
.NET Workload for tvOS platforms
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
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
runtime.osx-x64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-arm.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-x64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-arm64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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
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
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
Microsoft.WindowsDesktop.App.Runtime.win-x64
Package Description
Microsoft.NET.Sdk.Android.Manifest-9.0.100.Msi.x64
Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.
Microsoft.NET.Sdk.iOS.Manifest-9.0.100.Msi.x64
.NET Workload for iOS platforms
Microsoft.NET.Sdk.MacCatalyst.Manifest-9.0.100.Msi.x64
.NET Workload for MacCatalyst platforms
Microsoft.NET.Sdk.macOS.Manifest-9.0.100.Msi.x64
.NET Workload for macOS platforms
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
Microsoft.NET.Sdk.tvOS.Manifest-9.0.100.Msi.x64
.NET Workload for tvOS platforms
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.
System.CommandLine
Support for parsing command lines, supporting both POSIX and Windows conventions and shell-agnostic command line completions.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.AspNetCore.SignalR
Components for providing real-time bi-directional communication across the Web.
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
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.300
Internal toolchain package not meant for direct consumption. Please do not reference directly.
HarfBuzzSharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Xamarin.AndroidX.Lifecycle.Common
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-common'. Library description: Android Lifecycle-Common
Xamarin.AndroidX.Collection
.NET for Android and MAUI bindings for the Android Java library 'androidx.collection:collection'. Library description: Standalone efficient collections.
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
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.
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
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.
Xamarin.AndroidX.Lifecycle.Runtime
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-runtime'. Library description: Android Lifecycle Runtime
Microsoft.Bcl.Memory
Provides Base64Url, Utf8, Index, and Range types support for .NET Framework and .NET Standard.
Microsoft.SourceLink.GitHub
Generates source link for GitHub repositories.
Xamarin.Forms
Build native UIs for iOS, Android, UWP, macOS, Tizen and many more from a single, shared C# codebase
Microsoft.CodeAnalysis.NetAnalyzers
Microsoft recommended code quality rules and .NET API usage rules implemented as analyzers using the .NET Compiler Platform ("Roslyn").
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.
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.
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.
Microsoft.AspNetCore.ResponseCompression
ASP.NET Core middleware for HTTP Response compression.
Microsoft.Extensions.AI.Abstractions
Abstractions representing generative AI components.
Microsoft.AspNetCore.Mvc.Formatters.Xml
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
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.
System.Reflection.Context
Provides CustomReflectionContext to enable customized reflection contexts.
HarfBuzzSharp.NativeAssets.Win32
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Microsoft.DiaSymReader.Native
Native implementation of PDB file reader and writer. Supported Platforms: - Windows x86 - Windows amd64 - Windows arm64
HarfBuzzSharp.NativeAssets.macOS
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
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.
Microsoft.AspNetCore.CookiePolicy
ASP.NET Core cookie policy classes to control the behavior of cookies.
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
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
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().
Yarp.ReverseProxy
Reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET
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.
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
Xamarin.AndroidX.Lifecycle.ViewModel
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-viewmodel'. Library description: Android Lifecycle ViewModel
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
Microsoft.AspNetCore.Session
ASP.NET Core session state middleware.
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
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
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
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
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.
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.
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.
System.ServiceModel.NetFramingBase
System.ServiceModel.NetFramingBase
Microsoft.NET.Workload.Emscripten.Manifest-6.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.AspNetCore.Server.HttpSys
ASP.NET Core HTTP server that uses the Windows HTTP Server API.
dotnet-dump
Diagnostic dump collect and analyze tool
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.
System.ServiceModel.Federation
System.ServiceModel.Federation
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
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.
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
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.
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.
Xamarin.AndroidX.SavedState
.NET for Android and MAUI bindings for the Android Java library 'androidx.savedstate:savedstate'. Library description: Android Lifecycle Saved State
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.
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.
Xamarin.Kotlin.StdLib
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib'. Library description: Kotlin Standard Library
Microsoft.Extensions.Caching.Redis
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.AspNetCore.ResponseCaching
ASP.NET Core middleware for caching HTTP responses on the server.
runtime.osx-arm64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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
Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
Build-time references required to enable Razor view compilation as part of building the application.
Microsoft.NET.Sdk.MacCatalyst.Manifest-7.0.100.Msi.x64
.NET Workload for MacCatalyst platforms
Microsoft.NET.Sdk.iOS.Manifest-7.0.100.Msi.x64
.NET Workload for iOS platforms
Microsoft.NET.Sdk.macOS.Manifest-7.0.100.Msi.x64
.NET Workload for macOS platforms
Microsoft.NET.Sdk.Android.Manifest-7.0.100.Msi.x64
Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.
Microsoft.NET.Sdk.tvOS.Manifest-7.0.100.Msi.x64
.NET Workload for tvOS platforms
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.
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.
Microsoft.NET.Sdk.Maui.Manifest-7.0.100.Msi.x64
.NET MAUI workload manifest
Microsoft.AspNetCore.Localization.Routing
Provides a request culture provider which gets culture and ui-culture from request's route data.
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
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
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
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
System.Web.Services.Description
System.Web.Services.Description
Microsoft.AspNetCore.HttpsPolicy
ASP.NET Core basic middleware for supporting HTTPS Redirection and HTTP Strict-Transport-Security.
Microsoft.NETCore.App.Host.linux-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Crossgen2.linux-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite
NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.
SkiaSharp.HarfBuzz
This package adds text shaping support to SkiaSharp via HarfBuzz.
Microsoft.NETFramework.ReferenceAssemblies.net472
Microsoft .NET Framework Reference Assemblies
Xamarin.AndroidX.VectorDrawable
.NET for Android and MAUI bindings for the Android Java library 'androidx.vectordrawable:vectordrawable'. Library description: Android Support VectorDrawable
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.
Xamarin.AndroidX.VectorDrawable.Animated
.NET for Android and MAUI bindings for the Android Java library 'androidx.vectordrawable:vectordrawable-animated'. Library description: Android Support AnimatedVectorDrawable
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-....
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.
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.
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
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
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.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.200
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
System.Speech
Provides types to perform speech synthesis and speech recognition. Commonly Used Types System.Speech.Synthesis.SpeechSynthesizer System.Speech.Recognition.SpeechRecognizer
Xamarin.AndroidX.Tracing.Tracing
.NET for Android and MAUI bindings for the Android Java library 'androidx.tracing:tracing'. Library description: Android Tracing
System.Numerics.Tensors
Provides support for operating over tensors.
HarfBuzzSharp.NativeAssets.Linux
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
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.
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
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
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
Microsoft.CodeAnalysis.BannedApiAnalyzers
Banned API Analyzers
Microsoft.NETCore.App.Runtime.linux-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.Mono.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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
Xamarin.Essentials
Xamarin.Essentials: a kit of essential API's for your apps
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.
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
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.
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)
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
Microsoft.Extensions.ServiceDiscovery
Provides extensions to HttpClient that enable service discovery based on configuration.
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.
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.
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.
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.
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.
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.
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
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.
Microsoft.NETFramework.ReferenceAssemblies.net461
Microsoft .NET Framework Reference Assemblies
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.
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
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
Xamarin.AndroidX.RecyclerView
.NET for Android and MAUI bindings for the Android Java library 'androidx.recyclerview:recyclerview'. Library description: Android Support RecyclerView
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.
Microsoft.dotnet-interactive
Command line tool for interactive programming with C#, F#, PowerShell, and more. Powers Polyglot Notebooks and provides .NET support for Jupyter.
Microsoft.NETFramework.ReferenceAssemblies.net48
Microsoft .NET Framework Reference Assemblies
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.
Xamarin.AndroidX.Transition
.NET for Android and MAUI bindings for the Android Java library 'androidx.transition:transition'. Library description: Android Transition Support Library
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
Microsoft.NETCore.App.Runtime.linux-musl-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.AndroidX.Lifecycle.LiveData
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-livedata'. Library description: Android Lifecycle LiveData
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.
System.Net.ServerSentEvents
Provides a simple parser for server-sent events (SSE). Commonly Used Types: System.Net.ServerSentEvents.SseParser
Microsoft.NETCore.App.Host.osx-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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
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.
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.
System.Formats.Nrbf
Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.
Microsoft.NETCore.App.Runtime.osx-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Xamarin.AndroidX.CardView
.NET for Android and MAUI bindings for the Android Java library 'androidx.cardview:cardview'. Library description: Android Support CardView v7
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
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
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.
Xamarin.GooglePlayServices.Basement
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-basement'.
Microsoft.NET.Runtime.MonoAOTCompiler.Task
Provides the MonoAOTCompiler task
Microsoft.NET.Runtime.MonoTargets.Sdk
Provides the tasks+targets, for consumption by mono-based workloads
Microsoft.EntityFrameworkCore.SqlServer.HierarchyId
Adds hierarchyid support to the SQL Server EF Core provider
Microsoft.NETCore.App.Runtime.win-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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.
Microsoft.AspNetCore.ApplicationInsights.HostingStartup
ASP.NET Core lightup integration with Application Insights.
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
Microsoft.NET.Sdk.WebAssembly.Pack
SDK for building and publishing WebAssembly applications.
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.
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.
Mono.Posix.NETStandard
Provides functionality to access Posix/Unix features
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.
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.
Xamarin.GooglePlayServices.Tasks
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-tasks'.
Microsoft.Extensions.Caching.Hybrid
Multi-level caching implementation building on and extending IDistributedCache
Xamarin.Build.Download
Support for downloading and unpacking archives when building MSBuild projects
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
Xamarin.AndroidX.Migration
This package provides a set of tools and MSBuild tasks to aid in the migration from Android Support to Android X.
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
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
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.
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
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
Xamarin.Google.ErrorProne.Annotations
.NET for Android and MAUI bindings for the Android Java library 'com.google.errorprone:error_prone_annotations'.
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
Xamarin.Android.Support.Compat
Xamarin.Android bindings for Android Support Library - support-compat
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
Xamarin.AndroidX.ViewPager2
.NET for Android and MAUI bindings for the Android Java library 'androidx.viewpager2:viewpager2'. Library description: AndroidX Widget ViewPager2
Microsoft.NETCore.App.Host.linux-musl-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Android.Support.Core.Utils
Xamarin.Android bindings for Android Support Library - support-core-utils
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.
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
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.
Microsoft.Extensions.AI
Utilities for working with generative AI components.
Xamarin.Android.Support.Annotations
Xamarin.Android bindings for Android Support Library - support-annotations
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
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.
Xamarin.Android.Support.v4
Xamarin.Android bindings for Android Support Library - support-v4
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.
Microsoft.NET.Sdk.iOS.Manifest-6.0.400.Msi.x64
.NET Workload for iOS platforms
Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.400.Msi.x64
.NET Workload for MacCatalyst platforms
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.
Microsoft.NET.Sdk.Android.Manifest-6.0.400.Msi.x64
Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.
Microsoft.NET.Sdk.macOS.Manifest-6.0.400.Msi.x64
.NET Workload for macOS platforms
Microsoft.NET.Sdk.Maui.Manifest-6.0.400.Msi.x64
.NET MAUI workload manifest
Microsoft.NET.Sdk.tvOS.Manifest-6.0.400.Msi.x64
.NET Workload for tvOS platforms
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.
Microsoft.NETCore.App.Runtime.Mono.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Android.Support.Core.UI
Xamarin.Android bindings for Android Support Library - support-core-ui
Xamarin.AndroidX.Lifecycle.Process
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-process'. Library description: Android Lifecycle Process
Microsoft.NETCore.App.Runtime.Mono.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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.
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.
Xamarin.GooglePlayServices.Base
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-base'.
Microsoft.SourceLink.AzureRepos.Git
Generates source link for Azure Repos (formerly known as VSTS) Git repositories.
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.
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.
Microsoft.NETFramework.ReferenceAssemblies.net462
Microsoft .NET Framework Reference Assemblies
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.
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.
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.
Xamarin.Android.Support.Fragment
Xamarin.Android bindings for Android Support Library - support-fragment
Microsoft.EntityFrameworkCore.Cosmos
Azure Cosmos provider for Entity Framework Core.
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.
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.
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.
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)
Microsoft.Maui.Sdk
.NET Multi-platform App UI (.NET MAUI) SDK. Please do not reference this package directly.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.400.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Android.Support.Media.Compat
Xamarin.Android bindings for Android Support Library - support-media-compat
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
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.
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
Microsoft.NETCore.App.Runtime.Mono.ios-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.AndroidX.Navigation.Common
.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-common'. Library description: Android Navigation-Common
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.
Xamarin.Android.Support.v7.AppCompat
Xamarin.Android bindings for Android Support Library - appcompat-v7
Xamarin.AndroidX.Navigation.Runtime
.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-runtime'. Library description: Android Navigation-Runtime
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.
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
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.
Xamarin.AndroidX.Navigation.UI
.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-ui'. Library description: Android Navigation-UI
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.
Microsoft.NETCore.Runtime
The .NET Core runtime. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Microsoft.WindowsDesktop.App.Runtime.win-x86
Package Description
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.
Microsoft.Extensions.VectorData.Abstractions
Abstractions for vector database access.
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.
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.
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
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
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.
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
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
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
Xamarin.AndroidX.ExifInterface
.NET for Android and MAUI bindings for the Android Java library 'androidx.exifinterface:exifinterface'. Library description: Android Support ExifInterface
Microsoft.DotNet.ILCompiler
Provides a native AOT compiler and runtime for .NET
Microsoft.Extensions.Hosting.Systemd
.NET hosting infrastructure for Systemd Services.
Xamarin.Android.Support.Animated.Vector.Drawable
Xamarin.Android bindings for Android Support Library - animated-vector-drawable
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.
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.
Xamarin.Android.Support.Vector.Drawable
Xamarin.Android bindings for Android Support Library - support-vector-drawable
Microsoft.Extensions.AI.OpenAI
Implementation of generative AI abstractions for OpenAI-compatible endpoints.
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.
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
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
Microsoft.Build.CentralPackageVersions
Provides the ability to centrally manage your NuGet package versions when using PackageReference.
Xamarin.Forms.Maps
Maps models and renderers for Xamarin.Forms
GoogleGson
.NET for Android and MAUI bindings for the Android Java library 'com.google.code.gson:gson'.
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.
Xamarin.Android.Support.v7.RecyclerView
Xamarin.Android bindings for Android Support Library - recyclerview-v7
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
Xamarin.Firebase.Common
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-common'.
Microsoft.NETCore.App.Runtime.osx-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Android.Arch.Lifecycle.Common
Xamarin.Android bindings for Android Support Library - common
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
dotnet-trace
.NET Performance Trace Tool
Xamarin.Android.Arch.Lifecycle.Runtime
Xamarin.Android bindings for Android Support Library - runtime
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
Xamarin.Android.Support.Design
Xamarin.Android bindings for Android Support Library - design
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
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
Xamarin.Android.Arch.Core.Common
Xamarin.Android bindings for Android Support Library - common
Microsoft.NETCore.App.Crossgen2.win-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Host.osx-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
dotnet-counters
.NET Performance Counter Tool
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.
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.
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
Xamarin.Android.Support.v7.CardView
Xamarin.Android bindings for Android Support Library - cardview-v7
Microsoft.NETFramework.ReferenceAssemblies.net45
Microsoft .NET Framework Reference Assemblies
Microsoft.AspNetCore.SignalR.Redis
Redis for ASP.NET Core SignalR.
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.
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.
Microsoft.ML
ML.NET is a cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers.
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
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
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.
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.
Microsoft.ML.CpuMath
Microsoft.ML.CpuMath contains optimized math routines for ML.NET.
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NETCore.App.Host.win-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.AndroidX.Navigation.Fragment
.NET for Android and MAUI bindings for the Android Java library 'androidx.navigation:navigation-fragment'. Library description: Android Navigation-Fragment
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
Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers
A set of analyzers to assist developers in upgrading .NET Framework applications to .NET 6.
Microsoft.Extensions.Diagnostics.Testing
Hand-crafted fakes to make telemetry-related testing easier.
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
Text.Analyzers
Text Analyzers
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.
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.
Xamarin.AndroidX.Security.SecurityCrypto
.NET for Android and MAUI bindings for the Android Java library 'androidx.security:security-crypto'. Library description: AndroidX Security
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.
dotnet-gcdump
.NET Managed Heap Dump and Analysis Tool
Microsoft.Android.Sdk.Darwin
C# Tools and Bindings for the Android SDK.
SkiaSharp.Views
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
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.
Xamarin.Firebase.Components
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-components'.
Microsoft.NETCore.App.Runtime.win-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.ML.OnnxRuntime
This package contains native shared library artifacts for all supported platforms of ONNX Runtime.
Microsoft.AspNetCore.Components.WebView.Maui
Build .NET Multi-platform App UI (.NET MAUI) apps with Blazor web UI in the BlazorWebView control.
Xamarin.Android.Support.Transition
Xamarin.Android bindings for Android Support Library - transition
Xamarin.AndroidX.Collection.Jvm
.NET for Android and MAUI bindings for the Android Java library 'androidx.collection:collection-jvm'. Library description: Standalone efficient collections.
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
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
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.
runtime.linux-musl-arm64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.android-x86.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.android-x64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-musl-x64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.android-arm64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.maccatalyst-arm64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-bionic-arm64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.maccatalyst-x64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-musl-arm.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-bionic-x64.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.android-arm.runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
System.Linq.AsyncEnumerable
System.Linq.AsyncEnumerable
Xamarin.Firebase.Measurement.Connector
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-measurement-connector'.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
HarfBuzzSharp.NativeAssets.WebAssembly
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Android.Support.v7.MediaRouter
Xamarin.Android bindings for Android Support Library - mediarouter-v7
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.
Xamarin.Android.Support.Collections
Xamarin.Android bindings for Android Support Library - collections
Xamarin.Android.Support.VersionedParcelable
Xamarin.Android bindings for Android Support Library - versionedparcelable
Xamarin.Firebase.Annotations
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-annotations'.
dotnet-format
Command line tool for formatting C# and Visual Basic code files based on .editorconfig settings.
Xamarin.Android.Arch.Core.Runtime
Xamarin.Android bindings for Android Support Library - runtime
Xamarin.Android.Arch.Lifecycle.ViewModel
Xamarin.Android bindings for Android Support Library - viewmodel
Xamarin.Android.Support.Loader
Xamarin.Android bindings for Android Support Library - loader
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
Xamarin.Android.Arch.Lifecycle.LiveData
Xamarin.Android bindings for Android Support Library - livedata
Xamarin.Android.Arch.Lifecycle.LiveData.Core
Xamarin.Android bindings for Android Support Library - livedata-core
Xamarin.Android.Support.DocumentFile
Xamarin.Android bindings for Android Support Library - documentfile
Xamarin.Android.Support.LocalBroadcastManager
Xamarin.Android bindings for Android Support Library - localbroadcastmanager
Xamarin.Android.Support.Print
Xamarin.Android bindings for Android Support Library - print
Xamarin.GooglePlayServices.Stats
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-stats'.
Xamarin.Android.Support.Interpolator
Xamarin.Android bindings for Android Support Library - interpolator
Xamarin.Android.Support.CursorAdapter
Xamarin.Android bindings for Android Support Library - cursoradapter
Xamarin.Android.Support.ViewPager
Xamarin.Android bindings for Android Support Library - viewpager
Xamarin.Android.Support.AsyncLayoutInflater
Xamarin.Android bindings for Android Support Library - asynclayoutinflater
Microsoft.Build.Traversal
Provides MSBuild traversal logic.
Xamarin.Android.Support.CustomView
Xamarin.Android bindings for Android Support Library - customview
Xamarin.JavaX.Inject
.NET for Android and MAUI bindings for the Android Java library 'javax.inject:javax.inject'. Library description: The javax.inject API
Xamarin.Android.Support.CoordinaterLayout
Xamarin.Android bindings for Android Support Library - coordinatorlayout
Xamarin.Android.Support.SlidingPaneLayout
Xamarin.Android bindings for Android Support Library - slidingpanelayout
Xamarin.Android.Support.DrawerLayout
Xamarin.Android bindings for Android Support Library - drawerlayout
Xamarin.Android.Support.SwipeRefreshLayout
Xamarin.Android bindings for Android Support Library - swiperefreshlayout
Microsoft.Android.Templates
Templates for Android platforms.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Google.Android.DataTransport.TransportRuntime
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.datatransport:transport-runtime'.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Xamarin.Google.Android.DataTransport.TransportBackendCct
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.datatransport:transport-backend-cct'.
Microsoft.CodeAnalysis.PublicApiAnalyzers
Public API Analyzers
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.
Xamarin.Firebase.Messaging
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-messaging'.
Microsoft.Build.NoTargets
Provides targets for projects that do not compile an assembly.
Microsoft.iOS.Templates
Templates for iOS platforms
Xamarin.Google.Android.DataTransport.TransportApi
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.datatransport:transport-api'.
Xamarin.Firebase.Installations
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-installations'.
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
Xamarin.Android.Support.CustomTabs
Xamarin.Android bindings for Android Support Library - customtabs
Microsoft.ML.Tokenizers
Microsoft.ML.Tokenizers contains the implmentation of the tokenization used in the NLP transforms.
Xamarin.Firebase.Installations.InterOp
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-installations-interop'.
Microsoft.Data.Analysis
This package contains easy-to-use and high-performance libraries for data analysis and transformation.
System.Json
System.Json
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
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.
Microsoft.NETFramework.ReferenceAssemblies.net481
Microsoft .NET Framework Reference Assemblies
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
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
Xamarin.Firebase.Iid.Interop
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-iid-interop'.
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
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
Xamarin.GooglePlayServices.Maps
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-maps'.
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
Xamarin.Firebase.Encoders.JSON
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-encoders-json'.
Xamarin.Android.Support.v7.Palette
Xamarin.Android bindings for Android Support Library - palette-v7
Microsoft.NET.ILLink.Analyzers
Analyzer utilities for ILLink attributes and single-file
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
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
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.
Microsoft.CodeAnalysis.ResxSourceGenerator
Source generator for resource files
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
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.
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.
Xamarin.Firebase.Encoders
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-encoders'.
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.
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.
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.
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.
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
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.
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
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
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
Microsoft.NETCore.App.Runtime.Mono.ios-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
Mono.Options
A Getopt::Long-inspired option parsing library for C#.
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.
SkiaSharp.Views.Forms
SkiaSharp for Xamarin.Forms is a set of views that can be used to draw on the screen.
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.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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
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.
dotnet-sos
Diagnostic SOS installer
Microsoft.WindowsDesktop.App.Runtime.win-arm64
Package Description
Xamarin.AndroidX.Preference
.NET for Android and MAUI bindings for the Android Java library 'androidx.preference:preference'. Library description: AndroidX Preference
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
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.
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
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
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.
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
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.
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.
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.
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
Microsoft.Extensions.Diagnostics.HealthChecks.Common
Health check implementations.
Microsoft.NETFramework.ReferenceAssemblies.net46
Microsoft .NET Framework Reference Assemblies
Microsoft.Android.Sdk.Windows
C# Tools and Bindings for the Android SDK.
System.Runtime.InteropServices.NFloat.Internal
Exposes additional NFloat APIs for Xamarin/Maui APIs from System.Runtime.InteropServices
Xamarin.Firebase.Iid
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-iid'.
Microsoft.IO.Redist
Downlevel support package for System.IO classes.
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.
System.CommandLine.Hosting
This package provides support for using System.CommandLine with Microsoft.Extensions.Hosting.
Microsoft.MacCatalyst.Templates
Templates for MacCatalyst platforms
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
Microsoft.DotNet.ProjectModel
Types to model a .NET Project
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
Microsoft.ILVerification
IL verification library.
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+.
Xamarin.Firebase.Datatransport
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-datatransport'.
Xamarin.KotlinX.AtomicFU
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:atomicfu'. Library description: AtomicFU utilities
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
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
Microsoft.NET.Runtime.WebAssembly.Sdk
Provides the tasks+targets, for consumption by wasm based workloads
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Sdk.iOS.Manifest-10.0.100
.NET Workload for iOS platforms
Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
SkiaSharp.Svg
This package adds support for reading SVG files into SkiaSharp.
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
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.SourceLink.GitLab
Generates source link for GitLab repositories.
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.
Xamarin.GooglePlayServices.CloudMessaging
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-cloud-messaging'.
Xamarin.KotlinX.AtomicFU.Jvm
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:atomicfu-jvm'. Library description: AtomicFU utilities
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
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.
Microsoft.NETCore.App.Host.win-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Firebase.iOS.Core
C# bindings for Firebase APIs Core iOS Library
Microsoft.Maui.Templates.net8
.NET Multi-platform App UI (.NET MAUI) project and item templates.
Microsoft.DotNet.Cli.Utils
Package Description
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
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.
Xamarin.Firebase.Encoders.Proto
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-encoders-proto'.
Microsoft.NETCore.App.Crossgen2.linux-musl-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Sdk.Android.Manifest-10.0.100
Microsoft.NET.Sdk.Android workload manifest. Please do not reference directly.
Microsoft.NET.Sdk.Maui.Manifest-10.0.100
.NET Multi-platform App UI (.NET MAUI) workload manifest. Please do not reference this package directly.
Microsoft.CodeAnalysis.Metrics
Report source based Code Metrics
Microsoft.NET.Sdk.MacCatalyst.Manifest-10.0.100
.NET Workload for MacCatalyst platforms
Microsoft.NET.Sdk.tvOS.Manifest-10.0.100
.NET Workload for tvOS platforms
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.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Sdk.macOS.Manifest-10.0.100
.NET Workload for macOS platforms
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.
Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-10.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NETFramework.ReferenceAssemblies.net40
Microsoft .NET Framework Reference Assemblies
Microsoft.ML.LightGbm
ML.NET component for LightGBM
Xamarin.GooglePlayServices.Location
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-location'.
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.
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.
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
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.
Microsoft.NETFramework.ReferenceAssemblies.net47
Microsoft .NET Framework Reference Assemblies
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.
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.
Xamarin.Firebase.Analytics
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-analytics'.
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
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.
Microsoft.NETCore.App.Runtime.linux-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.GooglePlayServices.Ads.Identifier
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-ads-identifier'.
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.
Xamarin.GooglePlayServices.Measurement.Base
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-base'.
Microsoft.NETCore.App.Host.linux-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
SkiaSharp.Views.Maui.Controls
SkiaSharp for .NET MAUI is a set of views that can be used to draw on the screen.
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.
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
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.
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
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.
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.
Microsoft.NETFramework.ReferenceAssemblies.net471
Microsoft .NET Framework Reference Assemblies
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.
Microsoft.Maui.Templates.net9
.NET Multi-platform App UI (.NET MAUI) project and item templates.
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.
Microsoft.Owin.Security.Interop
A compatibility layer for sharing authentication tickets between Microsoft.Owin.Security and Microsoft.AspNetCore.Authentication.
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
Microsoft.ML.FastTree
ML.NET component for FastTree
SkiaSharp.Views.Maui.Core
SkiaSharp for .NET MAUI is a set of views that can be used to draw on the screen.
Microsoft.Bcl.Numerics
Provides the System.MathF for .NET Standard 2.0
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.
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.
Xamarin.GooglePlayServices.Measurement.Api
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-api'.
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.
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
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.
Microsoft.NETFramework.ReferenceAssemblies.net452
Microsoft .NET Framework Reference Assemblies
Microsoft.Android.Sdk.Windows.Msi.x64
C# Tools and Bindings for the Android SDK.
Xamarin.AndroidX.MediaRouter
.NET for Android and MAUI bindings for the Android Java library 'androidx.mediarouter:mediarouter'. Library description: Android MediaRouter Support Library
Microsoft.NETCore.App.Runtime.linux-musl-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Android.Ref.34
Microsoft.Android reference assemblies for API 34. Please do not reference directly.
Microsoft.SourceLink.Bitbucket.Git
Generates source link for Bitbucket repositories.
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
Xamarin.AndroidX.Palette
.NET for Android and MAUI bindings for the Android Java library 'androidx.palette:palette'. Library description: Android Support Palette v7
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.
Microsoft.Android.Runtime.34.android-arm64
Microsoft.Android runtime components for API 34. Please do not reference directly.
Microsoft.NETCore.App.Host.linux-musl-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Android.Runtime.34.android-arm
Microsoft.Android runtime components for API 34. Please do not reference directly.
Microsoft.Android.Runtime.34.android-x64
Microsoft.Android runtime components for API 34. Please do not reference directly.
Microsoft.Android.Runtime.34.android-x86
Microsoft.Android runtime components for API 34. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.AndroidX.Lifecycle.Service
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-service'. Library description: Android Lifecycle Service
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.
Microsoft.ML.Mkl.Redist
Microsoft.ML.Mkl.Redist contains the MKL library redistributed as a NuGet package.
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.
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.
SkiaSharp.Skottie
SkiaSharp Skottie provides a Lottie implementation using the SkiaSharp library.
Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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'.
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.
Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x64
Provides the MonoAOTCompiler task
Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x64
Provides the tasks+targets, for consumption by mono-based workloads
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.
Xamarin.Firebase.iOS.Installations
C# bindings for Firebase APIs Installations iOS Library
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.
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.
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.
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.
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.
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.
Microsoft.iOS.Sdk.net9.0_18.0
Managed Tools and Bindings for the iOS SDK
Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Xamarin.Forms.Platform.WPF
Xamarin Forms Renderer to build native UIs for WPF
Microsoft.iOS.Sdk.net8.0_18.0
Managed Tools and Bindings for the iOS SDK
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.
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.
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
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.
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.
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.
Xamarin.AndroidX.AppCompat.Resources
Xamarin.Android bindings for AndroidX - appcompat-resources
SkiaSharp.Extended
This package adds many additional features and utilities for use with SkiaSharp.
Xamarin.Firebase.iOS.Analytics
C# bindings for Firebase APIs Analytics iOS Library
Xamarin.GooglePlayServices.Measurement
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement'.
Xamarin.AndroidX.Room.Runtime
.NET for Android and MAUI bindings for the Android Java library 'androidx.room:room-runtime'. Library description: Android Room-Runtime
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.
Xamarin.AndroidX.Sqlite
.NET for Android and MAUI bindings for the Android Java library 'androidx.sqlite:sqlite'. Library description: SQLite API
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.
SkiaSharp.Views.WPF
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
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.
Xamarin.AndroidX.Room.Common
.NET for Android and MAUI bindings for the Android Java library 'androidx.room:room-common'. Library description: Android Room-Common
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.
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.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Extensions.Compliance.Redaction
Redaction engine and canonical redactors.
Xamarin.GooglePlayServices.Measurement.Impl
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-impl'.
Microsoft.NETFramework.ReferenceAssemblies.net20
Microsoft .NET Framework Reference Assemblies
Xamarin.GooglePlayServices.Measurement.Sdk
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-sdk'.
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.
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.
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.
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.
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.
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.
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.
Microsoft.Android.Ref.35
Microsoft.Android reference assemblies for API 35. Please do not reference directly.
Xamarin.Firebase.iOS.InstanceID
C# bindings for Firebase APIs Instance ID iOS Library
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.
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.
Microsoft.Extensions.AI.Evaluation
A library that defines core abstractions and types for supporting evaluation.
Microsoft.ML.OnnxRuntime.Gpu
This package contains native shared library artifacts for all supported platforms of ONNX Runtime.
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.
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.
Microsoft.Android.Runtime.35.android-arm64
Microsoft.Android runtime components for API 35. Please do not reference directly.
Microsoft.Android.Runtime.35.android-x64
Microsoft.Android runtime components for API 35. Please do not reference directly.
Microsoft.NETCore.App.Runtime.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
dotnet-symbol
Symbols download utility
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
Microsoft.Extensions.Diagnostics.ResourceMonitoring
Measures processor and memory usage.
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
Microsoft.NETCore.App.Runtime.NativeAOT.linux-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
dotnet-stack
.NET Stack Printing Tool
Microsoft.Maui.Sdk.Msi.x64
.NET Multi-platform App UI (.NET MAUI) SDK. Please do not reference this package directly.
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.
dotnet-svcutil
dotnet-svcutil
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.
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.
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
HarfBuzzSharp.NativeAssets.Android
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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.
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
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
Microsoft.Extensions.Testing.Abstractions
Abstractions for test runners to communicate to a tool, such as Visual Studio.
Microsoft.Android.Runtime.35.android-arm
Microsoft.Android runtime components for API 35. Please do not reference directly.
Microsoft.Android.Runtime.35.android-x86
Microsoft.Android runtime components for API 35. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.ios-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.DotNet.HotReload.WebAssembly.Browser
HotReload package for WebAssembly
Microsoft.DotNet.Analyzers.Compatibility
Shows diagnostics for deprecated APIs and .NET Core APIs that throw PlatformNotSupportedException on specific operating systems.
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
Xamarin.Forms.Visual.Material
Material renderers for Xamarin.Forms
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).
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.
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.
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
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.
HarfBuzzSharp.NativeAssets.iOS
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
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.
Xamarin.AndroidX.ConstraintLayout.Solver
.NET for Android and MAUI bindings for the Android Java library 'androidx.constraintlayout:constraintlayout-solver'. Library description: Solver for ConstraintLayout
Xamarin.AndroidX.Tracing.Tracing.Android
.NET for Android and MAUI bindings for the Android Java library 'androidx.tracing:tracing-android'. Library description: Android Tracing
Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1
.NET Aspire workload manifest
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.
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.
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.
Xamarin.Controls.SignaturePad
Makes capturing, saving, and displaying signatures extremely simple.
Microsoft.ML.TimeSeries
Microsoft.ML.TimeSeries contains ML.NET Time Series prediction algorithms. Uses Intel Mkl.
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite
NetTopologySuite support for the SQLite database provider for Entity Framework Core.
Xamarin.Auth
A cross-platform API for authenticating users and storing their accounts.
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
Microsoft.MacCatalyst.Sdk.net8.0_18.0
Managed Tools and Bindings for the MacCatalyst SDK
Microsoft.MacCatalyst.Sdk.net9.0_18.0
Managed Tools and Bindings for the MacCatalyst SDK
Xamarin.Firebase.iOS.CloudMessaging
C# bindings for Firebase APIs Cloud Messaging iOS Library
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).
Xamarin.Controls.SignaturePad.Forms
Makes capturing, saving, and displaying signatures extremely simple.
Xamarin.Google.ErrorProne.TypeAnnotations
.NET for Android and MAUI bindings for the Android Java library 'com.google.errorprone:error_prone_type_annotations'.
System.Private.Networking
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of some System.Net packages. - 1548494
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.
Xamarin.Firebase.Common.Ktx
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-common-ktx'.
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.
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.
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.
Microsoft.ML.ImageAnalytics
ML.NET component for Image support
Microsoft.NET.Build.Containers
Tasks and targets to natively publish .NET applications as containers.
Microsoft.Android.Ref.36
Microsoft.Android reference assemblies for API 36. Please do not reference directly.
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
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.GooglePlayServices.Places.PlaceReport
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-places-placereport'.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETFramework.ReferenceAssemblies.net451
Microsoft .NET Framework Reference Assemblies
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.
Microsoft.Android.Runtime.Mono.36.android-x64
Microsoft.Android runtime components for API 36. Please do not reference directly.
Microsoft.Android.Runtime.Mono.36.android-arm64
Microsoft.Android runtime components for API 36. Please do not reference directly.
Microsoft.Android.Runtime.CoreCLR.36.android-x64
Microsoft.Android runtime components for API 36. Please do not reference directly.
Microsoft.Android.Runtime.Mono.36.android-x86
Microsoft.Android runtime components for API 36. Please do not reference directly.
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.
Microsoft.Android.Runtime.NativeAOT.36.android-x64
Microsoft.Android runtime components for API 36. Please do not reference directly.
Microsoft.Android.Runtime.CoreCLR.36.android-arm64
Microsoft.Android runtime components for API 36. Please do not reference directly.
Microsoft.Android.Runtime.36.android
Microsoft.Android managed runtime components for API 36. Please do not reference directly.
Microsoft.Android.Runtime.Mono.36.android-arm
Microsoft.Android runtime components for API 36. Please do not reference directly.
Microsoft.Android.Runtime.NativeAOT.36.android-arm64
Microsoft.Android runtime components for API 36. Please do not reference directly.
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.
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.
Microsoft.ML.TensorFlow
Microsoft.ML.TensorFlow contains ML.NET integration of TensorFlow.
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.
Xamarin.Firebase.Core
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-core'.
Microsoft.macOS.Templates
Templates for macOS platforms
SkiaSharp.Views.Uno.WinUI
SkiaSharp for Uno Platform is a set of views that can be used to draw on the screen.
Microsoft.ML.OnnxTransformer
ML.NET component for Microsoft.ML.OnnxRuntime.Managed library
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.iOS.Ref.net8.0_18.0
Microsoft iOS reference assemblies. Please do not reference directly.
Microsoft.Maui.Templates.net10
.NET Multi-platform App UI (.NET MAUI) project and item templates.
Xamarin.Firebase.Analytics.Impl
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-analytics-impl'.
Xamarin.Google.MLKit.Common
.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:common'.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64
Contains Emscripten SDK binaries for linux-x64.
Microsoft.NETCore.App.Crossgen2.linux-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.NativeAOT.win-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Xamarin.AndroidX.Window.WindowCore
.NET for Android and MAUI bindings for the Android Java library 'androidx.window:window-core'. Library description: WindowManager Core Library.
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64
Contains Emscripten SDK system libraries cache for linux-x64.
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
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.
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.
Microsoft.NETFramework.ReferenceAssemblies.net35
Microsoft .NET Framework Reference Assemblies
Xamarin.Google.MLKit.Vision.Common
.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:vision-common'.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64
Contains Emscripten Node binaries for linux-x64.
Microsoft.ML.Recommender
LIBMF, the core computation library for matrix factorization in ML.NET
Microsoft.DotNet.Common.ProjectTemplates.5.0
Common File Templates for Microsoft Template Engine
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.
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Xamarin.Google.iOS.Maps
C# bindings for Google APIs Maps iOS Library
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.
Microsoft.iOS.Templates.Msi.x64
Templates for iOS platforms
Xamarin.Firebase.Config
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-config'.
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-x64
Contains Emscripten SDK binaries for linux-x64.
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.
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.
Microsoft.Extensions.ServiceDiscovery.Yarp
Provides extensions for service discovery for the YARP reverse proxy.
runtime.win-x64.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
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
Microsoft.ML.Mkl.Components
ML.NET additional learners making use of Intel Mkl.
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
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
Microsoft.MacCatalyst.Templates.Msi.x64
Templates for MacCatalyst platforms
Microsoft.iOS.Runtime.iossimulator-x64.net8.0_18.0
Microsoft iOS runtime pack for iossimulator-x64. Please do not reference directly.
Xamarin.AndroidX.Tracing.Tracing.Ktx
.NET for Android and MAUI bindings for the Android Java library 'androidx.tracing:tracing-ktx'. Library description: Android Tracing
Microsoft.Android.Templates.Msi.x64
Templates for Android platforms.
runtime.win-x64.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
Microsoft.AspNetCore.Components.WebView.Maui.Msi.x64
Build .NET Multi-platform App UI (.NET MAUI) apps with Blazor web UI in the BlazorWebView control.
Xamarin.iOS.MaterialComponents
Material Components for iOS (MDC-iOS) helps developers execute Material Design.
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.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Firebase.Crashlytics
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-crashlytics'.
Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
NuGet.Build.Packaging
NuGetizer-3000
Xamarin.Azure.NotificationHubs.Android
Xamarin.Android Bindings for Azure Notification Hubs.
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.
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
SkiaSharp.Resources
SkiaSharp Skottie provides a Lottie implementation using the SkiaSharp library.
SkiaSharp.SceneGraph
SkiaSharp Skottie provides a Lottie implementation using the SkiaSharp library.
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.
Xamarin.Google.Android.ODML.Image
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.odml:image'.
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.
Microsoft.Maui.Controls.Maps
Maps and mapping support for .NET Multi-platform App UI (.NET MAUI) apps.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-x64
Contains Emscripten SDK system libraries cache for linux-x64.
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.
Xamarin.Google.MLKit.Vision.Interfaces
.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:vision-interfaces'.
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
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.
Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x64
Provides the tasks+targets, for consumption by wasm based workloads
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.
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.
Microsoft.SourceLink.AzureDevOpsServer.Git
Generates source link for Azure DevOps Server (formerly known as TFS) Git repositories.
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.
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.
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.
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.
Xamarin.Firebase.Abt
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-abt'.
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.
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.
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.
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization
Resource utilization health check.
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.
Xamarin.GooglePlayServices.MLKit.BarcodeScanning
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-mlkit-barcode-scanning'.
Microsoft.Build.CopyOnWrite
Build logic for staging artifacts from build outputs.
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.
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.
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.
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.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-x64
Contains Emscripten Node binaries for linux-x64.
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.
Microsoft.iOS.Sdk.net10.0_26.0
Managed Tools and Bindings for the iOS SDK
SkiaSharp.Views.WinUI
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
Microsoft.iOS.Runtime.ios-arm64.net8.0_18.0
Microsoft iOS runtime pack for ios-arm64. Please do not reference directly.
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
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.
SkiaSharp.Extended.UI.Maui
This package adds additional SkiaSharp controls to .NET MAUI.
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
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.
Xamarin.Google.MLKit.BarcodeScanning
.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:barcode-scanning'.
Microsoft.NETCore.Targets.UniversalWindowsPlatform
Ensures a minimum set of package versions when building Universal Windows Platform applications and portable libraries. - 1548494
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
Xamarin.Android.Support.Constraint.Layout.Solver
Android Constraint Layout Solver C# bindings for Xamarin
Xamarin.Android.Support.Constraint.Layout
Android Constraint Layout C# bindings for Xamarin
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.
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'.
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
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
Xamarin.Facebook.iOS
C# bindings for Facebook's official SDK
Xamarin.Azure.NotificationHubs.iOS
Xamarin.iOS, Xamarin.Mac and Xamarin.TVOS Bindings for Azure Notification Hubs.
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.
Xamarin.Facebook.Android
Xamarin.Android bindings for Facebook Android - SDK
Xamarin.Google.MLKit.BarcodeScanning.Common
.NET for Android and MAUI bindings for the Android Java library 'com.google.mlkit:barcode-scanning-common'.
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.
Microsoft.MacCatalyst.Ref.net8.0_18.0
Microsoft MacCatalyst reference assemblies. Please do not reference directly.
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.
Xamarin.Firebase.Auth.Interop
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-auth-interop'.
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Firebase.iOS.RemoteConfig
C# bindings for Firebase APIs Remote Config iOS Library
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.
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.
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.
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.
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.
Microsoft.MacCatalyst.Runtime.maccatalyst-x64.net8.0_18.0
Microsoft MacCatalyst runtime pack for maccatalyst-x64. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
System.ServiceModel.NetNamedPipe
System.ServiceModel.NetNamedPipe
Microsoft.iOS.Runtime.iossimulator-arm64.net8.0_18.0
Microsoft iOS runtime pack for iossimulator-arm64. Please do not reference directly.
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.
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.
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.
Microsoft.iOS.Windows.Sdk.Msi.x64
Managed Tools and Bindings for the iOS SDK
Yarp.Telemetry.Consumption
Yarp.ReverseProxy extension package for in-process telemetry consumption
Xamarin.Android.Support.Exif
Xamarin.Android bindings for Android Support Library - exifinterface
Microsoft.iOS.Sdk.net9.0_26.0
Managed Tools and Bindings for the iOS SDK
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.
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
Xamarin.GooglePlayServices.Analytics.Impl
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-analytics-impl'.
Xamarin.Facebook.CoreKit.iOS
C# binding for Facebook CoreKit's official SDK
Xamarin.GooglePlayServices.Auth.Base
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-auth-base'.
Xamarin.Firebase.iOS.Crashlytics
C# bindings for Firebase APIs Crashlytics iOS Library
Xamarin.Google.iOS.Analytics
C# bindings for Google APIs Analytics iOS Library
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.osx-x64
Contains Emscripten SDK binaries for osx-x64.
Microsoft.NETCore.TestHost
CoreCLR application host for test applications.
Xamarin.GooglePlayServices.Gcm
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-gcm'.
Microsoft.UpgradeAssistant.ApiCatalog.Assets
Contains .NET ApiCatalog database used by Upgrade Assistant.
Xamarin.Firebase.iOS.ABTesting
C# bindings for Firebase APIs A/B Testing iOS Library
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.
Xamarin.GooglePlayServices.Auth
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-auth'.
Microsoft.Extensions.ML
An integration package for ML.NET models on scalable web apps and services.
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.
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.
Microsoft.iOS.Windows.Sdk.net8.0_18.0
Managed Tools and Bindings for the iOS SDK
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.
Microsoft.UpgradeAssistant.Mappings
A set of package and API mappings for the dotnet UpgradeAssistant.
Roslyn.Diagnostics.Analyzers
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
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.
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.
Microsoft.NETCore.App.Runtime.win-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Extensions.AI.AzureAIInference
Implementation of generative AI abstractions for Azure.AI.Inference.
Microsoft.NETCore.Windows.ApiSets-x64
Windows API set dlls for use in operating systems that do not include them.
Microsoft.NETCore.Windows.ApiSets-x86
Windows API set dlls for use in operating systems that do not include them.
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.
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.
Microsoft.Maui.Templates.net8.Msi.x64
.NET Multi-platform App UI (.NET MAUI) project and item templates.
Xamarin.GooglePlayServices.Clearcut
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-clearcut'.
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
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Facebook.LoginKit.iOS
C# binding for Facebook LoginKit's official SDK
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64.Msi.x64
Contains Emscripten SDK binaries for win-x64.
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.
Xamarin.Facebook.ShareKit.iOS
C# binding for Facebook ShareKit's official SDK
Xamarin.Facebook.Core.Android
Xamarin.Android bindings for Facebook Android - Core
SkiaSharp.Views.Blazor
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
Microsoft.NETCore.App.Runtime.linux-musl-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.GooglePlayServices.Analytics
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-analytics'.
Xamarin.GooglePlayServices.Iid
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-iid'.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Facebook.Common.Android
Xamarin.Android bindings for Facebook Android - Common
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.
SkiaSharp.Views.WindowsForms
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
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.
Xamarin.GooglePlayServices.Phenotype
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-phenotype'.
Microsoft.iOS.Sdk.Msi.x64
Managed Tools and Bindings for the iOS SDK
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.Facebook.Login.Android
Xamarin.Android bindings for Facebook Android - Login
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.
Microsoft.Maui.Templates.net9.Msi.x64
.NET Multi-platform App UI (.NET MAUI) project and item templates.
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
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.
Microsoft.MacCatalyst.Runtime.maccatalyst-arm64.net8.0_18.0
Microsoft MacCatalyst runtime pack for maccatalyst-arm64. Please do not reference directly.
Xamarin.AndroidX.Lifecycle.Extensions
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-extensions'. Library description: Android Lifecycle Extensions
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
Microsoft.iOS.Windows.Sdk.net9.0_18.0
Managed Tools and Bindings for the iOS SDK
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
Microsoft.Spark
.NET for Apache Spark
Xamarin.Facebook.Share.Android
Xamarin.Android bindings for Facebook Android - Share
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
Microsoft.MacCatalyst.Sdk.net10.0_26.0
Managed Tools and Bindings for the MacCatalyst SDK
Bolts
Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
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.
Xamarin.Google.Android.Play.Core
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.play:core'.
Xamarin.Facebook.AppLinks.Android
Xamarin.Android bindings for Facebook Android - App Links
System.Windows.Forms.DataVisualization
This package contains the charting controls for Windows Forms for .NET Core.
Xamarin.Facebook.Messenger.Android
Xamarin.Android bindings for Facebook Android - Messenger
Xamarin.Firebase.AppCheck.Interop
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-appcheck-interop'.
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.
Microsoft.iOS.Windows.Sdk.net9.0_18.0.Msi.x64
Managed Tools and Bindings for the iOS SDK
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.
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.
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.
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.
Xamarin.AndroidX.DataStore.Preferences
.NET for Android and MAUI bindings for the Android Java library 'androidx.datastore:datastore-preferences'. Library description: Android Preferences DataStore
Microsoft.EntityFrameworkCore.Specification.Tests
Shared test suite for Entity Framework Core database providers.
Microsoft.AspNetCore.Diagnostics.Middleware
ASP.NET Core middleware for collecting high-quality telemetry.
Xamarin.AndroidX.AutoFill
.NET for Android and MAUI bindings for the Android Java library 'androidx.autofill:autofill'. Library description: AndroidX Autofill
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
upgrade-assistant
A tool to assist developers in upgrading .NET Framework and .NET applications to latest versions of .NET.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64.Msi.x64
Contains Emscripten SDK system libraries cache for win-x64.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.GooglePlayServices.Ads.Lite
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-ads-lite'.
Microsoft.iOS.Sdk.net9.0_18.0.Msi.x64
Managed Tools and Bindings for the iOS SDK
Microsoft.DotNet.ProjectModel.Loader
Microsoft.DotNet.ProjectModel.Loader
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.
Xamarin.GooglePlayServices.Places
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-places'.
Microsoft.ML.DnnImageFeaturizer.AlexNet
ML.NET component for pretrained AlexNet image featurization
Microsoft.MacCatalyst.Sdk.net9.0_18.0.Msi.x64
Managed Tools and Bindings for the MacCatalyst SDK
Microsoft.MacCatalyst.Sdk.Msi.x64
Managed Tools and Bindings for the MacCatalyst SDK
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64.Msi.x64
Contains Emscripten Python binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64.Msi.x64
Contains Emscripten Node binaries for win-x64.
Microsoft.Experimental.Collections
This package provides collections that are being considered for future versions of .NET Core.
Xamarin.Google.Android.Play.Core.Common
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.play:core-common'.
Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x64
SDK for building and publishing WebAssembly applications.
SkiaSharp.Views.Maui.Controls.Compatibility
SkiaSharp for .NET MAUI is a set of views that can be used to draw on the screen.
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
Microsoft.iOS.Windows.Sdk.net8.0_18.0.Msi.x64
Managed Tools and Bindings for the iOS SDK
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.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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'.
Xamarin.GooglePlayServices.Flags
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-flags'.
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
Microsoft.iOS.Ref.net9.0_26.0
Microsoft iOS reference assemblies. Please do not reference directly.
Microsoft.EntityFrameworkCore.Relational.Specification.Tests
Shared test suite for Entity Framework Core relational database providers.
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
Xamarin.Firebase.Auth
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-auth'.
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
Microsoft.NETCore.App.Host.linux-musl-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Xamarin.GooglePlayServices.Ads
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-ads'.
Xamarin.GooglePlayServices.Vision
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-vision'.
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.osx-x64
Contains Emscripten SDK system libraries cache for osx-x64.
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
Microsoft.iOS.Windows.Sdk.net8.0_17.0.Msi.x64
Managed Tools and Bindings for the iOS SDK
System.Buffers.Primitives
Slices of arrays and buffers
Microsoft.iOS.Sdk.net10.0_26.2
Managed Tools and Bindings for the iOS SDK
Microsoft.MacCatalyst.Sdk.net9.0_26.0
Managed Tools and Bindings for the MacCatalyst SDK
Microsoft.iOS.Runtime.ios.net10.0_26.2
Microsoft iOS managed runtime pack for ios. Please do not reference directly.
Microsoft.iOS.Runtime.ios-arm64.net10.0_26.2
Microsoft iOS runtime pack for ios-arm64. Please do not reference directly.
Microsoft.iOS.Ref.net10.0_26.2
Microsoft iOS reference assemblies. Please do not reference directly.
Microsoft.iOS.Runtime.iossimulator-arm64.net10.0_26.2
Microsoft iOS runtime pack for iossimulator-arm64. Please do not reference directly.
Microsoft.iOS.Runtime.iossimulator-x64.net10.0_26.2
Microsoft iOS runtime pack for iossimulator-x64. Please do not reference directly.
Microsoft.Android.Runtime.35.android-arm.Msi.x64
Microsoft.Android runtime components for API 35. Please do not reference directly.
Microsoft.Android.Runtime.35.android-arm64.Msi.x64
Microsoft.Android runtime components for API 35. Please do not reference directly.
Microsoft.Android.Runtime.35.android-x86.Msi.x64
Microsoft.Android runtime components for API 35. Please do not reference directly.
Microsoft.Android.Runtime.35.android-x64.Msi.x64
Microsoft.Android runtime components for API 35. Please do not reference directly.
Xamarin.Firebase.Dynamic.Links
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-dynamic-links'.
Microsoft.iOS.Sdk.net8.0_18.0.Msi.x64
Managed Tools and Bindings for the iOS SDK
Microsoft.Android.Ref.35.Msi.x64
Microsoft.Android reference assemblies for API 35. Please do not reference directly.
Microsoft.iOS.Sdk.net8.0_17.0.Msi.x64
Managed Tools and Bindings for the iOS SDK
Microsoft.tvOS.Templates
Templates for tvOS platforms
Microsoft.iOS.Ref.net10.0_26.0
Microsoft iOS reference assemblies. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.12.Python.osx-x64
Contains Emscripten Python binaries for osx-x64.
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
Xamarin.AndroidX.DataBinding.ViewBinding
.NET for Android and MAUI bindings for the Android Java library 'androidx.databinding:viewbinding'.
Microsoft.Maui.Resizetizer.Sdk.Msi.x64
.NET MAUI SDK support for images, fonts, etc. Enabled via <UseMauiAssets>true</UseMauiAssets>.
Xamarin.Firebase.AppIndexing
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-appindexing'.
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
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
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
Xamarin.Firebase.ProtoliteWellKnownTypes
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:protolite-well-known-types'.
Microsoft.MacCatalyst.Sdk.net8.0_18.0.Msi.x64
Managed Tools and Bindings for the MacCatalyst SDK
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
Microsoft.MacCatalyst.Sdk.net8.0_17.0.Msi.x64
Managed Tools and Bindings for the MacCatalyst SDK
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
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.
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
Xamarin.GooglePlayServices.Vision.Common
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-vision-common'.
Microsoft.ML.DnnImageFeaturizer.ResNet101
ML.NET component for pretrained ResNet101 image featurization
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.
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-x64.Msi.x64
Contains Emscripten SDK binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.osx-x64
Contains Emscripten Node binaries for osx-x64.
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
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64
Contains Emscripten SDK binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.linux-x64
Contains Emscripten SDK binaries for linux-x64.
dotnet-monitor
.NET Core Diagnostic Monitoring Tool
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.
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64
Contains Emscripten SDK binaries for linux-x64.
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.
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
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
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.
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
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.
Microsoft.DotNet.Interactive
Core types for building applications providing interactive programming for .NET.
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.
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-x64
Contains Emscripten SDK binaries for win-x64.
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
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
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.
Microsoft.DotNet.Interactive.Documents
Provides APIs for reading and writing .ipynb and other file formats for .NET Interactive
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.TemplateEngine.Abstractions
Contracts for extending Template Engine
Microsoft.Build.Artifacts
Build logic for staging artifacts from build outputs.
Microsoft.NET.Workloads.10.0.100-preview.2.Msi.x64
Package Description
System.Threading.Tasks.Channels
Provides synchronization data structures for passing data between producers and consumers.
System.Binary
Non-allocating ninary reader and writer
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
Microsoft.NET.Workload.Emscripten.Manifest-7.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64
Contains Emscripten SDK system libraries cache for win-x64.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.Targets.NETFramework
Ensures a minimum set of package versions when building .NET Framework applications and portable libraries. - 1548494
Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64
Contains Emscripten Node binaries for win-x64.
runtime.linux-x64.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
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.
System.Security.Cryptography.Cose
Provides support for CBOR Object Signing and Encryption (COSE).
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64
Contains Emscripten Python binaries for win-x64.
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.
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.
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.
Microsoft.ML.DnnImageFeaturizer.ResNet50
ML.NET component for pretrained ResNet50 image featurization
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
dotnet-suggest
Package Description
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.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.linux-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64.Msi.x64
Contains Emscripten SDK binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-x64.Msi.x64
Contains Emscripten SDK system libraries cache for win-x64.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.TemplateEngine.Utils
Components used by all Template Engine extensions and consumers
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.
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.
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.
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.
Microsoft.NET.Sdk.IL
Provides support for building IL projects.
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.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-x64
Contains Emscripten SDK system libraries cache for win-x64.
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.
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.
Microsoft.ML.DnnImageFeaturizer.ResNet18
ML.NET component for pretrained ResNet18 image featurization
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.
Microsoft.NETCore.App.Crossgen2.linux-musl-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.win-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-x64.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
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.
runtime.osx-x64.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.linux-x64
Contains Emscripten SDK system libraries cache for linux-x64.
Microsoft.ML.TorchSharp
Microsoft.ML.TorchSharp contains ML.NET integration of TorchSharp.
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.
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.
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.
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.linux-x64
Contains Emscripten Node binaries for linux-x64.
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.
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.
Microsoft.NETCore.App.Runtime.NativeAOT.osx-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Mage
Package Description
Microsoft.NETCore.Targets.DNXCore
Ensures a minimum set of package versions when building DNXCore applications and portable libraries. - 1548494
Microsoft.NETCore.App.Host.win-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.linux-x64
Contains Emscripten Node binaries for linux-x64.
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
Microsoft.GitHubCopilot.Modernization.Mcp
A tool to assist developers in upgrading .NET Framework and .NET applications to latest versions of .NET.
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
Microsoft.ReverseProxy
Reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET
Microsoft.Extensions.AI.Ollama
Implementation of generative AI abstractions for Ollama. This package is deprecated, and the OllamaSharp package is recommended.
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
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100.Msi.arm64
.NET Aspire workload manifest
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.
Microsoft.NETCore.ILAsm
The .NET IL Assembler.
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.
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
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-x64
Contains Emscripten Node binaries for win-x64.
Accessibility
Component Object Model (COM) accessibility interfaces. 87dddf5c2f964da07729b671424f75dd06263a83 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.App.Crossgen2.osx-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64
Contains Emscripten SDK binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-x64
Contains Emscripten Python binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.osx-x64
Contains Emscripten SDK binaries for osx-x64.
runtime.osx-x64.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-x64.Msi.x64
Contains Emscripten Node binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-x64.Msi.x64
Contains Emscripten Python binaries for win-x64.
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
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.
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.
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
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.
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64.Msi.x64
Contains Emscripten SDK binaries for win-x64.
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
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
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.
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
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
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
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.
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.
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
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
Microsoft.TemplateEngine.Core.Contracts
Contracts for extending Microsoft.TemplateEngine.Core
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.
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.
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.
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.
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
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.Extensions.DependencyInjection.Specification.Tests
Suite of xUnit.net tests to check for container compatibility with Microsoft.Extensions.DependencyInjection.
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
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
Microsoft.NET.Runtime.Emscripten.2.0.23.Python.osx-x64
Contains Emscripten Python binaries for osx-x64.
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
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64
Contains Emscripten SDK binaries for win-x64.
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.TemplateEngine.Core
Common operations for instantiating templates using forward-only input stream operations
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.osx-x64
Contains Emscripten Node binaries for osx-x64.
Microsoft.NETCore.App.Crossgen2.osx-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.TemplateEngine.Orchestrator.RunnableProjects
An extension for Template Engine that allows projects that still run to be used as templates
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
Microsoft.TemplateEngine.Edge
Helper package for adding Template Engine to consuming applications
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
Microsoft.DotNet.ApiCompat.Task
MSBuild tasks and targets to perform api compatibility checks on assemblies and packages.
Microsoft.DotNet.Common.ItemTemplates
Common Item Templates
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
Microsoft.DotNet.Interactive.CSharp
Microsoft.DotNet.Interactive.Kernel implementation for C#
Microsoft.NETCore.App.Runtime.Mono.linux-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
System.Runtime.Experimental
Exposes new experimental APIs from System.Runtime
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.
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.
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.
Microsoft.NETCore.ILDAsm
The .NET IL Disassembler.
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.
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
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.
Microsoft.NET.Runtime.WebAssembly.Templates
Templates to create WebAssembly projects.
Microsoft.NET.Workloads.9.0.200
Package Description
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
System.ServiceModel.UnixDomainSocket
Provides the types that permit SOAP messages to be exchanged using Unix domain socket.
Microsoft.DotNet.Files
Abstraction to interact with the file system and file paths.
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.
Microsoft.Deployment.DotNet.Releases
A client library for querying the .NET releases JSON files.
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
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.
Microsoft.Extensions.DataIngestion.Abstractions
Abstractions representing Data Ingestion components for RAG.
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
System.Collections.Sequences
Non-allocating collections
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.
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.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.ML.TensorFlow.Redist
Microsoft.ML.TensorFlow.Redist contains the TensorFlow C library version 1.13.1 redistributed as a NuGet package.
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
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.
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.
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.
Microsoft.DotNet.Interactive.PackageManagement
Core types for adding Nuget support when using interactive programming for .NET.
Microsoft.NETCore.App.Runtime.linux-bionic-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Compiler.Common
Microsoft.DotNet.Compiler.Common
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.
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.
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.
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.
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.
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.
Microsoft.NETCore.App.Runtime.NativeAOT.win-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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
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.
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.
Microsoft.Net.Http.zh-Hans
此程序包包含 Microsoft .NET Framework 4 HTTP Client Libraries 的 简体中文 附属程序集。
Microsoft.TemplateEngine.IDE
Helper package for adding Template Engine to IDEs
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers
PerformanceSensitive Analyzers
Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.osx-x64
Contains Emscripten SDK binaries for osx-x64.
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
Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1.Msi.x64
.NET Aspire workload manifest
System.IO.Pipelines.Extensions
Stream pipeline adapters implementation
Microsoft.DotNet.ApiCompat.Tool
Tool to perform api compatibility checks on assemblies and packages.
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
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
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.
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.
Microsoft.Extensions.DataIngestion
Data Ingestion utilities for RAG.
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.
Microsoft.Extensions.DataIngestion.Markdig
Implementation of IngestionDocumentReader abstraction for Markdown.
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.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.osx-x64
Contains Emscripten SDK system libraries cache for osx-x64.
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.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.wasi-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64.Msi.x64
Contains Emscripten Node binaries for win-x64.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.linux-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100.Msi.x86
.NET Aspire workload manifest
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.
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.
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.
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.
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.
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.
Microsoft.Net.Http.es
Este paquete contiene los ensamblados satélites en español para las Microsoft .NET Framework 4 HTTP Client Libraries.
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.
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.
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.
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.
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.
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.
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.
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.
Microsoft.TemplateEngine.Tasks
MSBuild tasks for template authoring.
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64
Contains Emscripten SDK system libraries cache for win-x64.
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.
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.
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.
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.
Microsoft.DotNet.Common.ProjectTemplates.3.1
Common File Templates for Microsoft Template Engine
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.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.osx-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64.Msi.x64
Contains Emscripten SDK system libraries cache for win-x64.
Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64.Msi.x64
Contains Emscripten Python binaries for win-x64.
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.
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
Microsoft.NETCore.App.Runtime.NativeAOT.osx-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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
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
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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
Microsoft.EntityFrameworkCore.Templates
Entity Framework Core templates for dotnet-new. Enables these commonly used templates: ef-templates
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.
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.
Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk
Provides the tasks+targets, for consumption by wasi based workloads
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-x64
Contains Emscripten SDK binaries for osx-x64.
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
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.osx-x64
Contains Emscripten Python binaries for osx-x64.
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.
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
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
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64
Contains Emscripten Node binaries for win-x64.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
Microsoft.EntityFrameworkCore.Tasks
MSBuild tasks for Entity Framework Core projects.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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
Microsoft.ML.OnnxConverter
ML.NET component for exporting ONNX Models
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64.Msi.x64
Contains Emscripten Node binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.osx-x64
Contains Emscripten Node binaries for osx-x64.
Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64
Contains Emscripten Python binaries for win-x64.
Microsoft.NETCore.App.Runtime.Mono.win-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Extensions.Diagnostics.Probes
Experimental package. Provides support for Kubernetes TCP health probes.
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64
Contains Emscripten Node binaries for win-x64.
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.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-x64
Contains Emscripten SDK system libraries cache for osx-x64.
Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NET.Build.Extensions
The MSBuild targets and tasks which extend MSBuild's common targets.
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-x64
Contains Emscripten Python binaries for osx-x64.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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
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
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-arm64
Contains Emscripten SDK binaries for osx-arm64.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvos-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64.Msi.x64
Contains Emscripten Python binaries for win-x64.
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64
Contains Emscripten Python binaries for win-x64.
Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
dotnet-svcutil.xmlserializer
Generate XML serializers for types used by Service Contracts in an assembly.
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Common.ProjectTemplates.2.0
Common File Templates for Microsoft Template Engine
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.
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.
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.
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.
Microsoft.NETCore.App.Crossgen2.win-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-x64
Contains Emscripten Node binaries for osx-x64.
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.
Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Extensions.StaticAnalysis
A curated set of code analyzers and code analyzer settings.
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.ProjectModel.Workspaces
Microsoft.DotNet.ProjectModel.Workspaces
Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.osx-arm64
Contains Emscripten SDK binaries for osx-arm64.
runtime.win-x86.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
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.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-arm64
Contains Emscripten SDK system libraries cache for osx-arm64.
runtime.win-x86.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
Microsoft.TemplateSearch.Common
Components used by the template discovery tool, and also used for related functionality in the CLI.
Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.win10-x86.Microsoft.DotNet.Framework.NativeImageCompiler
Native Image Compiler for Microsoft .NET assemblies
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.TemplateEngine.Authoring.TemplateVerifier
The verification engine for the templates for .NET template engine.
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-arm64
Contains Emscripten Python binaries for osx-arm64.
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
MLNet
A .NET Core command line tool to automatically build, train, and generate an ML.NET model and consumption code.
Microsoft.NETCore.App.Runtime.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.PackageValidation
Package Description
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.
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.
Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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.
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.
Microsoft.NETCore.App.Runtime.linux-bionic-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.osx-arm64
Contains Emscripten SDK system libraries cache for osx-arm64.
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.Diagnostics.DbgShim.linux-musl-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NET.Workload.Emscripten.Manifest-6.0.400.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.Diagnostics.DbgShim.linux-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Diagnostics.DbgShim.osx-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Diagnostics.DbgShim.linux-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Diagnostics.DbgShim.osx-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.win-x64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Diagnostics.DbgShim.linux-musl-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Diagnostics.DbgShim.linux-musl-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-arm64
Contains Emscripten Node binaries for osx-arm64.
Microsoft.Diagnostics.DbgShim.linux-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NETCore.App.Runtime.win-x64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.arm64
Provides the MonoAOTCompiler task
Microsoft.Diagnostics.DbgShim
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.arm64
Provides the tasks+targets, for consumption by mono-based workloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.Diagnostics.DbgShim.win-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-arm64
Contains Emscripten SDK binaries for linux-arm64.
Microsoft.Diagnostics.DbgShim.win-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.Diagnostics.DbgShim.win-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Runtime.WebAssembly.Templates.Msi.x64
Templates to create WebAssembly projects.
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.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.AspNetCore.Testing
Experimental package. Test fakes for integration testing
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.
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.
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.
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
Microsoft.NETCore.App.Host.linux-bionic-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
dotnet-ilverify
ILVerify tool.
Microsoft.NETCore.App.Runtime.Mono.osx-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.HostModel
Abstractions for modifying .net core host-binaries
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Crossgen2.linux-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Crossgen2.linux-musl-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x64
Provides the tasks+targets, for consumption by wasi based workloads
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.
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
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.Net.Http.fr
Ce package inclut les assemblys satellites Français pour Microsoft .NET Framework 4 HTTP Client Libraries.
Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.arm64
Provides the tasks+targets, for consumption by wasm based workloads
Microsoft.SourceLink.Gitea
Generates source link for Gitea repositories.
Microsoft.NETCore.App.Runtime.win-x64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-arm64
Contains Emscripten SDK system libraries cache for linux-arm64.
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
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
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
Microsoft.DotNet.Interactive.FSharp
Microsoft.DotNet.Interactive.Kernel implementation for F#
Microsoft.TemplateEngine.Samples
Common Project File for Dotnet Template Samples
Microsoft.DotNet.Interactive.PowerShell
Microsoft.DotNet.Interactive.Kernel implementation for PowerShell
Microsoft.TemplateEngine.TemplateLocalizer.Core
The core API for Template Localizer tool.
Microsoft.DotNet.Common.ProjectTemplates.1.x
Common File Templates for Microsoft Template Engine
Microsoft.NETCore.App.Crossgen2.win-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Extensions.Compliance.Testing
Implementation of data classification and redaction designed for testing.
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.
Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x86
Provides the MonoAOTCompiler task
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.
Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x86
Provides the tasks+targets, for consumption by mono-based workloads
Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x86
Provides the tasks+targets, for consumption by wasm based workloads
Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.osx-arm64
Contains Emscripten Python binaries for osx-arm64.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-arm64
Contains Emscripten SDK binaries for linux-musl-arm64.
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.
Microsoft.Build.Conversion.Core
This package contains the Microsoft.Build.Conversion assembly which contains logic for converting projects. NOTE: This assembly is deprecated.
Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles
Basically this package contains DLLs that TraceEvent depends on but does not build itself.
Microsoft.TemplateEngine.Authoring.Templates
The templates for useful items and projects for template authoring.
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.
Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NETCore.App.Runtime.win-arm.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.win-arm64.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
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
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.
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.
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.
Microsoft.NETCore.App.Runtime.win-arm64.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
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.
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
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-arm64
Contains Emscripten SDK system libraries cache for linux-musl-arm64.
Microsoft.NETCore.App.Runtime.win-x86.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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.
Microsoft.Extensions.AI.Evaluation.NLP
A library that contains a set of evaluators that implement commonly used algorithmic evaluators.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.win-arm64.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-arm.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
Microsoft.NETCore.App.Host.linux-bionic-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-arm64
Contains Emscripten Node binaries for linux-arm64.
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.
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
AspNetCoreRuntime.6.0.x64
This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.
Microsoft.NETCore.App.Runtime.win-arm64.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Common.ProjectTemplates.6.0
Common File Templates for Microsoft Template Engine
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.
runtime.linux-arm.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
Microsoft.NETCore.App.Runtime.win-x86.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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
runtime.osx-arm64.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
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.
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
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.
Microsoft.NETCore.App.Runtime.win-x86.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.Extensions.Telemetry.Testing
Hand-crafted fakes to make telemetry-related testing easier.
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.
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
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-arm64
Contains Emscripten Node binaries for linux-musl-arm64.
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.
Microsoft.NET.Tools.NETCoreCheck.x64
Provides NetCoreCheck tool, used for detection of .NET Core runtime.
runtime.win-arm64.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
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
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.
Microsoft.Extensions.EnumStrings
Abstractions to support the enum-to-string code generator.
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.
runtime.osx-arm64.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
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
Microsoft.Diagnostics.DbgShim.win-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.osx-arm64
Contains Emscripten Node binaries for osx-arm64.
Microsoft.Extensions.AsyncState
Asynchronous feature store.
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-arm64
Contains Emscripten SDK binaries for linux-arm64.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.Extensions.ObjectPool.DependencyInjection
Provides object pools from service containers.
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
Microsoft.DotNet.Common.ProjectTemplates.2.1
Common File Templates for Microsoft Template Engine
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
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.
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.
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.
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.
Microsoft.ML.Ensemble
ML.NET component for Ensembles
Microsoft.DotNet.Common.ProjectTemplates.3.0
Common File Templates for Microsoft Template Engine
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.
runtime.win-arm.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
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.
Microsoft.NET.Workload.Emscripten.Manifest-7.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Common.ProjectTemplates.2.2
Common File Templates for Microsoft Template Engine
AspNetCoreRuntime.8.0.x64
This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.
Microsoft.Build.RunVSTest
Runs VS Test Console
Microsoft.ML.Experimental
Microsoft.ML.Experimental contains experimental work such extension methods to access internal methods.
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
Microsoft.TemplateEngine.Authoring.CLI
A dotnet CLI tool with commands for template authoring.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.TemplateEngine.Authoring.Tasks
MSBuild tasks for template authoring.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-arm64
Contains Emscripten SDK system libraries cache for linux-arm64.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
runtime.win-arm.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
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.
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.
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.
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.
Microsoft.NETCore.App.Runtime.NativeAOT.ios-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Interactive.Jupyter
Enables connection to Jupyter kernels as .NET Interactive subkernels
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.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.Extensions.Hosting.Testing
Experimental package. Tools for integration testing of apps built with Microsoft.Extensions.Hosting
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
Microsoft.Extensions.AI.Evaluation.Console
A command line dotnet tool for generating reports and managing evaluation data.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
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
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
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.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-arm64
Contains Emscripten Node binaries for linux-arm64.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NETCore.App.Runtime.NativeAOT.win-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
runtime.linux-arm64.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
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.
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
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
Microsoft.NETCore.App.Composite
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.DotNet.Interactive.AIUtilities
Utilities for AI workload in .NET Interactive and Polyglot Notebooks
Microsoft.Net.Http.de
Dieses Paket enthält die deutschen Satellitenassemblys für Microsoft .NET Framework 4 HTTP Client Libraries.
runtime.linux-arm64.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
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
Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-x64
Contains Emscripten SDK binaries for linux-musl-x64.
runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
runtime.linux-musl-x64.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.WebAssembly.Templates.net10
Templates to create WebAssembly projects.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.TemplateEngine.TemplateLocalizer
A tool that can be used to localize template.json files.
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.
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.
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.
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.
Microsoft.NET.Runtime.WebAssembly.Templates.net9
Templates to create WebAssembly projects.
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.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.GitHubCopilot.Upgrade.Mcp
A tool to assist developers in upgrading .NET Framework and .NET applications to latest versions of .NET.
Microsoft.SourceLink.Tools
Package containing sources of tools for reading Source Link.
Microsoft.DotNet.Common.ProjectTemplates.8.0
Common .NET Project Templates
Microsoft.DotNet.Common.ProjectTemplates.7.0
Common File Templates for Microsoft Template Engine
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.
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.
dotnet-dsrouter
.NET Performance Diagnostic Server Router Tool
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.
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.
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.
Microsoft.Net.Http.ja
このパッケージには、Microsoft .NET Framework 4 HTTP Client Libraries の 日本語 サテライト アセンブリが含まれています。
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.
Microsoft.NETCore.App.Runtime.win-arm.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
AspNetCoreRuntime.6.0.x86
This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.
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.
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.
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.
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.
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.
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.
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
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.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NETCore.App.Crossgen2.win-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Android.Sample.Mono
Internal package for sharing Android App Builder.
Microsoft.NET.Runtime.WebAssembly.Templates.Msi.arm64
Templates to create WebAssembly projects.
Microsoft.ML.SampleUtils
Sample utils for Microsoft.ML.Samples
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.
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.
Microsoft.NETCore.App.Runtime.win-arm.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.SourceLink.GitWeb
Generates source link for Git repositories using a GitWeb server.
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.
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.
Microsoft.NET.Runtime.iOS.Sample.Mono
Internal package for sharing embedded Mono runtime and iOS App Builder.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-rc.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.wasm.Sample.Mono
Internal package for sharing wasm App Builder.
Microsoft.NET.Runtime.WebAssembly.Templates.Msi.x86
Templates to create WebAssembly projects.
Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-x64
Contains Emscripten SDK system libraries cache for linux-musl-x64.
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
Microsoft.Extensions.AI.Templates
Project templates for Microsoft.Extensions.AI.
ApiPort
Evaluates portability of assemblies across .NET platforms
Microsoft.EntityFrameworkCore.AspNet.Specification.Tests
Shared ASP.NET test suite for Entity Framework Core database providers.
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.
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.
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.
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.
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.
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.
Microsoft.Net.Http.zh-Hant
此套件包含 Microsoft .NET Framework 4 HTTP Client Libraries 的 繁體中文 附屬組件。
Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-musl-arm.Microsoft.NETCore.ILAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.
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.
Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm
Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-arm64.Msi.arm64
Contains Emscripten SDK binaries for win-arm64.
Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64.Msi.arm64
Contains Emscripten SDK binaries for win-x64.
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
Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.arm64
Provides the tasks+targets, for consumption by wasi based workloads
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
Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x86
Provides the tasks+targets, for consumption by wasi based workloads
Microsoft.NET.Workloads.9.0.200.Msi.x64
Package Description
Microsoft.dotnet-try
Command line tool for developers and content authors to create interactive experiences.
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.
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.
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Interactive.SqlServer
Microsoft SQL Server support for .NET Interactive
Microsoft.DotNet.Interactive.Http
Microsoft.DotNet.Interactive.Kernel for making HTTP request using a common syntax.
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.
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.
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.
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.
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.
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.
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.
Microsoft.NET.WebAssembly.Threading
Exposes Threading APIs for WebAssembly projects
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.
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.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-x64
Contains Emscripten Node binaries for linux-musl-x64.
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.
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.
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.
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.wasi-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
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
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
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.
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
runtime.win10-x64.Microsoft.DotNet.Framework.NativeImageCompiler
Native Image Compiler for Microsoft .NET assemblies
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
Microsoft.Extensions.AuditReports
Produces reports about the code being compiled which are useful during privacy and telemetry audits.
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.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Microsoft.DotNet.Framework.NativeImageCompiler
Native Image Compiler for Microsoft .NET assemblies
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-arm64
Contains Emscripten SDK binaries for win-arm64.
Microsoft.Net.Http.ru
Этот пакет содержит русские вспомогательные сборки для Microsoft .NET Framework 4 HTTP Client Libraries.
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
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64.Msi.arm64
Contains Emscripten SDK binaries for win-arm64.
Microsoft.GitHubCopilot.Upgrade.DotNet.Mcp
The .NET extension MCP for the GitHub Copilot Upgrade orchestrator.
Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.MSBuildCache.SharedCompilation
A project cache plugin for MSBuild
Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64
Contains Emscripten SDK binaries for win-arm64.
Microsoft.MSBuildCache.AzureBlobStorage
A project cache plugin for MSBuild
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64.Msi.arm64
Contains Emscripten SDK binaries for win-x64.
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.
Microsoft.DotNet.UpgradeAssistant.Extensions.LooseAssembly.NuGet
Provides data for loose assembly lookup based on NuGet.org
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.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-arm64.Msi.arm64
Contains Emscripten SDK system libraries cache for win-arm64.
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.
AspNetCoreRuntime.7.0.x64
This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.
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.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.400.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Interactive.ExtensionLab
Experimental kernel extensions for dotnet-interactive
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.
Microsoft.NETCore.App.Runtime.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.UpgradeAssistant.Abstractions
Abstractions for extending Microsoft .NET Upgrade Assistant
Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.NativeAOT.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.100.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
AspNetCoreRuntime.8.0.x86
This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.
Microsoft.NET.Workloads.10.0.100-preview.2
Package Description
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-arm64
Contains Emscripten SDK system libraries cache for win-arm64.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Runtime.LibraryBuilder.Sdk
Provides the tasks+targets, for consumption by ios and android based workloads
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.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64
Contains Emscripten SDK system libraries cache for win-arm64.
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.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.wasi-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.DotNet.Interactive.Mermaid
Mermaid support for dotnet-interactive
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
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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
Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64.Msi.arm64
Contains Emscripten SDK system libraries cache for win-arm64.
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
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64
Contains Emscripten Node binaries for win-arm64.
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.
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.
Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm.Msi.x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.Native
Native shims for .NET Core runtime a536e7eec55c538c94639cefe295aa672996bf9b When using NuGet 3.x this package requires at least version 3.4.
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.
Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.wasi-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
PerfView.SupportFiles
Basically this package contains DLLs that PerfView depends on but does not build itself.
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
Microsoft.NET.Sdk.WebAssembly.Pack.Msi.arm64
SDK for building and publishing WebAssembly applications.
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
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
Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.ML.StaticPipe
ML.NET component for a statically typed API.
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.
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
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-arm64.Msi.arm64
Contains Emscripten Python binaries for win-arm64.
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.
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
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Common.ProjectTemplates.9.0
Common .NET Project Templates
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64.Msi.arm64
Contains Emscripten Node binaries for win-arm64.
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
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-arm64.Msi.arm64
Contains Emscripten Node binaries for win-arm64.
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64.Msi.arm64
Contains Emscripten Python binaries for win-arm64.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.AspNetCore.AsyncState
ASP.NET initializer for async state.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.MSBuildCache.Local
A project cache plugin for MSBuild
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
Microsoft.NET.Workload.Emscripten.Manifest-6.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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
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.
Microsoft.Extensions.ExtraAnalyzers
Code analyzers and fixers
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.
Microsoft.NETCore.App.Runtime.ios-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.wasi-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.wasi-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.wasi-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.Extensions.Options.Validation
Support for extended option validation.
AspNetCoreRuntime.7.0.x86
This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.win-arm64
Contains Emscripten Node binaries for win-arm64.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Interactive.Kql
Support for dotnet-interactive
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.
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.
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
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.
Microsoft.Extensions.Options.ValidateOnStart
Support for extended option validation.
Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x86
SDK for building and publishing WebAssembly applications.
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.
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.
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.
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
Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NETCore.App.Runtime.NativeAOT.tvos-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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
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
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.
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.
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.
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.
Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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
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.
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.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm.Msi.x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm.Msi.arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.DotNet.Interactive.AspNetCore
Run an ASP.NET Core playground in a .NET Interactive notebook.
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.
Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64.Msi.arm64
Contains Emscripten SDK system libraries cache for win-x64.
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.
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
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.
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.
Microsoft.MSBuildCache.AzurePipelines
A project cache plugin for MSBuild
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.
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.
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.
Microsoft.NETCore.App.Runtime.tvos-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64.Msi.arm64
Contains Emscripten Node binaries for win-x64.
Microsoft.AspNetCore.HeaderParsing
Strong type header parsing
Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x64
Templates to create WebAssembly projects.
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
Microsoft.Net.Http.it
Il pacchetto contiene gli assembly satellite di Microsoft .NET Framework 4 HTTP Client Libraries per l'italiano.
Microsoft.NETCore.App.Runtime.tvos-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64.Msi.arm64
Contains Emscripten Python binaries for win-x64.
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.
Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64.Msi.arm64
Contains Emscripten Node binaries for win-x64.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.Maui.DevFlow.Agent
In-app agent for .NET MAUI automation. Exposes visual tree, element interactions, and screenshots via HTTP/JSON API.
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64.Msi.arm64
Contains Emscripten Python binaries for win-x64.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.Extensions.DataIngestion.MarkItDown
Implementation of IngestionDocumentReader abstraction for MarkItDown.
Microsoft.NET.Tools.NETCoreCheck.x86
Provides NetCoreCheck tool, used for detection of .NET Core runtime.
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.
AspNetCoreRuntime.9.0.x64
This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.
Microsoft.DotNet.Interactive.Journey
Journey is a learning experience where teachers can design a step-by-step path for students.
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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
Microsoft.NETCore.App.Runtime.ios-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
Microsoft.Maui.DevFlow.Logging
Buffered rotating JSONL file logger for Microsoft.Maui.DevFlow. No MAUI dependency.
Microsoft.Maui.DevFlow.Agent.Core
Core agent infrastructure for Microsoft.Maui.DevFlow. HTTP server, visual tree walking, logging, and element interaction — platform-agnostic.
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.
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.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64
Contains Emscripten Python binaries for win-arm64.
Microsoft.NETCore.App.Runtime.ios-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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.
Microsoft.Net.Http.ko
이 패키지에는 Microsoft .NET Framework 4 HTTP Client Libraries용 한국어 위성 어셈블리가 포함되어 있습니다.
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
Microsoft.NETCore.App.Runtime.ios-x86
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Interactive.AI
Support for AI experimentation in notebooks
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
AspNetCoreRuntime.9.0.x86
This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.
Microsoft.Extensions.Options.Contextual
Experimental package. A common abstraction for contextual options.
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
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
Microsoft.DotNet.Compatibility
Package Description
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.
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.
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
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.
Microsoft.NETCore.App.Runtime.NativeAOT.android-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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
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.
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.
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.
dotnet-debugger-extensions
Debugger extensions installer
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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
Microsoft.NET.Runtime.Emscripten.3.1.34.Python.win-arm64
Contains Emscripten Python binaries for win-arm64.
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.
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.Interactive.Browser
Support for dotnet-interactive
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Build.Templates
Common Microsoft Build Templates
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
Microsoft.NETCore.TestHost-x86
CoreCLR application host for test applications.
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.
Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.x64
Templates to create WebAssembly projects.
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
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.
Microsoft.NETCore.TestHost-x64
CoreCLR application host for test applications.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.win-x64.Msi.x64
Contains Emscripten SDK binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.linux-x64
Contains Emscripten SDK binaries for linux-x64.
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.
Microsoft.NET.Runtime.RuntimeConfigParser.Task
Provides the RuntimeConfigParser task
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.
Microsoft.McpServer.ProjectTemplates
MCP Server project templates.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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
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
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.
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
Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.arm64
Templates to create WebAssembly projects.
Microsoft.DotNet.Common.ProjectTemplates.10.0
Common .NET Project Templates
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x86
Templates to create WebAssembly projects.
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.
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.
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
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.
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.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
transport.Microsoft.NETCore.TestHost
CoreCLR application host for test applications When using NuGet 3.x this package requires at least version 3.4.
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.
transport.Microsoft.NETCore.ILDAsm
The .NET IL Disassembler. When using NuGet 3.x this package requires at least version 3.4.
transport.Microsoft.NET.Sdk.IL
Provides support for building IL projects. When using NuGet 3.x this package requires at least version 3.4.
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.
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.
transport.Microsoft.NETCore.ILAsm
The .NET IL Assembler. When using NuGet 3.x this package requires at least version 3.4.
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.
Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.arm64
Templates to create WebAssembly projects.
Microsoft.Net.Http.tr
Bu paket, Microsoft .NET Framework 4 HTTP Client Libraries için Türkçe yardımcı derlemeleri içerir.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.200.Msi.x64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.200.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.x86
Templates to create WebAssembly projects.
Microsoft.Extensions.DependencyInjection.NamedService
DEVELOPMENT BUILD - DO NOT USE IN PRODUCTION - Extensions to register and resolve named services.
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.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
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.
Microsoft.DotNet.UpgradeAssistant.Extensions.Maui
Enhances .NET Upgrade Assistant to provide support for moving from Xamarin to .NET Maui.
AspNetCoreRuntime.10.0.x64
This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.
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.
Microsoft.DotNet.Interactive.SQLite
Microsoft SQLite support for .NET Interactive
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.Extensions.Telemetry.Console
Telemetry exporters targetting the console.
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.7
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.Net.Http.cs
Balíček obsahuje česká satelitní sestavení pro Microsoft .NET Framework 4 HTTP Client Libraries.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Yarp.ReverseProxy.ServiceFabric
Service Fabric integration for Yarp.ReverseProxy
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.
Microsoft.NET.Runtime.Emscripten.5.0.6.Sdk.win-x64
Contains Emscripten SDK binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.5.0.6.Node.win-x64
Contains Emscripten Node binaries for win-x64.
Microsoft.NET.Runtime.Emscripten.5.0.6.Cache.win-x64
Contains Emscripten SDK system libraries cache for win-x64.
Microsoft.NET.Tools.NETCoreCheck.arm64
Provides NetCoreCheck tool, used for detection of .NET Core runtime.
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
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.
Microsoft.NET.Runtime.Emscripten.5.0.6.Python.win-x64
Contains Emscripten Python binaries for win-x64.
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.
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.
Microsoft.Extensions.AmbientMetadata.Build
Runtime information provider for Build ambient metadata.
Microsoft.DotNet.UpgradeAssistant.Extensions.LooseAssembly
Provides some services for the .NET Upgrade Assistant to identify loose dependencies based off of available NuGet feeds.
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.
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.
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
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.
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.
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.
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.
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.
Microsoft.MSBuildCache.Common
A project cache plugin for MSBuild
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.Extensions.Http.Telemetry
Telemetry support for HTTP Client.
Microsoft.Extensions.DependencyInjection.Pools
Pools integration into DI container.
Microsoft.NETCore.App.Runtime.iossimulator-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Runtime.Emscripten.5.0.6.Sdk.linux-x64
Contains Emscripten SDK binaries for linux-x64.
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.
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.
Microsoft.NET.Runtime.Emscripten.5.0.6.Node.linux-x64
Contains Emscripten Node binaries for linux-x64.
Microsoft.NET.Runtime.Emscripten.5.0.6.Cache.linux-x64
Contains Emscripten SDK system libraries cache for linux-x64.
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.
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
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
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.6
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
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.
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.
Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Analyzers
A set of performance diagnostics analyzers that can be consumed by TraceEvent.
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
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.osx-x64
Contains Emscripten SDK binaries for osx-x64.
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.
Microsoft.Net.Http.pl
Ten pakiet zawiera zestawy satelickie dla języka polskiego dotyczące produktu Microsoft .NET Framework 4 HTTP Client Libraries.
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
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.
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.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.7.Sdk.win-x64
Contains Emscripten SDK binaries for win-x64.
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.
Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Rules
A set of performance diagnostics rules that can be consumed by TraceEvent.
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.
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.
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.
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.
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.
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.
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.
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.
Microsoft.Build.StandardCI
Standard CI targets.
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.
Microsoft.NETCore.TestHost-arm
CoreCLR application host for test applications.
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.
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.
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.
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.
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.
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.
Microsoft.DotNet.UpgradeAssistant.Extensions
Types used in building extensions for the Microsoft .NET Upgrade Assistant
Microsoft.Extensions.Http.AutoClient
Makes it easy to automatically create efficient and easy to use client code to invoke REST HTTP APIs.
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
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100-preview.5
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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
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.
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.
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
Microsoft.NETCore.App.Runtime.maccatalyst-x64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Runtime.NativeAOT.android-arm
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.DotNet.Try.ProjectTemplate.Tutorial
A template for interactive documentation with Try.NET
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
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.
Microsoft.NET.Workload.Emscripten.net7.Manifest-10.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workloads.9.0.200.Msi.arm64
Package Description
Microsoft.DotNet.Interactive.HttpRequest
Microsoft.DotNet.Interactive.Kernel for making HTTP request using a common syntax.
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.
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.
Microsoft.NET.Workload.Emscripten.net6.Manifest-10.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.Manifest-7.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Manifest-7.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-musl-x64
Contains Emscripten SDK binaries for linux-musl-x64.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-7.0.100.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-musl-arm64
Contains Emscripten SDK binaries for linux-musl-arm64.
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
Microsoft.NET.Workload.Emscripten.Manifest-6.0.200.Msi.x86
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
Microsoft.NET.Workload.Emscripten.Manifest-6.0.200.Msi.arm64
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.7.Node.linux-x64
Contains Emscripten Node binaries for linux-x64.
Microsoft.NET.Workloads.9.0.200.Msi.x86
Package Description
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-preview.3
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
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.
Microsoft.NET.Runtime.Emscripten.3.1.7.Node.win-x64.Msi.x64
Contains Emscripten Node binaries for win-x64.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-musl-x64
Contains Emscripten SDK system libraries cache for linux-musl-x64.
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.
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.
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.
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.
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.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-musl-arm64
Contains Emscripten SDK system libraries cache for linux-musl-arm64.
Microsoft.SourceLink.Gitee
Generates source link for Gitee repositories.
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.
Microsoft.NET.Runtime.Emscripten.3.1.7.Python.win-x64.Msi.x64
Contains Emscripten Python binaries for win-x64.
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
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
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
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.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net10.Manifest-11.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
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
Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.win-x64.Msi.arm64
Contains Emscripten SDK binaries for win-x64.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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
Microsoft.NET.Workload.Emscripten.net9.Manifest-11.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-11.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-11.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-11.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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
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.
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
Microsoft.NETCore.App.Runtime.maccatalyst-arm64
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-musl-x64
Contains Emscripten Node binaries for linux-musl-x64.
Microsoft.NET.Runtime.Emscripten.3.1.34.Node.linux-musl-arm64
Contains Emscripten Node binaries for linux-musl-arm64.
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
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.
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.
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.
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.
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.
Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
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.
Microsoft.NET.Workload.Emscripten.net8.Manifest-10.0.100-preview.2
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.HotReload.Web.Middleware
Package containing Hot Reload middleware.
Microsoft.DotNet.HotReload.Agent.Host
Package containing Hot Reload agent host.
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.
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.
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.
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.
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.
Microsoft.ReverseProxy.ServiceFabric
Service Fabric integration for Microsoft.ReverseProxy
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.
Microsoft.NET.Runtime.Emscripten.3.1.30.Sdk.win-x64.Msi.x64
Contains Emscripten SDK binaries for win-x64.
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
Microsoft.NET.Runtime.Emscripten.3.1.7.Python.osx-x64
Contains Emscripten Python binaries for osx-x64.
Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.win-x64.Msi.arm64
Contains Emscripten SDK system libraries cache for win-x64.
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.
Microsoft.Build.UniversalPackages
Provides targets for downloading universal packages on restore.
Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.1
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.Maui.Cli
CLI for .NET MAUI development environment setup and device management
runtime.centos.7.1-x64.Microsoft.NETCore.TestHost
CoreCLR application host for test applications. - 1548494
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.