I am creating a Simple application in ASP.NET 5 Console in VS2015 CTP. For the below line of code
// Wait for user input
Console.ReadKey();
I am getting error 'Console' does not contain a definition for 'ReadKey'. Also i am getting a Suggestion as ASP.Net 5.0-Available ASP.NET Core 5.0- Not available
. ReadKey keyword is no more used ? what does that suggestion means i need to add some reference ?