Skip to content

Commit

Permalink
Disable implicit imports in tools (dotnet#55828)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 authored Jul 20, 2021
1 parent ef2fe6e commit 89d0650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/tools/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<IsShipping>false</IsShipping>
<SignAssembly>false</SignAssembly>
<RunAnalyzers>false</RunAnalyzers>
<DisableImplicitNamespaceImports_DotNet>true</DisableImplicitNamespaceImports_DotNet>
</PropertyGroup>

<!-- MSBuild doesn't understand the Checked configuration -->
Expand Down

0 comments on commit 89d0650

Please sign in to comment.