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 17c12bef618a11ce974ccc369df7309dd0c8c642
Author: Shad Storhaug <[email protected]>
AuthorDate: Fri Jul 24 08:54:40 2020 +0700

    Directory.Build.props: Disabled warnings for features that require .NET 
Standard 2.1
---
 Directory.Build.props | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Directory.Build.props b/Directory.Build.props
index 20c96ce..4804162 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -23,6 +23,9 @@
 
   <PropertyGroup>
     <LangVersion>8.0</LangVersion>
+    <!-- Disabling warnings that require .NET Standard 2.1 -->
+    <NoWarn>$(NoWarn);IDE0056</NoWarn>
+    <NoWarn>$(NoWarn);IDE0057</NoWarn>
   </PropertyGroup>
   
   <!-- IMPORTANT: When these values are changed, the CI counter number should 
also be reset. -->

Reply via email to