[sln] Set LangVersion to preview

This allows us to use the field keyword when targeting net90.
This commit is contained in:
Laura Hausmann 2025-03-11 00:42:28 +01:00
parent 78bd70e2ab
commit 1bd69467af
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -2,7 +2,7 @@
<!-- Target framework & language version -->
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>latest</LangVersion>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<!-- Common build options -->