dotnet-installer/test/LoadContextTest/project.json
2016-01-08 10:07:58 -08:00

24 lines
615 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.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.DotNet.ProjectModel.Loader": { "target": "project" }
},
"frameworks": {
"dnxcore50": { }
}
}