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 992c009643f61edeae794e0cac6d9590e1b8a109 Author: Shad Storhaug <[email protected]> AuthorDate: Sun Jul 19 07:23:53 2020 +0700 Upgraded C# LangVersion to 8.0 --- Directory.Build.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 4cb9e84..20c96ce 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -21,6 +21,10 @@ <Project> <Import Project="build\Dependencies.props" /> + <PropertyGroup> + <LangVersion>8.0</LangVersion> + </PropertyGroup> + <!-- IMPORTANT: When these values are changed, the CI counter number should also be reset. --> <PropertyGroup Label="Version of Builds"> <!-- IMPORTANT: VersionPrefix must always be the same as the Lucene version this is based on.
