Error CS8400 'file scoped namespace' feature is not available in C# 8.0

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
eftalboza
User
Posts: 38

Error CS8400 'file scoped namespace' feature is not available in C# 8.0

Post by eftalboza »

"Error CS8400 'file scoped namespace' feature is not available in C# 8.0. Please use 10.0 or higher language version."

Can you help me for the reason of the error I get as a result of compilation?


MichaelG
User
Posts: 1095

Post by MichaelG »

Make sure that you have installed .NET SDK 6.0.1 / ASP.NET Core 6.0.1 or later. Read system requirement:
https://aspnetmaker.dev/download.php


eftalboza
User
Posts: 38

Post by eftalboza »

Thanks problem solved.


Post Reply