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
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23931"
|
|
},
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"imports": "portable-net45+win8"
|
|
}
|
|
}
|
|
}
|