Skip to content

Commit 3dd12f0

Browse files
authored
Revert "Work around implicit usings breaking change (#7745)" (#7766)
This reverts commit 5f00dd2.
1 parent b8b66a7 commit 3dd12f0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Microsoft.DotNet.Arcade.Sdk/tools/ProjectDefaults.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222

2323
<!-- Disable the message indicating we are using a preview SDK. That is understood and by design -->
2424
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
25-
26-
<!-- Workaround breaking change in .NET SDK. See https://github.com/dotnet/sdk/issues/19521 -->
27-
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
2825

2926
<!-- By default do not build NuGet package for a non pkgproj project. Project may override. -->
3027
<IsPackable Condition="'$(MSBuildProjectExtension)' != '.pkgproj'">false</IsPackable>

0 commit comments

Comments
 (0)