Skip to content

Commit c95b0d2

Browse files
committed
supress other warning
1 parent 0de7ed5 commit c95b0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML/Microsoft.ML.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<IncludeBuildOutput>false</IncludeBuildOutput>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
7+
<NoWarn>$(NoWarn);NU5118;NU5127;NU5128</NoWarn>
88
<PackageDescription>ML.NET is a cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers.</PackageDescription>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)