Answer the question
In order to leave comments, you need to log in
Error after updating the net core 3 project, how to cure?
After updating the Web Application project, from version 3 to version 3. 1, an error appears
1>Areas\Identity\Pages\Account\Login.cshtml.cs(79,23,79,26): error CS8370: Feature 'coalescing assignment' is not available in C# 7.3. Please use language version 8.0 or greater.
Answer the question
In order to leave comments, you need to log in
Cured by adding the following code to csproj
<PropertyGroup>
<LangVersion>latest</LangVersion>
<!-- другие обьявления в этом блоке -->
</PropertyGroup>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question