2016-01-22 18:40:01 +00:00
|
|
|
{
|
2015-12-08 19:30:25 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"description": "LoadContextTest Console Application",
|
|
|
|
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-01-27 07:48:11 +00:00
|
|
|
"NETStandard.Library" : "1.0.0-rc3-23727",
|
2016-01-12 09:04:54 +00:00
|
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530",
|
2016-01-22 18:40:01 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*"
|
2015-12-08 19:30:25 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-01-22 18:40:01 +00:00
|
|
|
"dnxcore50": {
|
|
|
|
"imports": "portable-net451+win8"
|
|
|
|
}
|
2015-12-08 19:30:25 +00:00
|
|
|
}
|
|
|
|
}
|