[sln] Set LangVersion to preview
This allows us to use the field keyword when targeting net90.
This commit is contained in:
parent
78bd70e2ab
commit
1bd69467af
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<!-- Target framework & language version -->
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<LangVersion>preview</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Common build options -->
|
||||
|
|
Loading…
Add table
Reference in a new issue