24 lines
615 B
JSON
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": { }
|
|
}
|
|
}
|