This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit c9019016092aeace3c27e499981fafaf28303406 Author: Shad Storhaug <[email protected]> AuthorDate: Thu Nov 12 10:48:29 2020 +0700 Directory.Build.props: Upgraded to C# 9.0 --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 8cd9ea7..e36781d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -22,7 +22,7 @@ <Import Project="build\Dependencies.props" /> <PropertyGroup> - <LangVersion>8.0</LangVersion> + <LangVersion>9.0</LangVersion> </PropertyGroup> <!-- IMPORTANT: When these values are changed, the CI counter number should also be reset. -->
