Skip to content

Commit 091a698

Browse files
committed
Add back condition for NET 8
1 parent d895744 commit 091a698

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)