Skip to content

Commit 2c5fa92

Browse files
committed
Bump to LangVersion 14
1 parent 553e0a9 commit 2c5fa92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<DebugType>embedded</DebugType>
66
<EmbedUntrackedSources>true</EmbedUntrackedSources>
7-
<LangVersion>12.0</LangVersion>
7+
<LangVersion>14.0</LangVersion>
88
<MSBuildCopyContentTransitively>false</MSBuildCopyContentTransitively>
99
<Nullable>enable</Nullable>
1010
</PropertyGroup>

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Never use Microsoft.Testing.Platform mode, as that bypasses the VSTest adapter -->
88
<DisableTestingPlatformServerCapability>true</DisableTestingPlatformServerCapability>
99
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
10-
<LangVersion>12.0</LangVersion>
10+
<LangVersion>14.0</LangVersion>
1111
<PackageId>$(MSBuildProjectName)</PackageId>
1212
<VersionPrefix>99.99.99-dev</VersionPrefix>
1313
<WarningsAsErrors>true</WarningsAsErrors>

0 commit comments

Comments
 (0)