dotnet-installer/TestAssets/LockFiles/ExportFiles/invalid_missmatching-versions/project.json

23 lines
408 B
JSON
Raw Normal View History

2016-03-25 04:52:46 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net46": {
"dependencies": {
"ClassLibrary1": {
"target": "project"
},
"ClassLibrary2": {
"target": "project"
},
"ClassLibrary3": {
"target": "project"
}
}
}
}
}