dotnet-installer/pkg/projects/descriptions.json

28 lines
1 KiB
JSON
Raw Normal View History

[
{
"Name": "RuntimePackage",
"Description": "Internal implementation package not meant for direct consumption. Please do not reference directly.",
"CommonTypes": [ ]
},
{
"Name": "Microsoft.NETCore.DotNetHostPolicy",
"Description": "Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing",
"CommonTypes": [ ]
},
{
"Name": "Microsoft.NETCore.DotNetHostResolver",
"Description": "Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost",
"CommonTypes": [ ]
},
{
"Name": "Microsoft.NETCore.DotNetHost",
"Description": "Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module",
"CommonTypes": [ ]
},
{
"Name": "Microsoft.NETCore.App",
"Description": "A set of .NET API's that are included in the default .NET Core application model.",
"CommonTypes": [ ]
},
]