We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a557593 commit fe27c0fCopy full SHA for fe27c0f
LibGit2Sharp.Tests/BlobFixture.cs
@@ -43,7 +43,7 @@ public void CanGetBlobAsFilteredText(string autocrlf, string expectedText)
43
}
44
45
46
-#if NETFRAMEWORK || NETCOREAPP2_1
+#if NETFRAMEWORK || NETCOREAPP3_1 //UTF-7 is disabled in .NET 5
47
[Theory]
48
[InlineData("ascii", 4, "31 32 33 34")]
49
[InlineData("utf-7", 4, "31 32 33 34")]
0 commit comments