Skip to content

Commit 2e9b9cf

Browse files
authored
Merge pull request #80 from grisha-kotler/RavenDB-24810-fix
RavenDB-24810 - set the correct LangVersion
2 parents f37cf97 + fde142a commit 2e9b9cf

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
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Version>3.0.54016</Version>
44
<FileVersion>3.0.54016.0</FileVersion>
5-
<LangVersion>latest</LangVersion>
5+
<LangVersion>12.0</LangVersion>
66
<DebugType>embedded</DebugType>
77

88
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)