Skip to content

Commit b8b531c

Browse files
committed
Add back condition for NET 8
1 parent 5a0af71 commit b8b531c

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
@@ -24,6 +24,7 @@
2424
<DefineConstants Condition="$(NhNetFx) AND '$(MSBuildProjectExtension)' == '.vbproj'">NETFX,$(DefineConstants)</DefineConstants>
2525
<NoWarn>$(NoWarn);NU1903</NoWarn>
2626
<NoWarn Condition="'$(TargetFramework)' == 'net6.0'">$(NoWarn);SYSLIB0011</NoWarn>
27+
<NoWarn Condition="'$(TargetFramework)' == 'net8.0'">$(NoWarn);SYSLIB0011;SYSLIB0050;SYSLIB0051</NoWarn>
2728
<NoWarn Condition="'$(TargetFramework)' == 'net10.0'">$(NoWarn);SYSLIB0011;SYSLIB0050;SYSLIB0051</NoWarn>
2829

2930
<Product>NHibernate</Product>

0 commit comments

Comments
 (0)