Skip to content

Commit b6d8455

Browse files
authored
Fix API compat tool issue (#3546)
1 parent 8311162 commit b6d8455

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- https://learn.microsoft.com/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-
<Suppression>
5-
<DiagnosticId>CP0008</DiagnosticId>
6-
<Target>T:Microsoft.Identity.Web.CertificateSource</Target>
7-
<Left>lib/net6.0/Microsoft.Identity.Web.Certificate.dll</Left>
8-
<Right>lib/netstandard2.0/Microsoft.Identity.Web.Certificate.dll</Right>
9-
<IsBaselineSuppression>true</IsBaselineSuppression>
10-
</Suppression>
11-
<Suppression>
12-
<DiagnosticId>CP0008</DiagnosticId>
13-
<Target>T:Microsoft.Identity.Web.CertificateSource</Target>
14-
<Left>lib/net7.0/Microsoft.Identity.Web.Certificate.dll</Left>
15-
<Right>lib/netstandard2.0/Microsoft.Identity.Web.Certificate.dll</Right>
16-
<IsBaselineSuppression>true</IsBaselineSuppression>
17-
</Suppression>
184
</Suppressions>

0 commit comments

Comments
 (0)