Language
C#
Compiler
.NET Core 2.1.401
Options
Raw compiler options
-p:LangVersion=7.1
$ dotnet build -p:LangVersion=7.1
Program.cs(5,15): error CS8107: Feature 'async main' is not available in C# 7.0. Please use language version 7.1 or greater. [/home/jail/prog/prog.csproj]
CSC : error CS5001: Program does not contain a static 'Main' method suitable for an entry point [/home/jail/prog/prog.csproj]
The build failed. Please fix the build errors and run again.
Exit Code:
1