20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "LoadContextTest Console Application",
|
|
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library" : "1.0.0-rc2-23728",
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530",
|
|
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"imports": "portable-net45+win8"
|
|
}
|
|
}
|
|
}
|