We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b32391 + 9dac60d commit abb19ecCopy full SHA for abb19ec
src/Markdig/Polyfills/EncodingExtensions.cs
@@ -2,7 +2,7 @@
2
// This file is licensed under the BSD-Clause 2 license.
3
// See the license.txt file in the project root for more information.
4
5
-#if !NETSTANDARD2_1_OR_GREATER
+#if !NETCOREAPP2_1_OR_GREATER && !NETSTANDARD2_1_OR_GREATER
6
7
using System.Runtime.InteropServices;
8
0 commit comments