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

15 lines
280 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811",
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"dnxcore50": { }
}
}