Skip to content

Commit 5432873

Browse files
committed
add CompatibilitySuppressions.xml
1 parent 73975bc commit 5432873

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
3+
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4+
<Suppression>
5+
<DiagnosticId>PKV006</DiagnosticId>
6+
<Target>.NETCoreApp,Version=v3.1</Target>
7+
</Suppression>
8+
<Suppression>
9+
<DiagnosticId>PKV006</DiagnosticId>
10+
<Target>net5.0</Target>
11+
</Suppression>
12+
</Suppressions>

0 commit comments

Comments
 (0)