Skip to content

Commit e9ad97a

Browse files
committed
Updated c# language version setting to 14
1 parent 53025e7 commit e9ad97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Common.csproj.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- Common C# Properties -->
1414
<PropertyGroup>
15-
<LangVersion>12.0</LangVersion>
15+
<LangVersion>14.0</LangVersion>
1616
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1717
<Features>strict</Features>
1818
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)