Skip to content

Commit 844a9b8

Browse files
committed
Fix LangVersion
1 parent b986a8d commit 844a9b8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<AnalysisLevel>latest</AnalysisLevel>
66
<IncludeSymbols>true</IncludeSymbols>
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
8-
<LangVersion>10.0</LangVersion>
98
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
109
</PropertyGroup>
1110
</Project>

EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
5-
<LangVersion>latest</LangVersion>
65
</PropertyGroup>
76

87
<ItemGroup>

0 commit comments

Comments
 (0)