Skip to content

Commit

Permalink
fix xml syntax in projectDefaults.props (#7752)
Browse files Browse the repository at this point in the history
  • Loading branch information
riarenas authored Aug 13, 2021
1 parent 9ba7f04 commit 18a1dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

<!-- Workaround breaking change in .NET SDK. See https://github.com/dotnet/sdk/issues/19521 -->
<DisableImplicitNamespaceImports>true<DisableImplicitNamespaceImports/>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>

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

0 comments on commit 18a1dad

Please sign in to comment.