diff --git a/src/SourceBuild/content/repo-projects/aspnetcore.proj b/src/SourceBuild/content/repo-projects/aspnetcore.proj index f28ac6286..289b506f3 100644 --- a/src/SourceBuild/content/repo-projects/aspnetcore.proj +++ b/src/SourceBuild/content/repo-projects/aspnetcore.proj @@ -24,19 +24,12 @@ true DependenciesOnly - - - - - - - - CA1512;CA1822;CA1854;IDE0005;IDE0059;NETSDK1206 + + + + - CS9057 - DependenciesOnly diff --git a/src/SourceBuild/content/repo-projects/installer.proj b/src/SourceBuild/content/repo-projects/installer.proj index 8e4875fa8..043d9182f 100644 --- a/src/SourceBuild/content/repo-projects/installer.proj +++ b/src/SourceBuild/content/repo-projects/installer.proj @@ -44,9 +44,6 @@ $(StandardSourceBuildCommand) $(BuildCommandArgs) DependenciesOnly - - - CS9057 diff --git a/src/SourceBuild/content/repo-projects/nuget-client.proj b/src/SourceBuild/content/repo-projects/nuget-client.proj index 5a7f45c32..0dfd76a88 100644 --- a/src/SourceBuild/content/repo-projects/nuget-client.proj +++ b/src/SourceBuild/content/repo-projects/nuget-client.proj @@ -5,7 +5,7 @@ $(KeysDir)NuGet.Client.snk true - CS9057;SYSLIB0051 + SYSLIB0051 diff --git a/src/SourceBuild/content/repo-projects/razor.proj b/src/SourceBuild/content/repo-projects/razor.proj index 7e1f9a25e..efb392b9e 100644 --- a/src/SourceBuild/content/repo-projects/razor.proj +++ b/src/SourceBuild/content/repo-projects/razor.proj @@ -4,10 +4,6 @@ DependenciesOnly $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) - - - NU1507 diff --git a/src/SourceBuild/content/repo-projects/vstest.proj b/src/SourceBuild/content/repo-projects/vstest.proj index 51b7cb237..d1ad320f3 100644 --- a/src/SourceBuild/content/repo-projects/vstest.proj +++ b/src/SourceBuild/content/repo-projects/vstest.proj @@ -5,13 +5,7 @@ $(StandardSourceBuildArgs) $(BuildCommandArgs) /p:SemanticVersioningV1=true $(ProjectDirectory)\eng\common\build$(ShellExtension) $(BuildCommandArgs) - true - - - - IDE0059;SYSLIB0051 - DependenciesOnly