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

19 lines
375 B
JSON

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