File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 <MicroBuildDirectory >$(SolutionPackagesFolder)microsoft.visualstudioeng.microbuild.core\1.0.0\build\</MicroBuildDirectory >
5151 <MicrosoftDotNetBuildTasksFeedFilePath >$(SolutionPackagesFolder)microsoft.dotnet.build.tasks.feed\6.0.0-beta.20528.5\tools\netcoreapp2.1\Microsoft.DotNet.Build.Tasks.Feed.dll</MicrosoftDotNetBuildTasksFeedFilePath >
5252 <MicrosoftDotNetMaestroTasksFilePath >$(SolutionPackagesFolder)microsoft.dotnet.maestro.tasks\1.1.0-beta.21378.2\tools\netcoreapp3.1\Microsoft.DotNet.Maestro.Tasks.dll</MicrosoftDotNetMaestroTasksFilePath >
53- <NoWarn >$(NoWarn);NU5105;MSB3277</NoWarn >
53+ <NoWarn >$(NoWarn);NU5105;MSB3277;CA1416 </NoWarn >
5454 <!-- additional warnings new in .NET 6 that we need to disable when building with source-build -->
5555 <NoWarn Condition =" '$(DotNetBuildFromSource)' == 'true'" >$(NoWarn);CS1998;CA1416;CS0618;CS1574</NoWarn >
5656 </PropertyGroup >
295295 $(RepositoryRootDirectory)src\NuGet.Core\NuGet.Versioning\NuGet.Versioning.csproj;
296296 $(RepositoryRootDirectory)src\NuGet.Core\NuGet.Credentials\NuGet.Credentials.csproj;
297297 $(RepositoryRootDirectory)src\NuGet.Core\NuGet.LibraryModel\\NuGet.LibraryModel.csproj;" />
298-
298+
299299 <CoreUnitTestProjects Include =" $(RepositoryRootDirectory)test\NuGet.Core.Tests\NuGet.Commands.Test\NuGet.Commands.Test.csproj;
300300 $(RepositoryRootDirectory)test\NuGet.Core.Tests\NuGet.Common.Test\NuGet.Common.Test.csproj;
301301 $(RepositoryRootDirectory)test\NuGet.Core.Tests\NuGet.Configuration.Test\NuGet.Configuration.Test.csproj;
You can’t perform that action at this time.
0 commit comments