C#C
C#3y ago
Dongle

❔ Resolving the language version used for a project

How do I resolve the language version used for a project in an MSBuild target? For example, if the user has the .NET 7 SDK as latest and they specify <LangVersion>latest</LangVersion>, it should return 11.0
Was this page helpful?