Skip to content

Commit fe27c0f

Browse files
committed
Update TFM define
1 parent a557593 commit fe27c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/BlobFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void CanGetBlobAsFilteredText(string autocrlf, string expectedText)
4343
}
4444
}
4545

46-
#if NETFRAMEWORK || NETCOREAPP2_1
46+
#if NETFRAMEWORK || NETCOREAPP3_1 //UTF-7 is disabled in .NET 5
4747
[Theory]
4848
[InlineData("ascii", 4, "31 32 33 34")]
4949
[InlineData("utf-7", 4, "31 32 33 34")]

0 commit comments

Comments
 (0)