Skip to content

Commit

Permalink
Remove DisableImplicitNamespaceImports_DotNet (#61656)
Browse files Browse the repository at this point in the history
Global usings no longer means "global breaking" after RC1.
  • Loading branch information
MichalStrehovsky committed Nov 18, 2021
1 parent 9962c10 commit 30550d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,6 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<!-- By default the SDK produces ref assembly for 5.0 or later -->
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<!-- We have very special projects that don't always contain default references. We also build MSBuild Tasks
and there are some implicit namespaces that clash, i.e System.Threading.Tasks. -->
<DisableImplicitNamespaceImports_DotNet>true</DisableImplicitNamespaceImports_DotNet>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 30550d6

Please sign in to comment.