Skip to content

Commit 5b56e1b

Browse files
Allow restore with vulnerable targets
1 parent 4dac4ca commit 5b56e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-common/NHibernate.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<NhNetCoreApp>false</NhNetCoreApp>
2222
<NhNetCoreApp Condition="$(TargetFramework.StartsWith('netcoreapp'))">true</NhNetCoreApp>
2323
<DefineConstants Condition="$(NhNetCoreApp) AND $(NhVbNet) == ''" >NETCOREAPP2_0_OR_GREATER;$(DefineConstants)</DefineConstants>
24+
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
2425

2526
<Product>NHibernate</Product>
2627
<Company>NHibernate.info</Company>

0 commit comments

Comments
 (0)