Skip to content

Commit f5def62

Browse files
committed
Add a file with package validation suppressions.
1 parent 7e766c1 commit f5def62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/TileDB.CSharp/CompatibilitySuppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
3-
<Suppressions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
44
<Suppression>
55
<DiagnosticId>PKV006</DiagnosticId>
66
<Target>net5.0</Target>

0 commit comments

Comments
 (0)