We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dac4ca commit 5b56e1bCopy full SHA for 5b56e1b
build-common/NHibernate.props
@@ -21,6 +21,7 @@
21
<NhNetCoreApp>false</NhNetCoreApp>
22
<NhNetCoreApp Condition="$(TargetFramework.StartsWith('netcoreapp'))">true</NhNetCoreApp>
23
<DefineConstants Condition="$(NhNetCoreApp) AND $(NhVbNet) == ''" >NETCOREAPP2_0_OR_GREATER;$(DefineConstants)</DefineConstants>
24
+ <WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
25
26
<Product>NHibernate</Product>
27
<Company>NHibernate.info</Company>
0 commit comments