Skip to content

Commit b84866e

Browse files
committed
Suppress warning about obsolete ISystemClock
1 parent 672f1ac commit b84866e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
3-
<NoWarn>$(NoWarn);AV2210</NoWarn>
3+
<NoWarn>$(NoWarn);AV2210;CS0618</NoWarn>
44
</PropertyGroup>
55

66
<PropertyGroup Condition="'$(Configuration)'=='Release'">
7-
<NoWarn>$(NoWarn);1591</NoWarn>
7+
<NoWarn>$(NoWarn);1591;CS0618</NoWarn>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)