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

18 lines
331 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": {
"DependencyContextValidator": "1.0.0-*",
"System.Diagnostics.Process": {
"version": "4.1.0-rc3-24201-00",
"type": "build"
}
2016-04-02 04:52:08 +00:00
},
"frameworks": {
"net46": {}
2016-04-02 04:52:08 +00:00
}
}