3ab4a30eb8
- Move src\corehost\packaging to pkg\ directory. - Renamed PackageCoreHost to PackagePkgProjects and removed blocker - Updated copy of packages in PackagePkgProjects target to override (because there is no proper clean) - Update dir.props to match the package version for the runtime.json - Moved all CoreHost packages under Microsoft.NETCore.DotNetHost directory - Add the license files to the packages Add support for building Microsoft.NETCore.App meta-package - VersionNumber will be of form 1.0.0-rc2-<NETSTandard.Library build#>-<CLIbuild#> EX: 1.0.0-rc2-23931-002203
27 lines
1 KiB
JSON
27 lines
1 KiB
JSON
[
|
|
{
|
|
"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": [ ]
|
|
},
|
|
]
|