namespace StabilityMatrix.Core.Models; public enum PackagePrerequisite { Python310, VcRedist, Git, Node, Dotnet7, Dotnet8 }