dotnet-installer/pkg/projects/Microsoft.NETCore.App/project.json
Wes Haggard 3ab4a30eb8 Add support for pkgprojs in cli repp
- 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
2016-04-06 10:34:23 -07:00

45 lines
2.1 KiB
JSON

{
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160321-04",
"Microsoft.CodeAnalysis.VisualBasic": "1.3.0-beta1-20160321-04",
"Microsoft.CSharp": "4.0.1-rc2-23931",
"Microsoft.VisualBasic": "10.0.1-rc2-23931",
"NETStandard.Library": "1.5.0-rc2-23931",
"System.Buffers": "4.0.0-rc2-23931",
"System.Collections.Immutable": "1.2.0-rc2-23931",
"System.ComponentModel": "4.0.1-rc2-23931",
"System.ComponentModel.Annotations": "4.1.0-rc2-23931",
"System.Diagnostics.DiagnosticSource": "4.0.0-rc2-23931",
"System.Diagnostics.Process": "4.1.0-rc2-23931",
"System.Dynamic.Runtime": "4.0.11-rc2-23931",
"System.Globalization.Extensions": "4.0.1-rc2-23931",
"System.IO.FileSystem.Watcher": "4.0.0-rc2-23931",
"System.IO.MemoryMappedFiles": "4.0.0-rc2-23931",
"System.IO.UnmanagedMemoryStream": "4.0.1-rc2-23931",
"System.Linq.Expressions": "4.0.11-rc2-23931",
"System.Linq.Parallel": "4.0.1-rc2-23931",
"System.Linq.Queryable": "4.0.1-rc2-23931",
"System.Net.NameResolution": "4.0.0-rc2-23931",
"System.Net.Requests": "4.0.11-rc2-23931",
"System.Net.Security": "4.0.0-rc2-23931",
"System.Net.WebHeaderCollection": "4.0.1-rc2-23931",
"System.Numerics.Vectors": "4.1.1-rc2-23931",
"System.Reflection.DispatchProxy": "4.0.1-rc2-23931",
"System.Reflection.Metadata": "1.3.0-rc2-23931",
"System.Reflection.TypeExtensions": "4.1.0-rc2-23931",
"System.Resources.Reader": "4.0.0-rc2-23931",
"System.Runtime.Loader": "4.0.0-rc2-23931",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-23931",
"System.Security.Cryptography.Encoding": "4.0.0-rc2-23931",
"System.Security.Cryptography.Primitives": "4.0.0-rc2-23931",
"System.Security.Cryptography.X509Certificates": "4.1.0-rc2-23931",
"System.Threading.Tasks.Dataflow": "4.6.0-rc2-23931",
"System.Threading.Tasks.Extensions": "4.0.0-rc2-23931",
"System.Threading.Tasks.Parallel": "4.0.1-rc2-23931",
"System.Threading.Thread": "4.0.0-rc2-23931",
"System.Threading.ThreadPool": "4.0.10-rc2-23931"
},
"frameworks": {
"netstandard1.5": { }
}
}