# dotnet/standard

This repo is building the .NET Standard

Repository: https://github.com/dotnet/standard
Canonical: https://ross.abutalabs.com/products/standard
License: MIT
License Family: permissive
Archived: true
Last push: 2026-05-21T19:28:32+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 83, release rhythm 8, longevity 100
- inputs: {"age_days": 3654, "days_push": 104, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3037, forks 416 (observed 2026-08-28T04:07:39.147741+00:00)

## What it is
The repository for the .NET Standard specification, which defines a common set of .NET APIs that libraries can target across .NET implementations. It is now in maintenance mode, with future development moved to dotnet/runtime and new versions of .NET Standard no longer planned.

## Use cases
- understand what .NET Standard is and which APIs it covers
- decide which target framework to use for a .NET library
- find guidance on migrating from netstandard to net6.0+ targets
- look up version compatibility between .NET implementations

## When to choose
- you need historical reference material on .NET Standard versions
- you maintain an older library still targeting netstandard2.0/2.1
- you want to understand .NET API unification history

## When to avoid
- you are starting a new .NET library - target net6.0 or later instead
- you need the latest .NET API surface or runtime code - use dotnet/runtime
- you want active development or new .NET Standard versions - none are planned

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: documentation, type-system
- domain: programming-languages, developer-tools, cross-platform
- platform: dotnet, cross-platform
- tags: net-standard, api-specification, dotnet, archived-spec, library-targeting

## Member repositories
- dotnet/standard (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:39.147741+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:29:17.706150+00:00, confidence not recorded.
  - readme: https://github.com/dotnet/standard (fetched 2026-08-28T04:07:39.147741+00:00, sha f0734da39abe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
