I have installed C# extensions, my .NET framework is updated, I just can't fix it.
The Windows 10 Universal CRT is a Windows operating system component that enables CRT functionality on the Windows operating system. This update allows Windows desktop applications that depend on the Windows 10 Universal CRT release to run on earlier Windows operating systems.
The C runtime Library (CRT) is the part of the C++ Standard Library that incorporates the ISO C standard library. The Visual C++ libraries that implement the CRT support native code development, and both mixed native and managed code. All versions of the CRT support multi-threaded development.
I have found the fix and I hope this will help someone in the future.
.csproj
file.In vs code
Go to the .csproj file and change
<LangVersion>4.0</LangVersion>
to any version you want eg. <LangVersion>7.2</LangVersion>
In Visual Studio
Right-click on the project node in Solution Explorer and select Properties.
Select the Build tab and select the Advanced button.
In language version dropdown, select any version you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With