Skip to content

Commit 9cbf44b

Browse files
authored
Add compatibility suppression files to repo (#45507)
1 parent 04f6062 commit 9cbf44b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Suppressions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<Suppression>
4+
<DiagnosticId>PKV004</DiagnosticId>
5+
<Target>net7.0</Target>
6+
</Suppression>
7+
</Suppressions>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Suppressions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<Suppression>
4+
<DiagnosticId>PKV0001</DiagnosticId>
5+
<Target>net7.0</Target>
6+
</Suppression>
7+
</Suppressions>

0 commit comments

Comments
 (0)