There was an error while loading. Please reload this page.
1 parent b8b66a7 commit 3dd12f0Copy full SHA for 3dd12f0
1 file changed
src/Microsoft.DotNet.Arcade.Sdk/tools/ProjectDefaults.props
@@ -22,9 +22,6 @@
22
23
<!-- Disable the message indicating we are using a preview SDK. That is understood and by design -->
24
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
25
-
26
- <!-- Workaround breaking change in .NET SDK. See https://github.com/dotnet/sdk/issues/19521 -->
27
- <DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
28
29
<!-- By default do not build NuGet package for a non pkgproj project. Project may override. -->
30
<IsPackable Condition="'$(MSBuildProjectExtension)' != '.pkgproj'">false</IsPackable>
0 commit comments