I have used a conversion tool to bring a project from C# to VB.NET.
The VB.NET compiler now tells me the following error:
"The value "7.3" is not valid for option "langversion".
I have shown all files in my VB.NET project by clicking the "Show all files" button in the project explorer, then I made a text search for both "7.3" and "langversion", but it wouldn't find anything.
Where in my project is this value stored? Perhaps if I see where it originates from, I can more easily find the culprit.
Thank you!