An open API service for producing an overview of a list of open source projects.

https://github.com/dotnet/dotnet

dotnet monorepo

Score: 36.353506875041624

Last synced: about 3 hours ago
JSON representation

Repository metadata:

Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 18 days ago

Total Commits: 0
Total Committers: 120
Avg Commits per committer: 81.617
Development Distribution Score (DDS): 0.091

Commits in past year: 4,904
Committers in past year: 6
Avg Commits per committer in past year: 817.333
Development Distribution Score (DDS) in past year: 0.003

Name Email Commits
dotnet-maestro[bot] d****] 8904
v-wuzhai 4****i 179
Michael Simons m****s@m****m 91
Matt Thalman m****n@m****m 89
Marc Paine m****p@m****m 56
Přemek Vysoký p****y@m****m 51
Nikola Milosavljevic n****m@m****m 37
Noah Gilson n****n@m****m 33
Matt Mitchell m****e@m****m 25
Larry Ewing l****g@m****m 21
Oleksandr Didyk 1****k 17
dotnet bot d****t@d****g 16
Michael Yanni M****i@m****m 16
Milena Hristova m****a@m****m 11
Forgind 1****d 10
Manish Vasani m****i@m****m 9
Viktor Hofer v****r@m****m 9
Kevin Ransom (msft) c****r@h****m 7
Jacques Eloff j****f 7
Ella Hathaway 6****y 7
David Wengier d****r@m****m 7
annie 5****e 7
Vlad Zarytovskii v****y@h****m 6
Sam Harwell s****l@m****m 6
Jo Shields d****x@a****g 6
Surayya Huseyn Zada 1****S 5
Amaury Levé a****e@m****m 5
Sven Boemer s****r@g****m 4
NET Source-Build Bot 1****t 4
Tom Deseyn t****n@g****m 4
and 90 more...

Issue and Pull Request metadata

Last synced: about 16 hours ago

Total issues: 304
Total pull requests: 4,325
Average time to close issues: 3 months
Average time to close pull requests: 2 days
Total issue authors: 51
Total pull request authors: 101
Average comments per issue: 1.89
Average comments per pull request: 1.39
Merged pull request: 2,719
Bot issues: 17
Bot pull requests: 3,098

Past year issues: 164
Past year pull requests: 2,377
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 2 days
Past year issue authors: 35
Past year pull request authors: 69
Past year average comments per issue: 1.53
Past year average comments per pull request: 1.98
Past year merged pull request: 1,566
Past year bot issues: 15
Past year bot pull requests: 1,778

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/dotnet/dotnet

Top Issue Authors

  • mmitche (79)
  • ViktorHofer (41)
  • mthalman (25)
  • dotnet-maestro-bot (21)
  • dotnet-maestro[bot] (17)
  • ellahathaway (17)
  • steveisok (12)
  • akoeplinger (9)
  • dkurepa (8)
  • NikolaMilosavljevic (7)
  • MichaelSimons (7)
  • premun (6)
  • ericstj (4)
  • am11 (4)
  • organizacionasociada-beep (3)

Top Pull Request Authors

  • dotnet-maestro[bot] (2,997)
  • ViktorHofer (165)
  • mthalman (120)
  • dotnet-sb-bot (119)
  • mmitche (109)
  • github-actions[bot] (97)
  • ellahathaway (83)
  • akoeplinger (79)
  • premun (45)
  • MichaelSimons (40)
  • Copilot (37)
  • NikolaMilosavljevic (36)
  • jkoritzinsky (36)
  • dkurepa (33)
  • dotnet-bot (28)

Top Issue Labels

  • area-unified-build-OperationalIssue (47)
  • area-unified-build (29)
  • area-unified-build-BuildFailure (5)
  • vmr-toil-reduction-candidate (5)
  • Epic (5)
  • untriaged (3)
  • area-Build (2)
  • Area-NetSDK (1)

Top Pull Request Labels

  • NO-MERGE (27)
  • Servicing-approved (11)
  • dependencies (4)
  • Branch Lockdown (4)

Package metadata

nuget.org: microsoft.netcore.app.runtime.nativeaot.android-arm

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:02:31.893Z (1 day ago)
  • Versions: 21
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,695 Total
  • Rankings:
    • Forks count: 2.977%
    • Stargazers count: 3.108%
    • Dependent repos count: 6.635%
    • Average: 7.628%
    • Dependent packages count: 17.79%
  • Maintainers (2)
nuget.org: 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.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:31:27.114Z (1 day ago)
  • Versions: 141
  • Dependent Packages: 1,452
  • Dependent Repositories: 0
  • Downloads: 4,164,241,732 Total
  • Docker Downloads: 1,512,344
  • Rankings:
    • Downloads: 0.007%
    • Docker downloads count: 0.114%
    • Average: 8.858%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T09:03:24.110Z (1 day ago)
  • Versions: 137
  • Dependent Packages: 1,161
  • Dependent Repositories: 0
  • Downloads: 6,044,170,029 Total
  • Docker Downloads: 85,578
  • Rankings:
    • Downloads: 0.003%
    • Docker downloads count: 0.174%
    • Average: 8.872%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:03:33.687Z (1 day ago)
  • Versions: 124
  • Dependent Packages: 481
  • Dependent Repositories: 0
  • Downloads: 2,153,199,986 Total
  • Docker Downloads: 85,147
  • Rankings:
    • Downloads: 0.018%
    • Docker downloads count: 0.186%
    • Average: 8.879%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (3)
nuget.org: microsoft.extensions.fileproviders.abstractions

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:16:35.063Z (1 day ago)
  • Versions: 171
  • Dependent Packages: 209
  • Dependent Repositories: 0
  • Downloads: 6,414,769,251 Total
  • Docker Downloads: 85,147
  • Rankings:
    • Downloads: 0.003%
    • Docker downloads count: 0.247%
    • Average: 8.89%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (3)
nuget.org: microsoft.extensions.filesystemglobbing

File system globbing to find files matching a specified pattern.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T01:47:42.867Z (2 days ago)
  • Versions: 170
  • Dependent Packages: 109
  • Dependent Repositories: 0
  • Downloads: 3,833,853,117 Total
  • Docker Downloads: 85,147
  • Rankings:
    • Downloads: 0.009%
    • Docker downloads count: 0.247%
    • Average: 8.892%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (3)
nuget.org: microsoft.extensions.options.configurationextensions

Provides additional configuration specific functionality related to Options.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-21T19:03:44.324Z (2 days ago)
  • Versions: 174
  • Dependent Packages: 2,514
  • Dependent Repositories: 0
  • Downloads: 3,542,239,734 Total
  • Docker Downloads: 85,147
  • Rankings:
    • Downloads: 0.016%
    • Docker downloads count: 0.247%
    • Average: 8.894%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (3)
nuget.org: 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

  • Homepage: https://docs.microsoft.com/ef/core/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:16:08.397Z (1 day ago)
  • Versions: 293
  • Dependent Packages: 215
  • Dependent Repositories: 0
  • Downloads: 629,090,013 Total
  • Docker Downloads: 9
  • Rankings:
    • Downloads: 0.045%
    • Docker downloads count: 0.314%
    • Average: 8.918%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (4)
nuget.org: system.io.packaging

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:29:17.429Z (1 day ago)
  • Versions: 133
  • Dependent Packages: 149
  • Dependent Repositories: 0
  • Downloads: 532,114,764 Total
  • Docker Downloads: 431
  • Rankings:
    • Downloads: 0.061%
    • Docker downloads count: 0.595%
    • Average: 8.992%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (2)
nuget.org: microsoft.aspnetcore.components.gateway.cli

Command line tool (blazor-gateway) for hosting Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview.7.26381.103 (published 12 days ago)
  • Last Synced: 2026-08-22T13:00:57.885Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 5.736%
    • Average: 10.535%
    • Dependent packages count: 15.334%
