Skip to content

Commit 31bd5f3

Browse files
committed
build: Bumping C# language version to 11
1 parent 8f9f048 commit 31bd5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

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

1717
<PropertyGroup Label="Compile settings">
1818
<Nullable>enable</Nullable>
19-
<LangVersion>10.0</LangVersion>
19+
<LangVersion>11.0</LangVersion>
2020
<ImplicitUsings>enable</ImplicitUsings>
2121
<TargetFramework>net7.0</TargetFramework>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)