Skip to content

Commit 02bb893

Browse files
committed
Suppress warning about obsolete ISystemClock
1 parent b301ea4 commit 02bb893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<IsPackable>false</IsPackable>
1616
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
1717
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
18+
<NoWarn>$(NoWarn);CS0618</NoWarn>
1819
</PropertyGroup>
1920

2021
<ItemGroup>

0 commit comments

Comments
 (0)