Skip to content

Commit fb9d125

Browse files
committed
switching to C# 12
1 parent 8ce91cf commit fb9d125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputPath>..\..\run\</OutputPath>
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
88
<Nullable>enable</Nullable>
9-
<LangVersion>11</LangVersion>
9+
<LangVersion>12</LangVersion>
1010
<NoWarn>NU1604</NoWarn>
1111
<ImplicitUsings>enable</ImplicitUsings>
1212
</PropertyGroup>

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<WarningsAsErrors>$(WarningsAsErrors);RS0016;RS0017;RS0022;RS0024;RS0025;RS0026;RS0027</WarningsAsErrors>
2323

2424
<DebugType>embedded</DebugType>
25-
<LangVersion>11</LangVersion>
25+
<LangVersion>12</LangVersion>
2626
<ImplicitUsings>enable</ImplicitUsings>
2727
<Nullable>enable</Nullable>
2828
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>

0 commit comments

Comments
 (0)