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

17 lines
331 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"DependencyContextValidator": "1.0.0-*",
"System.Diagnostics.Process": {
"version": "4.1.0-rc3-24127-01",
"type": "build"
}
},
"frameworks": {
"net46": {}
}
}