Skip to content

Commit e8b51bd

Browse files
authored
Remove DisableImplicitNamespaceImports config (#27545)
1 parent 49ea987 commit e8b51bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Directory.Build.props

-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<PropertyGroup>
3636
<NoWarn>$(NoWarn.Replace(';1591', ''))</NoWarn>
3737
</PropertyGroup>
38-
39-
<PropertyGroup>
40-
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
41-
</PropertyGroup>
4238

4339
<ItemGroup>
4440
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />

0 commit comments

Comments
 (0)