Skip to content

Commit 08b0689

Browse files
authored
Set <LangVersion> to preview (#35121)
See #35100
1 parent fd921d7 commit 08b0689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageTags>Entity Framework Core;entity-framework-core;EF;Data;O/RM;EntityFramework;EntityFrameworkCore;EFCore</PackageTags>
4040
<Product>Microsoft Entity Framework Core</Product>
4141
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
42-
<LangVersion>12.0</LangVersion>
42+
<LangVersion>preview</LangVersion>
4343
<Nullable>enable</Nullable>
4444
<DebugType>portable</DebugType>
4545
<PackageProjectUrl>https://docs.microsoft.com/ef/core/</PackageProjectUrl>

0 commit comments

Comments
 (0)