nuget.org: microsoft.netcore.app.runtime.browser-wasm.msi.x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview.7.26381.103 (published 12 days ago)
  • Last Synced: 2026-08-22T12:33:21.178Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 5.736%
    • Average: 10.535%
    • Dependent packages count: 15.334%
nuget.org: runtime.linux-bionic-x64.runtime.native.system.io.ports

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:36:10.962Z (1 day ago)
  • Versions: 57
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 13,397,273 Total
  • Rankings:
    • Downloads: 4.962%
    • Dependent repos count: 7.398%
    • Average: 10.736%
    • Dependent packages count: 19.847%
  • Maintainers (2)
nuget.org: microsoft.extensions.validation.localization

Localization support for .NET validation infrastructure. This package was built from the source code at https://github.com/dotnet/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: (published 1 day ago)
  • Last Synced: 2026-08-22T12:32:21.043Z (1 day ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 5.913%
    • Average: 10.858%
    • Dependent packages count: 15.804%
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview.7.26381.103 (published 12 days ago)
  • Last Synced: 2026-08-22T13:28:59.705Z (1 day ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 5.913%
    • Average: 10.858%
    • Dependent packages count: 15.804%
nuget.org: microsoft.build.tasks.git

MSBuild tasks providing git repository information.

  • Homepage: https://github.com/dotnet/dotnet
  • Licenses: MIT
  • Latest release: 10.0.400 (published 12 days ago)
  • Last Synced: 2026-08-22T11:54:42.325Z (1 day ago)
  • Versions: 44
  • Dependent Packages: 20
  • Dependent Repositories: 0
  • Downloads: 116,209,582 Total
  • Rankings:
    • Downloads: 0.148%
    • Average: 10.934%
    • Dependent repos count: 13.819%
    • Dependent packages count: 18.835%
  • Maintainers (3)
nuget.org: microsoft.aspnetcore.components.testing

Cross-render-mode E2E testing library for Blazor using Playwright, xUnit V3, and YARP. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview.7.26381.103 (published 12 days ago)
  • Last Synced: 2026-08-22T12:35:48.685Z (1 day ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 5.998%
    • Average: 11.014%
    • Dependent packages count: 16.03%
nuget.org: microsoft.net.workload.mono.toolchain.net7.manifest-11.0.100-alpha.1

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview.1.26104.118 (published 6 months ago)
  • Last Synced: 2026-08-22T12:09:04.483Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 6.236%
    • Average: 11.447%
    • Dependent packages count: 16.658%
nuget.org: microsoft.net.workload.mono.toolchain.net9.manifest-11.0.100-alpha.1

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview.1.26104.118 (published 6 months ago)
  • Last Synced: 2026-08-21T19:03:45.566Z (2 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 6.236%
    • Average: 11.447%
    • Dependent packages count: 16.658%
nuget.org: system.windows.extensions

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:57:36.434Z (1 day ago)
  • Versions: 117
  • Dependent Packages: 21
  • Dependent Repositories: 0
  • Downloads: 2,177,021,794 Total
  • Rankings:
    • Downloads: 0.02%
    • Average: 11.777%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T09:02:14.436Z (1 day ago)
  • Versions: 135
  • Dependent Packages: 317
  • Dependent Repositories: 0
  • Downloads: 1,662,195,566 Total
  • Rankings:
    • Downloads: 0.026%
    • Average: 11.779%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:43:52.072Z (1 day ago)
  • Versions: 251
  • Dependent Packages: 128
  • Dependent Repositories: 0
  • Downloads: 1,128,764,518 Total
  • Rankings:
    • Downloads: 0.037%
    • Average: 11.783%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (3)
nuget.org: microsoft.entityframeworkcore.inmemory

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

  • Homepage: https://docs.microsoft.com/ef/core/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:10:08.697Z (1 day ago)
  • Versions: 291
  • Dependent Packages: 427
  • Dependent Repositories: 0
  • Downloads: 454,372,865 Total
  • Rankings:
    • Downloads: 0.055%
    • Average: 11.789%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (4)
nuget.org: system.composition.runtime

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:05:35.215Z (1 day ago)
  • Versions: 128
  • Dependent Packages: 26
  • Dependent Repositories: 0
  • Downloads: 796,524,528 Total
  • Rankings:
    • Downloads: 0.061%
    • Average: 11.791%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (2)
nuget.org: microsoft.aspnetcore.metadata

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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:59:18.823Z (1 day ago)
  • Versions: 241
  • Dependent Packages: 6
  • Dependent Repositories: 0
  • Downloads: 558,324,297 Total
  • Rankings:
    • Downloads: 0.065%
    • Average: 11.792%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (3)
nuget.org: microsoft.entityframeworkcore.sqlite.core

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

  • Homepage: https://docs.microsoft.com/ef/core/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:52:43.395Z (1 day ago)
  • Versions: 275
  • Dependent Packages: 80
  • Dependent Repositories: 0
  • Downloads: 346,425,291 Total
  • Rankings:
    • Downloads: 0.069%
    • Average: 11.794%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (4)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:04:12.932Z (1 day ago)
  • Versions: 262
  • Dependent Packages: 16
  • Dependent Repositories: 0
  • Downloads: 266,679,624 Total
  • Rankings:
    • Downloads: 0.079%
    • Average: 11.797%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (3)
nuget.org: 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.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T09:01:34.573Z (1 day ago)
  • Versions: 196
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 493,264,427 Total
  • Rankings:
    • Downloads: 0.091%
    • Average: 11.802%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T09:09:54.552Z (1 day ago)
  • Versions: 156
  • Dependent Packages: 88
  • Dependent Repositories: 0
  • Downloads: 184,647,073 Total
  • Docker Downloads: 431
  • Rankings:
    • Downloads: 0.099%
    • Average: 11.805%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (3)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:05:36.312Z (1 day ago)
  • Versions: 281
  • Dependent Packages: 33
  • Dependent Repositories: 0
  • Downloads: 120,905,081 Total
  • Rankings:
    • Downloads: 0.133%
    • Average: 11.816%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (3)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:11:35.850Z (1 day ago)
  • Versions: 248
  • Dependent Packages: 65
  • Dependent Repositories: 0
  • Downloads: 139,783,600 Total
  • Rankings:
    • Downloads: 0.16%
    • Average: 11.825%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (3)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:29:29.629Z (1 day ago)
  • Versions: 267
  • Dependent Packages: 333
  • Dependent Repositories: 0
  • Downloads: 132,592,077 Total
  • Rankings:
    • Downloads: 0.16%
    • Average: 11.825%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (3)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-23T04:31:09.687Z (about 18 hours ago)
  • Versions: 165
  • Dependent Packages: 26
  • Dependent Repositories: 0
  • Downloads: 198,115,611 Total
  • Rankings:
    • Downloads: 0.173%
    • Average: 11.83%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (3)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T19:32:09.571Z (1 day ago)
  • Versions: 249
  • Dependent Packages: 35
  • Dependent Repositories: 0
  • Downloads: 44,799,181 Total
  • Rankings:
    • Downloads: 0.332%
    • Average: 11.883%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (3)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T19:32:27.239Z (1 day ago)
  • Versions: 279
  • Dependent Packages: 26
  • Dependent Repositories: 0
  • Downloads: 18,662,492 Total
  • Rankings:
    • Downloads: 0.361%
    • Average: 11.892%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (3)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:41:36.018Z (1 day ago)
  • Versions: 241
  • Dependent Packages: 29
  • Dependent Repositories: 0
  • Downloads: 23,448,751 Total
  • Rankings:
    • Downloads: 0.443%
    • Average: 11.919%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (3)
nuget.org: microsoft.net.runtime.monotargets.sdk

Provides the tasks+targets, for consumption by mono-based workloads

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T19:32:18.004Z (1 day ago)
  • Versions: 165
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 31,127,915 Total
  • Rankings:
    • Downloads: 0.486%
    • Average: 11.934%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.host.linux-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:44:35.100Z (1 day ago)
  • Versions: 245
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 53,963,448 Total
  • Rankings:
    • Downloads: 0.504%
    • Average: 11.94%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:07:53.585Z (1 day ago)
  • Versions: 304
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 5,211,130 Total
  • Rankings:
    • Downloads: 0.567%
    • Average: 11.961%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.crossgen2.win-x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:20:04.595Z (1 day ago)
  • Versions: 199
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 17,190,642 Total
  • Rankings:
    • Downloads: 0.571%
    • Average: 11.962%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.maccatalyst-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:00:20.838Z (1 day ago)
  • Versions: 168
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 15,645,506 Total
  • Rankings:
    • Downloads: 0.609%
    • Average: 11.975%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.host.osx-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:19:44.863Z (1 day ago)
  • Versions: 171
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 17,275,000 Total
  • Rankings:
    • Downloads: 0.864%
    • Average: 12.06%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.crossgen2.linux-musl-x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:37:24.569Z (1 day ago)
  • Versions: 199
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 6,635,696 Total
  • Rankings:
    • Downloads: 1.053%
    • Average: 12.123%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.aot.win-x64.cross.android-arm

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T09:02:50.879Z (1 day ago)
  • Versions: 168
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 7,338,305 Total
  • Rankings:
    • Downloads: 1.07%
    • Average: 12.129%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:12:31.513Z (1 day ago)
  • Versions: 293
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,610,604 Total
  • Rankings:
    • Downloads: 1.23%
    • Average: 12.182%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.android-x86.msi.x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:13:17.648Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,207,726 Total
  • Rankings:
    • Downloads: 1.645%
    • Average: 12.32%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: 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.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:11:35.967Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,307,834 Total
  • Rankings:
    • Downloads: 1.648%
    • Average: 12.321%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.android-arm64.msi.x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:51:12.120Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,186,488 Total
  • Rankings:
    • Downloads: 1.685%
    • Average: 12.334%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T10:33:06.713Z (1 day ago)
  • Versions: 124
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8,670,341 Total
  • Rankings:
    • Downloads: 1.761%
    • Average: 12.359%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.iossimulator-arm64.msi.x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:35:43.076Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3,913,687 Total
  • Rankings:
    • Downloads: 1.763%
    • Average: 12.36%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.maccatalyst-x64.msi.x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:09:53.385Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3,893,176 Total
  • Rankings:
    • Downloads: 1.791%
    • Average: 12.369%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.host.linux-musl-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T19:32:30.930Z (1 day ago)
  • Versions: 245
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,710,401 Total
  • Rankings:
    • Downloads: 1.952%
    • Average: 12.423%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.entityframeworkcore.specification.tests

Shared test suite for Entity Framework Core database providers.

  • Homepage: https://docs.microsoft.com/ef/core/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:51:35.847Z (1 day ago)
  • Versions: 290
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 1,056,625 Total
  • Rankings:
    • Downloads: 1.999%
    • Average: 12.438%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (4)
nuget.org: microsoft.net.sdk.il

Provides support for building IL projects.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:59:20.832Z (1 day ago)
  • Versions: 97
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 560,604 Total
  • Rankings:
    • Downloads: 2.059%
    • Average: 12.458%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.entityframeworkcore.relational.specification.tests

Shared test suite for Entity Framework Core relational database providers.

  • Homepage: https://docs.microsoft.com/ef/core/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:54:42.096Z (1 day ago)
  • Versions: 290
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 906,710 Total
  • Rankings:
    • Downloads: 2.179%
    • Average: 12.498%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (4)
nuget.org: microsoft.netcore.app.runtime.aot.linux-x64.cross.android-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T09:05:52.666Z (1 day ago)
  • Versions: 171
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3,365,126 Total
  • Rankings:
    • Downloads: 2.3%
    • Average: 12.539%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.browser-wasm.msi.x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:03:33.199Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,888,845 Total
  • Rankings:
    • Downloads: 2.971%
    • Average: 12.762%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:41:36.552Z (1 day ago)
  • Versions: 21
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8,219 Total
  • Rankings:
    • Dependent repos count: 6.967%
    • Average: 12.828%
    • Dependent packages count: 18.69%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:04:08.476Z (1 day ago)
  • Versions: 21
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9,931 Total
  • Rankings:
    • Dependent repos count: 6.967%
    • Average: 12.828%
    • Dependent packages count: 18.69%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.crossgen2.linux-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:29:25.514Z (1 day ago)
  • Versions: 168
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2,163,600 Total
  • Rankings:
    • Downloads: 3.638%
    • Average: 12.985%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: system.net.serversentevents

Provides a simple parser for server-sent events (SSE). Commonly Used Types: System.Net.ServerSentEvents.SseParser

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T02:12:47.414Z (2 days ago)
  • Versions: 52
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 33,869,342 Total
  • Rankings:
    • Dependent repos count: 7.398%
    • Downloads: 12.076%
    • Average: 13.107%
    • Dependent packages count: 19.847%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.tvossimulator-x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview.7.26381.103 (published 12 days ago)
  • Last Synced: 2026-08-22T12:38:46.159Z (1 day ago)
  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 7.342%
    • Average: 13.52%
    • Dependent packages count: 19.698%
nuget.org: microsoft.netcore.app.runtime.aot.osx-arm64.cross.iossimulator-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:29:10.669Z (1 day ago)
  • Versions: 90
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3,169,530 Total
  • Rankings:
    • Downloads: 6.613%
    • Average: 13.976%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.aot.osx-arm64.cross.android-x86

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T19:32:09.039Z (1 day ago)
  • Versions: 90
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2,383,695 Total
  • Rankings:
    • Downloads: 8.187%
    • Average: 14.501%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.aot.osx-arm64.cross.android-arm

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:56:33.826Z (1 day ago)
  • Versions: 90
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2,376,236 Total
  • Rankings:
    • Downloads: 8.197%
    • Average: 14.504%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.crossgen2.win-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:29:22.750Z (1 day ago)
  • Versions: 168
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 159,566 Total
  • Rankings:
    • Downloads: 8.356%
    • Average: 14.557%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.iossimulator-arm64.msi.arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:15:11.969Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 162,145 Total
  • Rankings:
    • Downloads: 9.588%
    • Average: 14.968%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.android-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:01:58.636Z (1 day ago)
  • Versions: 44
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 141,433 Total
  • Rankings:
    • Downloads: 12.431%
    • Dependent repos count: 13.819%
    • Average: 15.029%
    • Dependent packages count: 18.835%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.android-x86.msi.arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:52:41.387Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 176,991 Total
  • Rankings:
    • Downloads: 9.968%
    • Dependent repos count: 14.978%
    • Average: 15.094%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.android-arm64.msi.x86

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:35:50.743Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 145,496 Total
  • Rankings:
    • Downloads: 10.192%
    • Dependent repos count: 14.978%
    • Average: 15.169%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.net.runtime.monoaotcompiler.task.msi.arm64

Provides the MonoAOTCompiler task

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:56:34.706Z (1 day ago)
  • Versions: 164
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 124,333 Total
  • Rankings:
    • Downloads: 12.806%
    • Dependent repos count: 14.978%
    • Average: 16.04%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: runtime.linux-arm.microsoft.netcore.ilasm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:36:40.123Z (1 day ago)
  • Versions: 106
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 81,456 Total
  • Rankings:
    • Downloads: 12.891%
    • Dependent repos count: 14.978%
    • Average: 16.069%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.net.sdk.webassembly.pack.msi.x64

SDK for building and publishing WebAssembly applications.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:55:37.868Z (1 day ago)
  • Versions: 54
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 979,070 Total
  • Rankings:
    • Dependent repos count: 7.398%
    • Average: 16.248%
    • Dependent packages count: 19.847%
    • Downloads: 21.499%
  • Maintainers (2)
nuget.org: microsoft.net.runtime.android.sample.mono

Internal package for sharing Android App Builder.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:36:42.681Z (1 day ago)
  • Versions: 171
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 47,067 Total
  • Rankings:
    • Downloads: 14.034%
    • Dependent repos count: 14.978%
    • Average: 16.45%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.android-arm

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview.7.26381.103 (published 12 days ago)
  • Last Synced: 2026-08-22T13:06:16.446Z (1 day ago)
  • Versions: 18
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 30,344 Total
  • Rankings:
    • Dependent repos count: 13.819%
    • Average: 17.043%
    • Downloads: 18.474%
    • Dependent packages count: 18.835%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.linux-bionic-x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:16:07.109Z (1 day ago)
  • Versions: 121
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 131,976 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Downloads: 15.875%
    • Average: 17.064%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: 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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:08:12.210Z (1 day ago)
  • Versions: 55
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 479,863 Total
  • Rankings:
    • Dependent repos count: 7.398%
    • Average: 17.832%
    • Dependent packages count: 19.847%
    • Downloads: 26.249%
  • Maintainers (2)
nuget.org: microsoft.net.runtime.webassembly.wasi.sdk

Provides the tasks+targets, for consumption by wasi based workloads

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:57:30.925Z (1 day ago)
  • Versions: 95
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 202,427 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Average: 18.0%
    • Downloads: 18.685%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: runtime.linux-musl-x64.microsoft.netcore.ilasm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:11:35.237Z (1 day ago)
  • Versions: 97
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 56,758 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Average: 18.157%
    • Downloads: 19.155%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: runtime.linux-musl-arm64.microsoft.netcore.ildasm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:03:54.498Z (1 day ago)
  • Versions: 97
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 56,189 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Average: 18.339%
    • Downloads: 19.702%
    • Dependent packages count: 20.338%
  • Maintainers (2)
nuget.org: runtime.linux-musl-arm.microsoft.netcore.ildasm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Disassembler.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:00:08.416Z (1 day ago)
  • Versions: 87
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 43,486 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Average: 19.531%
    • Dependent packages count: 20.338%
    • Downloads: 23.278%
  • Maintainers (2)
nuget.org: runtime.linux-musl-arm.microsoft.netcore.ilasm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:56:42.631Z (1 day ago)
  • Versions: 87
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 43,761 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Average: 19.718%
    • Dependent packages count: 20.338%
    • Downloads: 23.84%
  • Maintainers (2)
nuget.org: runtime.osx-arm64.microsoft.netcore.ilasm

Internal implementation package not meant for direct consumption. Please do not reference directly. The .NET IL Assembler.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:52:42.927Z (1 day ago)
  • Versions: 86
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 81,776 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Average: 19.992%
    • Dependent packages count: 20.338%
    • Downloads: 24.66%
  • Maintainers (2)
nuget.org: microsoft.net.runtime.webassembly.wasi.sdk.msi.x64

Provides the tasks+targets, for consumption by wasi based workloads

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:06:29.050Z (1 day ago)
  • Versions: 93
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 106,609 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 20.565%
    • Downloads: 26.38%
  • Maintainers (2)
nuget.org: 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.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:51:10.211Z (1 day ago)
  • Versions: 56
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 38,225 Total
  • Rankings:
    • Dependent repos count: 7.398%
    • Dependent packages count: 19.847%
    • Average: 21.52%
    • Downloads: 37.314%
  • Maintainers (2)
nuget.org: 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.

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:51:10.022Z (1 day ago)
  • Versions: 56
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 38,139 Total
  • Rankings:
    • Dependent repos count: 7.398%
    • Dependent packages count: 19.847%
    • Average: 21.589%
    • Downloads: 37.522%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.aot.linux-musl-arm64.cross.android-x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:24:44.703Z (1 day ago)
  • Versions: 57
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 24,423 Total
  • Rankings:
    • Dependent repos count: 7.398%
    • Dependent packages count: 19.847%
    • Average: 22.722%
    • Downloads: 40.921%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.nativeaot.win-x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:58:18.833Z (1 day ago)
  • Versions: 57
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2,190,118 Total
  • Rankings:
    • Dependent repos count: 7.398%
    • Dependent packages count: 19.847%
    • Average: 22.818%
    • Downloads: 41.209%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.aot.win-arm64.cross.android-arm

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:23:47.156Z (1 day ago)
  • Versions: 57
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 30,170 Total
  • Rankings:
    • Dependent repos count: 7.398%
    • Dependent packages count: 19.847%
    • Average: 22.926%
    • Downloads: 41.531%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.aot.win-arm64.cross.android-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T11:54:41.498Z (1 day ago)
  • Versions: 57
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 30,051 Total
  • Rankings:
    • Dependent repos count: 7.398%
    • Dependent packages count: 19.847%
    • Average: 22.932%
    • Downloads: 41.55%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.nativeaot.maccatalyst-x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:10:54.951Z (1 day ago)
  • Versions: 93
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 24,790 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 23.981%
    • Downloads: 36.627%
  • Maintainers (2)
nuget.org: microsoft.net.runtime.librarybuilder.sdk

Provides the tasks+targets, for consumption by ios and android based workloads

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T13:04:51.027Z (1 day ago)
  • Versions: 94
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 28,438 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 24.188%
    • Downloads: 37.247%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.nativeaot.osx-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:49:01.208Z (1 day ago)
  • Versions: 90
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 516,889 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 24.327%
    • Downloads: 37.664%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.aot.linux-arm64.cross.android-x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-21T19:04:36.424Z (2 days ago)
  • Versions: 90
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 77,143 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 24.41%
    • Downloads: 37.913%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.aot.linux-arm64.cross.android-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T19:32:08.187Z (1 day ago)
  • Versions: 90
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 77,881 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 24.437%
    • Downloads: 37.996%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.mono.wasi-wasm.msi.x86

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-21T19:03:36.389Z (2 days ago)
  • Versions: 93
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 43,493 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 24.475%
    • Downloads: 38.108%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.nativeaot.tvossimulator-arm64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:15:13.420Z (1 day ago)
  • Versions: 93
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 19,873 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 24.577%
    • Downloads: 38.415%
  • Maintainers (2)
nuget.org: microsoft.netcore.app.runtime.nativeaot.osx-x64

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

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:52:07.161Z (1 day ago)
  • Versions: 90
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 216,462 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 24.592%
    • Downloads: 38.46%
  • Maintainers (2)
nuget.org: microsoft.net.runtime.webassembly.wasi.sdk.msi.x86

Provides the tasks+targets, for consumption by wasi based workloads

  • Homepage: https://dot.net/
  • Licenses: MIT
  • Latest release: 10.0.11 (published 12 days ago)
  • Last Synced: 2026-08-22T12:29:10.021Z (1 day ago)
  • Versions: 93
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 42,162 Total
  • Rankings:
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
    • Average: 25.491%
    • Downloads: 41.157%
  • Maintainers (2)
nuget.org: microsoft.dotnet.web.itemtemplates.11.0

Web File Templates for Microsoft Template Engine. To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.ItemTemplates.11.0::11.0.0-preview.7.26381.103'. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview.7.26381.103 (published 12 days ago)
  • Last Synced: 2026-08-22T13:37:23.306Z (1 day ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
nuget.org: aspnetcoreruntime.11.0.x86

This site extension installs Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes.

  • Homepage: https://asp.net/
  • Licenses: MIT
  • Latest release: 11.0.0-preview-7-26381-103 (published 12 days ago)
  • Last Synced: 2026-08-21T19:03:32.887Z (2 days ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

src/aspnetcore/src/Components/Web.JS/package.json npm
  • @babel/core ^7.23.6 development
  • @babel/preset-env ^7.23.6 development
  • @babel/preset-typescript ^7.23.3 development
  • @microsoft/dotnet-js-interop * development
  • @microsoft/dotnet-runtime * development
  • @microsoft/signalr * development
  • @microsoft/signalr-protocol-msgpack * development
  • @types/jsdom ^16.2.14 development
  • @typescript-eslint/eslint-plugin ^5.26.0 development
  • @typescript-eslint/parser ^5.26.0 development
  • babel-jest ^29.7.0 development
  • eslint ^8.16.0 development
  • eslint-plugin-header ^3.1.1 development
  • jest ^29.7.0 development
  • jest-environment-jsdom ^29.7.0 development
  • jest-junit ^16.0.0 development
src/aspnetcore/src/Components/dotnet-runtime-js/package.json npm
src/aspnetcore/src/JSInterop/Microsoft.JSInterop.JS/src/package.json npm
  • @babel/core ^7.23.6 development
  • @babel/preset-env ^7.23.6 development
  • @babel/preset-typescript ^7.26.0 development
  • @typescript-eslint/eslint-plugin ^8.0.0 development
  • @typescript-eslint/parser ^8.0.0 development
  • babel-jest ^29.7.0 development
  • eslint ^8.56.0 development
  • eslint-plugin-jsdoc ^46.9.1 development
  • eslint-plugin-prefer-arrow ^1.2.3 development
  • jest ^29.7.0 development
  • jest-environment-jsdom ^29.7.0 development
  • jest-junit ^16.0.0 development
  • rimraf ^6.1.3 development
  • typescript ^5.3.3 development
src/aspnetcore/src/SignalR/clients/ts/package.json npm
  • @types/jest ^26.0.20 development
  • @types/node ^14.14.31 development
  • @typescript-eslint/eslint-plugin ^5.56.0 development
  • @typescript-eslint/parser ^5.56.0 development
  • eslint ^8.16.0 development
  • eslint-plugin-jsdoc ^44.2.3 development
  • inspectpack ^4.6.1 development
  • jest ^29.5.0 development
  • jest-jasmine2 ^29.5.0 development
  • jest-junit ^13.0.0 development
  • rimraf ^6.1.3 development
  • terser ^5.14.2 development
  • terser-webpack-plugin ^5.3.1 development
  • ts-jest ^29.0.5 development
  • ts-loader ^8.0.17 development
  • typescript ^4.9.5 development
  • webpack ^5.94.0 development
  • webpack-cli ^4.9.2 development
src/arcade/src/Microsoft.DotNet.Build.Tasks.FileCatalog/Microsoft.DotNet.Build.Tasks.FileCatalog.csproj nuget
  • Microsoft.Build.Utilities.Core *
src/arcade/src/Microsoft.DotNet.NuGetRepack/tests/Resources/TestPackageE.nuspec nuget
  • TestPackageF 1.0.0-beta.12345.1
src/aspnetcore/src/Components/Testing/testassets/TestApp.Client/TestApp.Client.csproj nuget
src/aspnetcore/src/Mvc/build/package-lock.json npm
  • jquery 3.7.1 development
  • jquery-validation 1.20.0 development
eng/tools/BinaryToolKit/BinaryToolKit.csproj nuget
  • Microsoft.Build.Tasks.Core *
  • Microsoft.Build.Utilities.Core *
  • Microsoft.Extensions.FileSystemGlobbing *
eng/tools/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection.csproj nuget
  • Microsoft.Build.Utilities.Core *
eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/Microsoft.DotNet.UnifiedBuild.Tasks.csproj nuget
  • Microsoft.Build.Tasks.Core *
  • Microsoft.Build.Utilities.Core *
  • NuGet.ProjectModel *
  • NuGet.Protocol *
src/arcade/src/Microsoft.Cci.Extensions/Microsoft.Cci.Extensions.csproj nuget
  • System.Composition *
src/arcade/src/Microsoft.DotNet.Build.Tasks.VisualStudio/Microsoft.DotNet.Build.Tasks.VisualStudio.csproj nuget
  • Microsoft.Build.Tasks.Core *
  • Newtonsoft.Json *
  • System.IO.Packaging *
src/arcade/src/Microsoft.DotNet.Helix/JobSender/Microsoft.DotNet.Helix.JobSender.csproj nuget
  • Azure.Storage.Blobs *
  • Microsoft.Data.OData *
src/arcade/src/Microsoft.DotNet.NuGetRepack/tests/Resources/TestPackageG.nuspec nuget
src/aspnetcore/src/Components/CustomElements/src/js/package.json npm
src/aspnetcore/src/SignalR/clients/java/signalr/messagepack/build.gradle maven
  • org.msgpack:jackson-dataformat-msgpack 0.9.11 implementation
  • org.msgpack:msgpack-core 0.9.11 implementation
src/aspnetcore/src/Middleware/Spa/SpaServices.Extensions/test/package.json npm
src/aspnetcore/src/ProjectTemplates/Web.ProjectTemplates/package.json npm
  • bootstrap ^5.3.3
  • jquery 3.7
  • jquery-validation ^1.21.0
  • jquery-validation-unobtrusive ^4.0.0
src/aspnetcore/src/SignalR/clients/ts/FunctionalTests/package.json npm
  • @babel/core ^7.23.3 development
  • @babel/preset-env ^7.23.3 development
  • @babel/preset-typescript ^7.23.3 development
  • @types/debug 0.0.30 development
  • @types/jasmine ^2.8.8 development
  • @types/karma ^6.3.1 development
  • @types/node ^9.6.28 development
  • babel-jest ^29.7.0 development
  • debug ^3.1.0 development
  • es6-promise ^4.2.4 development
  • filemanager-webpack-plugin ^8.0.0 development
  • jasmine ^3.2.0 development
  • jasmine-core ^3.2.1 development
  • karma ^6.3.16 development
  • karma-chrome-launcher ^3.1.0 development
  • karma-edge-launcher ^0.4.2 development
  • karma-firefox-launcher ^2.1.1 development
  • karma-ie-launcher ^1.0.0 development
  • karma-jasmine ^4.0.1 development
  • karma-junit-reporter ^2.0.1 development
  • karma-mocha-reporter ^2.2.5 development
  • karma-safari-launcher ^1.0.0 development
  • karma-sourcemap-loader ^0.3.7 development
  • karma-summary-reporter ^3.0.0 development
  • mitt ^3.0.0 development
  • process ^0.11.10 development
  • rxjs ^6.3.3 development
  • ts-node ^10.9.2 development
  • typescript ^5.0.2 development
  • webpack ^5.94.0 development
  • ws ^6.0.0 development
  • @microsoft/signalr *
  • @microsoft/signalr-protocol-msgpack *
src/aspnetcore/src/submodules/MessagePack-CSharp/src/MessagePack.UnityClient/Assets/RuntimeUnitTestToolkit/package.json npm
eng/tools/BuildComparer/BuildComparer.csproj nuget
  • Microsoft.DotNet.Build.Manifest *
  • System.CommandLine *
src/arcade/eng/common/internal/Tools.csproj nuget
  • Drop.App $(DropAppVersion)
  • Microsoft.DotNet.IBCMerge $(MicrosoftDotNetIBCMergeVersion)
  • Microsoft.ManifestTool.CrossPlatform $(MicrosoftManifestToolCrossPlatformVersion)
  • Microsoft.VisualStudioEng.MicroBuild.Core $(MicrosoftVisualStudioEngMicroBuildCoreVersion)
  • Microsoft.VisualStudioEng.MicroBuild.Plugins.SwixBuild $(MicrosoftVisualStudioEngMicroBuildPluginsSwixBuildVersion)
src/arcade/src/Microsoft.DotNet.Arcade.Sdk.Tests/testassets/RepoWithConditionalProjectsToBuild/src/Always/Always.csproj nuget
src/arcade/src/Microsoft.DotNet.Build.Tasks.Packaging/tests/Microsoft.DotNet.Build.Tasks.Packaging.Tests.csproj nuget
  • AwesomeAssertions *
  • Microsoft.Build.Tasks.Core *
  • Newtonsoft.Json *
  • NuGet.Packaging *
src/arcade/src/Microsoft.DotNet.Build.Tasks.TargetFramework/src/Microsoft.DotNet.Build.Tasks.TargetFramework.csproj nuget
  • Microsoft.Build.Tasks.Core *
  • NuGet.Packaging *
src/arcade/src/Microsoft.DotNet.Helix/Client/CSharp/Microsoft.DotNet.Helix.Client.csproj nuget
  • Azure.Core *
  • Newtonsoft.Json *
src/arcade/src/Microsoft.DotNet.Helix/JobMonitor/Microsoft.DotNet.Helix.JobMonitor.csproj nuget
  • Azure.Identity *
  • Azure.Storage.Blobs *
  • Microsoft.Extensions.Logging.Console *
  • Newtonsoft.Json *
  • System.CommandLine *
src/arcade/src/Microsoft.DotNet.SetupNugetSources.Tests/Microsoft.DotNet.SetupNugetSources.Tests.csproj nuget
  • AwesomeAssertions *
src/arcade/src/Microsoft.DotNet.SignCheckLibrary/Microsoft.DotNet.SignCheckLibrary.csproj nuget
  • LZMA-SDK *
  • Microsoft.Signed.Wix *
  • Microsoft.VisualStudio.OLE.Interop *
  • NuGet.Frameworks *
  • NuGet.Packaging *
  • System.IO.Packaging *
  • System.Security.Cryptography.Xml *
src/arcade/src/Microsoft.DotNet.SignCheckTask/Microsoft.DotNet.SignCheckTask.csproj nuget
  • Microsoft.Build.Utilities.Core *
src/aspnetcore/src/SignalR/clients/ts/signalr/package.json npm
  • abort-controller ^3.0.0
  • eventsource ^2.0.2
  • fetch-cookie ^2.0.3
  • node-fetch ^2.6.7
  • ws ^7.5.10
eng/tools/ChangeValidation/ChangeValidation.csproj nuget
  • Microsoft.DotNet.DarcLib *
  • Microsoft.Extensions.FileSystemGlobbing *
  • Microsoft.Extensions.Hosting *
  • Microsoft.Extensions.Logging *
eng/tools/CloakedFileScan/CloakedFileScan.csproj nuget
  • Microsoft.DotNet.DarcLib *
  • Microsoft.Extensions.Hosting *
  • Microsoft.Extensions.Logging *
src/arcade/src/Microsoft.DotNet.Build.Tasks.Installers.Tests/Microsoft.DotNet.Build.Tasks.Installers.Tests.csproj nuget
  • AwesomeAssertions *
  • Microsoft.Build.Framework *
  • Microsoft.Build.Utilities.Core *
src/arcade/src/Microsoft.DotNet.MacOsPkg/Core/Microsoft.DotNet.MacOsPkg.Core.csproj nuget
src/aspnetcore/.devcontainer/Dockerfile docker
  • mcr.microsoft.com/devcontainers/dotnet latest build
src/aspnetcore/src/Components/WebAssembly/Authentication.Msal/src/Interop/package.json npm
  • @azure/msal-browser ^4.30.0
src/arcade/src/Microsoft.DotNet.Arcade.Sdk/Microsoft.DotNet.Arcade.Sdk.csproj nuget
  • Microsoft.Build *
  • Microsoft.Build.Tasks.Core *
  • NuGet.Versioning *
src/arcade/src/Microsoft.DotNet.Arcade.Validation.Tests/Microsoft.DotNet.Arcade.Validation.Tests.csproj nuget
  • AwesomeAssertions *
  • MSBuild.ProjectCreation *
  • Microsoft.Build *
src/arcade/src/Microsoft.DotNet.Helix/AzureDevOpsTestPublisher/Microsoft.DotNet.Helix.AzureDevOpsTestPublisher.csproj nuget
  • Microsoft.Extensions.Logging.Abstractions *
src/arcade/src/Microsoft.DotNet.NuGetRepack/tests/Microsoft.DotNet.NuGetRepack.Tests.csproj nuget
  • Microsoft.Build.Tasks.Core *
  • NuGet.Versioning *
src/arcade/src/Microsoft.DotNet.NuGetRepack/tests/Resources/TestPackageA.nuspec nuget
src/arcade/src/Microsoft.DotNet.NuGetRepack/tests/Resources/TestPackageD.nuspec nuget
  • LCC [1.2.0, ]
src/arcade/src/Microsoft.DotNet.RemoteExecutor/tests/Microsoft.DotNet.RemoteExecutor.Tests.csproj nuget
src/arcade/src/Microsoft.DotNet.XUnitConsoleRunner/src/Microsoft.DotNet.XUnitConsoleRunner.csproj nuget
  • xunit.abstractions *
  • xunit.runner.reporters *
src/aspnetcore/eng/tools/DependabotDiscovery/DependabotDiscovery.csproj nuget
  • AngleSharp $(AngleSharpVersion)
  • Azure.Identity $(AzureIdentityVersion)
  • BenchmarkDotNet $(BenchmarkDotNetVersion)
  • CommandLineParser $(CommandLineParserVersion)
  • FSharp.Core $(FSharpCoreVersion)
  • Google.Api.CommonProtos $(GoogleApiCommonProtosVersion)
  • Google.Protobuf $(GoogleProtobufVersion)
  • Grpc.AspNetCore $(GrpcAspNetCoreVersion)
  • Grpc.AspNetCore.Server $(GrpcAspNetCoreServerVersion)
  • Grpc.Auth $(GrpcAuthVersion)
  • Grpc.Net.Client $(GrpcNetClientVersion)
  • Grpc.Tools $(GrpcToolsVersion)
  • MessagePack $(MessagePackVersion)
  • MessagePackAnalyzer $(MessagePackAnalyzerVersion)
  • Microsoft.AspNet.WebApi.Client $(MicrosoftAspNetWebApiClientVersion)
  • Microsoft.AspNetCore.AzureAppServices.SiteExtension.10.0.x64 $(MicrosoftAspNetCoreAzureAppServicesSiteExtension100x64Version)
  • Microsoft.AspNetCore.AzureAppServices.SiteExtension.10.0.x86 $(MicrosoftAspNetCoreAzureAppServicesSiteExtension100x86Version)
  • Microsoft.AspNetCore.AzureAppServices.SiteExtension.8.0.x64 $(MicrosoftAspNetCoreAzureAppServicesSiteExtension80x64Version)
  • Microsoft.AspNetCore.AzureAppServices.SiteExtension.8.0.x86 $(MicrosoftAspNetCoreAzureAppServicesSiteExtension80x86Version)
  • Microsoft.AspNetCore.AzureAppServices.SiteExtension.9.0.x64 $(MicrosoftAspNetCoreAzureAppServicesSiteExtension90x64Version)
  • Microsoft.AspNetCore.AzureAppServices.SiteExtension.9.0.x86 $(MicrosoftAspNetCoreAzureAppServicesSiteExtension90x86Version)
  • Microsoft.AspNetCore.Mvc.Razor.Extensions $(MicrosoftAspNetCoreMvcRazorExtensionsVersion)
  • Microsoft.AspNetCore.Razor.Language $(MicrosoftAspNetCoreRazorLanguageVersion)
  • Microsoft.Azure.SignalR $(MicrosoftAzureSignalRVersion)
  • Microsoft.Bcl.HashCode $(MicrosoftBclHashCodeVersion)
  • Microsoft.Build.Locator $(MicrosoftBuildLocatorVersion)
  • Microsoft.CSharp $(MicrosoftCSharpVersion)
  • Microsoft.CodeAnalysis.CSharp.Analyzer.Testing $(MicrosoftCodeAnalysisCSharpAnalyzerTestingVersion)
  • Microsoft.CodeAnalysis.CSharp.CodeFix.Testing $(MicrosoftCodeAnalysisCSharpCodeFixTestingVersion)
  • Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing $(MicrosoftCodeAnalysisCSharpSourceGeneratorsTestingVersion)
  • Microsoft.CodeAnalysis.Razor $(MicrosoftCodeAnalysisRazorVersion)
  • Microsoft.Css.Parser $(MicrosoftCssParserVersion)
  • Microsoft.Data.SqlClient $(MicrosoftDataSqlClientVersion)
  • Microsoft.Data.SqlClient.Extensions.Azure $(MicrosoftDataSqlClientExtensionsAzureVersion)
  • Microsoft.Extensions.DiagnosticAdapter $(MicrosoftExtensionsDiagnosticAdapterVersion)
  • Microsoft.Extensions.Http.Resilience $(MicrosoftExtensionsHttpResilienceVersion)
  • Microsoft.Internal.AspNetCore.H2Spec.All $(MicrosoftInternalAspNetCoreH2SpecAllVersion)
  • Microsoft.OpenApi $(MicrosoftOpenApiVersion)
  • Microsoft.OpenApi.YamlReader $(MicrosoftOpenApiYamlReaderVersion)
  • Microsoft.Owin.Security.Cookies $(MicrosoftOwinSecurityCookiesVersion)
  • Microsoft.Owin.Testing $(MicrosoftOwinTestingVersion)
  • Microsoft.Playwright $(MicrosoftPlaywrightVersion)
  • Microsoft.Playwright.Xunit.v3 $(MicrosoftPlaywrightXunitV3Version)
  • Microsoft.Web.Administration $(MicrosoftWebAdministrationVersion)
  • Microsoft.Win32.Registry $(MicrosoftWin32RegistryVersion)
  • Microsoft.Windows.CsWin32 $(MicrosoftWindowsCsWin32Version)
  • ModelContextProtocol $(ModelContextProtocolVersion)
  • ModelContextProtocol.AspNetCore $(ModelContextProtocolAspNetCoreVersion)
  • Mono.Cecil $(MonoCecilVersion)
  • Mono.TextTemplating $(MonoTextTemplatingVersion)
  • Moq $(MoqVersion)
  • NSwag.ApiDescription.Client $(NSwagApiDescriptionClientVersion)
  • Newtonsoft.Json $(NewtonsoftJsonVersion)
  • Newtonsoft.Json.Bson $(NewtonsoftJsonBsonVersion)
  • OpenTelemetry.Exporter.OpenTelemetryProtocol $(OpenTelemetryExporterOpenTelemetryProtocolVersion)
  • OpenTelemetry.Extensions.Hosting $(OpenTelemetryExtensionsHostingVersion)
  • OpenTelemetry.Instrumentation.AspNetCore $(OpenTelemetryInstrumentationAspNetCoreVersion)
  • OpenTelemetry.Instrumentation.Http $(OpenTelemetryInstrumentationHttpVersion)
  • OpenTelemetry.Instrumentation.Runtime $(OpenTelemetryInstrumentationRuntimeVersion)
  • Photino.NET $(PhotinoNETVersion)
  • Polly $(PollyVersion)
  • Polly.Extensions.Http $(PollyExtensionsHttpVersion)
  • Selenium.Support $(SeleniumSupportVersion)
  • Selenium.WebDriver $(SeleniumWebDriverVersion)
  • Serilog.Extensions.Logging $(SerilogExtensionsLoggingVersion)
  • Serilog.Sinks.File $(SerilogSinksFileVersion)
  • SharpFuzz $(SharpFuzzVersion)
  • StackExchange.Redis $(StackExchangeRedisVersion)
  • Swashbuckle.AspNetCore $(SwashbuckleAspNetCoreVersion)
  • System.Buffers $(SystemBuffersVersion)
  • System.CodeDom $(SystemCodeDomVersion)
  • System.CommandLine.Experimental $(SystemCommandLineExperimentalVersion)
  • System.ComponentModel $(SystemComponentModelVersion)
  • System.ComponentModel.Annotations $(SystemComponentModelAnnotationsVersion)
  • System.Memory $(SystemMemoryVersion)
  • System.Net.Http $(SystemNetHttpVersion)
  • System.Net.Sockets $(SystemNetSocketsVersion)
  • System.Reactive.Linq $(SystemReactiveLinqVersion)
  • System.Runtime.InteropServices.RuntimeInformation $(SystemRuntimeInteropServicesRuntimeInformationVersion)
  • System.Security.Cryptography.X509Certificates $(SystemSecurityCryptographyX509CertificatesVersion)
  • System.Security.Principal.Windows $(SystemSecurityPrincipalWindowsVersion)
  • System.Threading.Tasks.Extensions $(SystemThreadingTasksExtensionsVersion)
  • System.ValueTuple $(SystemValueTupleVersion)
  • Verify.SourceGenerators $(VerifySourceGeneratorsVersion)
  • Verify.Xunit $(VerifyXunitVersion)
  • Yarp.ReverseProxy $(YarpReverseProxyVersion)
  • xunit.abstractions $(xunitabstractionsVersion)
  • xunit.analyzers $(xunitanalyzersVersion)
  • xunit.assert $(xunitassertVersion)
  • xunit.extensibility.core $(xunitextensibilitycoreVersion)
  • xunit.extensibility.execution $(xunitextensibilityexecutionVersion)
  • xunit.v3 $(XunitV3Version)
  • xunit.v3.extensibility.core $(XunitV3ExtensibilityCoreVersion)
src/aspnetcore/src/Azure/AzureAppServicesIntegration/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj nuget
src/aspnetcore/src/Azure/samples/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj nuget
src/aspnetcore/src/Components/Components/perf/Microsoft.AspNetCore.Components.Performance.csproj nuget
src/aspnetcore/src/Components/Components/src/Microsoft.AspNetCore.Components.csproj nuget
src/aspnetcore/src/Components/Gateway/test/Microsoft.AspNetCore.Components.Gateway.Tests.csproj nuget
  • OpenTelemetry.Exporter.OpenTelemetryProtocol $(OpenTelemetryExporterOpenTelemetryProtocolVersion)
  • OpenTelemetry.Extensions.Hosting $(OpenTelemetryExtensionsHostingVersion)
  • OpenTelemetry.Instrumentation.AspNetCore $(OpenTelemetryInstrumentationAspNetCoreVersion)
  • OpenTelemetry.Instrumentation.Http $(OpenTelemetryInstrumentationHttpVersion)
  • OpenTelemetry.Instrumentation.Runtime $(OpenTelemetryInstrumentationRuntimeVersion)
src/aspnetcore/src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter/src/Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter.csproj nuget
src/aspnetcore/src/Components/Samples/BlazorWebAppGlobal/BlazorWebAppGlobal.csproj nuget
src/aspnetcore/src/Security/samples/PathSchemeSelection/bower.json bower
  • bootstrap 3.4.0
  • jquery 3.6.0
  • jquery-validation 1.19.5
  • jquery-validation-unobtrusive 4.0.0
src/aspnetcore/src/ProjectTemplates/test/Templates.Tests/package.json npm
  • selenium-standalone ^7.1.0
  • string_decoder >=1.3.0
src/arcade/src/Microsoft.DotNet.Build.Manifest/Microsoft.DotNet.Build.Manifest.csproj nuget
  • Microsoft.Build.Tasks.Core *
src/arcade/src/Microsoft.DotNet.Build.Tasks.Archives/Microsoft.DotNet.Build.Tasks.Archives.csproj nuget
src/aspnetcore/src/SignalR/clients/java/signalr/core/build.gradle maven
  • io.reactivex.rxjava3:rxjava 3.0.11 api
  • com.google.code.gson:gson 2.8.9 implementation
  • com.squareup.okhttp3:okhttp 4.12.0 implementation
  • org.slf4j:slf4j-api 1.7.25 implementation
src/arcade/src/Microsoft.DotNet.Build.Tasks.Installers/build/deb-package-tool/templates/debian/control deb
  • debhelper >=9 build
  • {DEPENDENT_PACKAGES} *
.github/workflows/apply-milestones.yml actions
  • actions/checkout v6 composite
  • actions/create-github-app-token v3 composite
  • actions/github-script v9 composite
src/aspnetcore/src/Security/samples/Cookies/bower.json bower
  • bootstrap 3.4.0
  • jquery 3.6.0
  • jquery-validation 1.19.5
  • jquery-validation-unobtrusive 4.0.0
.github/workflows/backport.yml actions
src/aspnetcore/src/Security/samples/ClaimsTransformation/bower.json bower
  • bootstrap 3.4.0
  • jquery 3.6.0
  • jquery-validation 1.19.5
  • jquery-validation-unobtrusive 4.0.0
src/aspnetcore/src/SignalR/clients/java/signalr/build.gradle maven
src/aspnetcore/package.json npm
  • @rollup/plugin-commonjs ^25.0.7 development
  • @rollup/plugin-node-resolve ^15.2.3 development
  • @rollup/plugin-replace ^5.0.5 development
  • @rollup/plugin-terser ^1.0.0 development
  • @rollup/plugin-typescript ^11.1.5 development
  • karma-sauce-launcher ^4.3.6 development
  • rimraf ^6.1.3 development
  • rollup ^4.9.2 development
  • rollup-plugin-filesize ^10.0.0 development
  • ts-node ^10.9.2 development
  • typescript ^5.3.3 development
src/aspnetcore/src/submodules/googletest/MODULE.bazel bazel
  • rules_python 1.3.0 development
  • abseil-cpp 20260107.0
  • platforms 0.0.11
  • re2 2025-11-05.bcr.1
  • rules_cc 0.2.8
src/aspnetcore/src/submodules/MessagePack-CSharp/.devcontainer/Dockerfile docker
  • mcr.microsoft.com/dotnet/sdk 8.0.300-jammy build
src/aspnetcore/src/Components/Server.AutoPause/src/js/package.json npm
src/aspnetcore/src/SignalR/clients/java/signalr/test/build.gradle maven
  • ch.qos.logback:logback-classic 1.2.3 implementation
  • com.google.code.gson:gson 2.8.9 implementation
  • org.junit.jupiter:junit-jupiter-params 5.11.2 implementation
  • org.junit.jupiter:junit-jupiter 5.11.2 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.11.2 testRuntimeOnly
  • org.junit.platform:junit-platform-launcher 1.9.3 testRuntimeOnly
src/aspnetcore/src/submodules/MessagePack-CSharp/src/MessagePack.UnityClient/Assets/Scripts/MessagePack/package.json npm
eng/common/internal/Tools.csproj nuget
  • Drop.App $(DropAppVersion)
  • Microsoft.DotNet.IBCMerge $(MicrosoftDotNetIBCMergeVersion)
  • Microsoft.ManifestTool.CrossPlatform $(MicrosoftManifestToolCrossPlatformVersion)
  • Microsoft.VisualStudioEng.MicroBuild.Core $(MicrosoftVisualStudioEngMicroBuildCoreVersion)
  • Microsoft.VisualStudioEng.MicroBuild.Plugins.SwixBuild $(MicrosoftVisualStudioEngMicroBuildPluginsSwixBuildVersion)
src/aspnetcore/package-lock.json npm
  • 1152 dependencies
src/arcade/src/Microsoft.DotNet.Build.Tasks.Templating/test/Microsoft.DotNet.Build.Tasks.Templating.Tests.csproj nuget
src/aspnetcore/src/Components/WebAssembly/WebAssembly.Authentication/src/Interop/package.json npm
  • oidc-client ^1.11.5
eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.MSBuildSdkResolver/Microsoft.DotNet.UnifiedBuild.MSBuildSdkResolver.csproj nuget
  • Microsoft.Build.Tasks.Core *
  • Microsoft.Build.Utilities.Core *
src/aspnetcore/src/Mvc/build/package.json npm
  • jquery-validation 1.20.0 development
src/arcade/src/Microsoft.DotNet.Build.Tasks.Installers/Microsoft.DotNet.Build.Tasks.Installers.csproj nuget
  • Microsoft.Build.Framework *
  • Microsoft.Build.Tasks.Core *
  • Microsoft.Build.Utilities.Core *
  • Newtonsoft.Json *
src/arcade/src/Microsoft.DotNet.SwaggerGenerator/Microsoft.DotNet.SwaggerGenerator.MSBuild/Microsoft.DotNet.SwaggerGenerator.MSBuild.csproj nuget
  • Microsoft.Build.Tasks.Core *
src/arcade/src/Microsoft.DotNet.XUnitV3Extensions/tests/Microsoft.DotNet.XUnitV3Extensions.AlwaysFalseConditionalAssembly.Tests.csproj nuget
src/aspnetcore/src/ProjectTemplates/Web.ProjectTemplates/package-lock.json npm
  • @popperjs/core 2.11.8
  • bootstrap 5.3.3
  • jquery 3.7.1
  • jquery-validation 1.21.0
  • jquery-validation-unobtrusive 4.0.0
src/aspnetcore/src/SignalR/clients/ts/signalr-protocol-msgpack/package.json npm
  • @microsoft/signalr >=11.0.0-dev
  • @msgpack/msgpack ^2.7.0
src/arcade/src/Microsoft.DotNet.SignCheck/Microsoft.DotNet.SignCheck.csproj nuget
  • System.CommandLine *
src/aspnetcore/src/Components/Testing/test/Microsoft.AspNetCore.Components.Testing.Tests.csproj nuget
src/aspnetcore/src/Components/WebAssembly/WebAssembly/test/Microsoft.AspNetCore.Components.WebAssembly.Tests.csproj nuget
src/aspnetcore/src/Components/WebAssembly/testassets/Wasm.Prerendered.Server/Wasm.Prerendered.Server.csproj nuget
src/aspnetcore/src/Components/benchmarkapps/Wasm.Performance/ConsoleHost/Wasm.Performance.ConsoleHost.csproj nuget
src/aspnetcore/src/DataProtection/EntityFrameworkCore/src/Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.csproj nuget
src/aspnetcore/src/DataProtection/StackExchangeRedis/test/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.Tests.csproj nuget
src/aspnetcore/src/DefaultBuilder/samples/SampleApp/DefaultBuilder.SampleApp.csproj nuget
src/aspnetcore/src/FileProviders/Embedded/src/Microsoft.Extensions.FileProviders.Embedded.multitarget.nuspec nuget
src/aspnetcore/src/Grpc/JsonTranscoding/test/testassets/IntegrationTestsWebsite/IntegrationTestsWebsite.csproj nuget
src/aspnetcore/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj nuget
src/aspnetcore/src/Http/Http.Extensions/test/Microsoft.AspNetCore.Http.Extensions.Tests.csproj nuget
  • Microsoft.CodeAnalysis.CSharp $(MicrosoftCodeAnalysisVersion_LatestVS)
  • Microsoft.CodeAnalysis.CSharp.Workspaces $(MicrosoftCodeAnalysisVersion_LatestVS)
src/aspnetcore/src/Http/Routing.Abstractions/src/Microsoft.AspNetCore.Routing.Abstractions.csproj nuget
src/aspnetcore/src/Mvc/Mvc.TagHelpers/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test.csproj nuget
eng/bootstrap/buildBootstrapPreviouslySB.csproj nuget
src/arcade/src/Microsoft.DotNet.Arcade.Sdk.Tests/Microsoft.DotNet.Arcade.Sdk.Tests.csproj nuget
  • Microsoft.Build *
  • Microsoft.Build.Tasks.Core *
  • Moq *
src/arcade/src/Microsoft.DotNet.Build.Manifest.Tests/Microsoft.DotNet.Build.Manifest.Tests.csproj nuget
  • AwesomeAssertions *
  • Moq *
src/arcade/src/Microsoft.DotNet.Build.Tasks.Feed/Microsoft.DotNet.Build.Tasks.Feed.csproj nuget
  • Azure.Core *
  • Azure.Identity *
  • Azure.Storage.Blobs *
  • Microsoft.Build.Tasks.Core *
  • Microsoft.DotNet.DarcLib *
  • Microsoft.DotNet.ProductConstructionService.Client *