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 73975bc commit 5432873Copy full SHA for 5432873
src/Smdn.Reflection.ReverseGenerating.ListApi.Core/CompatibilitySuppressions.xml
@@ -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
9
10
+ <Target>net5.0</Target>
11
12
+</Suppressions>
0 commit comments