Skip to content

Commit 168b62f

Browse files
committed
Suppress Encoding.UTF7 warning
1 parent ae450c9 commit 168b62f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net472;netcoreapp2.1;net5.0</TargetFrameworks>
5+
<NoWarn>$(NoWarn);SYSLIB0001</NoWarn>
56
</PropertyGroup>
67

78
<ItemGroup>

0 commit comments

Comments
 (0)