2016-01-22 10:40:01 -08:00
|
|
|
{
|
2015-12-08 11:30:25 -08:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"description": "LoadContextTest Console Application",
|
|
|
|
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-02-01 20:48:34 -08:00
|
|
|
"NETStandard.Library" : "1.0.0-rc2-23728",
|
2016-01-12 01:04:54 -08:00
|
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530",
|
2016-01-22 10:40:01 -08:00
|
|
|
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*"
|
2015-12-08 11:30:25 -08:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-01-22 10:40:01 -08:00
|
|
|
"dnxcore50": {
|
2016-01-28 10:55:22 -08:00
|
|
|
"imports": "portable-net45+win8"
|
2016-01-22 10:40:01 -08:00
|
|
|
}
|
2015-12-08 11:30:25 -08:00
|
|
|
}
|
|
|
|
}
|