Skip to content

Commit fd2c9cd

Browse files
resolve CS0436
1 parent 0506778 commit fd2c9cd

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<VersionSuffix>prerelease</VersionSuffix>
1919
<IsTestProject>false</IsTestProject>
2020
<!-- Adjust for SYSLIB0057 and SYSLIB0057 separately to .NET 10 upgrade -->
21-
<!-- //qq CS0436 SYSLIB0057 -->
22-
<NoWarn>SYSLIB0057;SYSLIB0058;CS0436</NoWarn>
21+
<!-- //qq SYSLIB0057 -->
22+
<NoWarn>SYSLIB0057;SYSLIB0058</NoWarn>
2323
</PropertyGroup>
2424

2525
<ItemGroup Condition="'$(IsPlugin)' == 'true'">

src/KurrentDB/Polyfills/ExcludeFromInteractiveRoutingAttribute.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)