Skip to content

Commit 465a957

Browse files
committed
Bump C# LangVersion to 14.0
Update Directory.Build.props to set <LangVersion>14.0</LangVersion>, enabling C# 14 language features across the solution. Ensure build environments use an SDK/compilers that support C# 14.
1 parent 9eac7ef commit 465a957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4-
<LangVersion>13.0</LangVersion>
4+
<LangVersion>14.0</LangVersion>
55
<Nullable>enable</Nullable>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77

0 commit comments

Comments
 (0)