update-distro-packages

Installation
SKILL.md

Update Distro Packages

Create and maintain per-distro JSON files in release-notes/{version}/distros/. Each file declares the native packages .NET depends on for a specific distribution, scoped to a single .NET version.

Directory structure

release-notes/{version}/distros/
├── dependencies.json    # distro-agnostic dependency list (what .NET needs)
├── index.json           # lists all per-distro file names
├── alpine.json          # per-distro: dependencies with distro-specific names
├── ubuntu.json
├── fedora.json
└── ...

When to use

Installs
2
Repository
dotnet/core
GitHub Stars
22.0K
First Seen
Apr 28, 2026
update-distro-packages — dotnet/core