dotnetentrypoint entryPoint in project.json is not working ??? Just default console application using dotnet new. Only two changes: Added new node in project.json: "entryPoint": "Test" Changed Main method name to Test in Program.cs