dotnet-installer/TestAssets/TestProjects/DependencyContextValidator/TestAppPortable/project.json
2016-04-05 08:06:17 -07:00

19 lines
380 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23931"
},
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netstandard1.5": {
"imports" : "dnxcore50"
}
}
}