We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f60353 commit 06d4da7Copy full SHA for 06d4da7
src/MySqlConnector.Authentication.Ed25519/CompatibilitySuppressions.xml
@@ -1,8 +1,12 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
+<!-- https://learn.microsoft.com/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>.NETFramework,Version=v4.5</Target>
7
</Suppression>
8
+ <Suppression>
9
+ <DiagnosticId>PKV006</DiagnosticId>
10
+ <Target>.NETStandard,Version=v2.0</Target>
11
+ </Suppression>
12
</Suppressions>
0 commit comments