dotnet / Scaffolding

Code generators to speed up development.
MIT License
624 stars 224 forks source link

Consolidate LangVersion on 'latest' #2736

Closed tlmii closed 2 months ago

tlmii commented 2 months ago

We have several different LangVersions specified in different places and overridden in others (including defaulting to an old old version 7.3 in D.B.props). Just a quick attempt to consolidate on latest, which appears to work for all projects currently.