❔ 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.01 Reply
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.