dotnet-installer/TestAssets/TestProjects/DependencyContextValidator/TestAppPortable/project.json

23 lines
418 B
JSON
Raw Normal View History

2016-04-02 04:52:08 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
2016-04-02 04:52:08 +00:00
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-06-02 19:45:00 +00:00
"version": "1.0.0-rc3-004373"
2016-04-02 04:52:08 +00:00
},
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
2016-04-02 04:52:08 +00:00
}
}