dotnet-installer/TestAssets/LockFiles/ExportFiles/invalid_nofragment/project.json
2016-03-30 19:24:43 -07:00

22 lines
408 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net46": {
"dependencies": {
"ClassLibrary1": {
"target": "project"
},
"ClassLibrary2": {
"target": "project"
},
"ClassLibrary3": {
"target": "project"
}
}
}
}
}