dotnet-installer/test/LoadContextTest/project.json

23 lines
550 B
JSON
Raw Normal View History

{
"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": { }
}
}