{ "category": "products", "description": "Official .NET product identifiers and their display information", "items": [ { "string": "dotnet-runtime", "display_name": ".NET Runtime Libraries", "description": "The .NET runtime libraries, such as CoreCLR and System.Text.Json" }, { "string": "dotnet-aspnetcore", "display_name": "ASP.NET Core Runtime", "description": "The ASP.NET Core runtime, such as Kestrel and ASP.NET MVC" }, { "string": "dotnet-windows-desktop", "display_name": ".NET Windows Desktop Runtime", "description": "Windows-specific libraries, such as Windows Forms, WPF, and WinRT bindings" }, { "string": "dotnet-sdk", "display_name": ".NET SDK", "description": "The primary developer component, including the CLI, MSBuild, and all of the runtime libraries" } ] }