Skip to content

Commit 9218fc6

Browse files
committed
disable CS0618 for tests
1 parent e974d55 commit 9218fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ZLinq.Tests/ZLinq.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<LangVersion>13</LangVersion>
99
<IsPackable>false</IsPackable>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11-
<NoWarn>$(NoWarn);CS8002</NoWarn>
11+
<NoWarn>$(NoWarn);CS8002;CS0618</NoWarn>
1212

1313
<!-- Microsoft.Testing.Platform Support -->
1414
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)