Skip to content

Commit f57d274

Browse files
authored
CSHARP-4923: Upgrade to C# v12 (#1490)
1 parent 2261422 commit f57d274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

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

66
<PropertyGroup>
77
<TargetFrameworks>netstandard2.1;net472;net6.0</TargetFrameworks>
8-
<LangVersion>10.0</LangVersion>
8+
<LangVersion>12.0</LangVersion>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1010
<CodeAnalysisRuleSet>..\..\MongoDB.ruleset</CodeAnalysisRuleSet>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)