diff --git a/build/common.project.props b/build/common.project.props index ff77e947b9f..622fcbd6d77 100644 --- a/build/common.project.props +++ b/build/common.project.props @@ -50,7 +50,7 @@ $(SolutionPackagesFolder)microsoft.visualstudioeng.microbuild.core\1.0.0\build\ $(SolutionPackagesFolder)microsoft.dotnet.build.tasks.feed\6.0.0-beta.20528.5\tools\netcoreapp2.1\Microsoft.DotNet.Build.Tasks.Feed.dll $(SolutionPackagesFolder)microsoft.dotnet.maestro.tasks\1.1.0-beta.21378.2\tools\netcoreapp3.1\Microsoft.DotNet.Maestro.Tasks.dll - $(NoWarn);NU5105;MSB3277 + $(NoWarn);NU5105;MSB3277;NETSDK1138 $(NoWarn);CS1998;CA1416;CS0618;CS1574 diff --git a/test/NuGet.Core.Tests/NuGet.Packaging.Test/NuGet.Packaging.Test.csproj b/test/NuGet.Core.Tests/NuGet.Packaging.Test/NuGet.Packaging.Test.csproj index 5347e91f1ee..4e0a5934323 100644 --- a/test/NuGet.Core.Tests/NuGet.Packaging.Test/NuGet.Packaging.Test.csproj +++ b/test/NuGet.Core.Tests/NuGet.Packaging.Test/NuGet.Packaging.Test.csproj @@ -7,7 +7,7 @@ true Unit tests for NuGet.Packaging. - SYSLIB0023;SYSLIB0026 + $(NoWarn);SYSLIB0023;SYSLIB0026 diff --git a/test/TestExtensions/GenerateLicenseList/GenerateLicenseList.csproj b/test/TestExtensions/GenerateLicenseList/GenerateLicenseList.csproj index d179f494492..989c8b1258e 100644 --- a/test/TestExtensions/GenerateLicenseList/GenerateLicenseList.csproj +++ b/test/TestExtensions/GenerateLicenseList/GenerateLicenseList.csproj @@ -7,7 +7,7 @@ Exe net5.0 GenerateLicenseList - NU1505 + $(NoWarn);NU1505 A utility for updating the NuGet license list from the SPDX source.