We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On Mac OS X with Mono 3.10, the ConsoleApp sample would not compile until I changed the dependency in project.json from System.Console to System.Core.
project.json
System.Console
System.Core
Should it work with System.Console?