Skip to content

Commit 4adfb5d

Browse files
authored
fix: Disabled NU1701 Warnings (#74) [skip ci]
1 parent ab2cd41 commit 4adfb5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/NetEvolve.Arguments.Tests.Unit/NetEvolve.Arguments.Tests.Unit.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
55
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
6+
7+
<NoWarn>$(NoWarn);NU1701</NoWarn>
68
</PropertyGroup>
79

810
<ItemGroup>

0 commit comments

Comments
 (0)