Skip to content

Commit c05b71d

Browse files
committed
update CompatibilitySuppressions.xml
1 parent 2e19fe6 commit c05b71d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
33
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4-
<!-- 1.0.2 vs 1.1.0 -->
4+
<!-- 1.0.2 vs 1.2.0 -->
5+
<Suppression>
6+
<DiagnosticId>CP0008</DiagnosticId>
7+
<Target>T:Smdn.Net.AddressTables.AddressTableEntryState</Target>
8+
<Left>lib/net6.0/Smdn.Net.AddressResolution.dll</Left>
9+
<Right>lib/netstandard2.1/Smdn.Net.AddressResolution.dll</Right>
10+
<IsBaselineSuppression>true</IsBaselineSuppression>
11+
</Suppression>
512
<Suppression>
613
<DiagnosticId>CP0008</DiagnosticId>
714
<Target>T:Smdn.Net.AddressTables.AddressTableEntryState</Target>
815
<Left>lib/net7.0/Smdn.Net.AddressResolution.dll</Left>
9-
<Right>lib/net6.0/Smdn.Net.AddressResolution.dll</Right>
16+
<Right>lib/netstandard2.1/Smdn.Net.AddressResolution.dll</Right>
1017
<IsBaselineSuppression>true</IsBaselineSuppression>
1118
</Suppression>
1219
</Suppressions>

0 commit comments

Comments
 (0)