dotnet-installer/test/LoadContextTest/project.json
Andrew Stanton-Nurse 2f5465fea3 even more pr feedback
2015-12-08 12:03:03 -08:00

22 lines
550 B
JSON

{
"version": "1.0.0-*",
"description": "LoadContextTest Console Application",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-23516",
"System.Collections": "4.0.11-beta-23516",
"System.Console": "4.0.0-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Threading": "4.0.11-beta-23516",
"Microsoft.DotNet.ProjectModel.Loader": { "target": "project" }
},
"frameworks": {
"dnxcore50": { }
}
}