ecdb10591c
When building a project.json that has schema warnings (and other warnings), we are not writing the warnings to the console. This is a regression. The fix is to add all diagnostic messages to the LibraryManager, which is responsible to hold all the diagnostic messages. Fix 3021
13 lines
No EOL
215 B
JSON
13 lines
No EOL
215 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"xmlDoc": true
|
|
},
|
|
"packInclude": {},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc2-24027"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {}
|
|
}
|
|
} |