dotnet-installer/test/LoadContextTest/project.json

21 lines
472 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +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",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530",
2016-01-22 18:40:01 +00:00
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*"
},
"frameworks": {
2016-01-22 18:40:01 +00:00
"dnxcore50": {
"imports": "portable-net451+win8"
}
}
}