Error Tip:
No type or namespace name "Windows" in namespace "test.wpf.system" (missing assembly reference?)
This error occurs when my project contains the System namespace.
I predict this is due to the implicit namespaces of.net6.
I tried <DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> and <Using Remove="XXX.System" /> but it didn't work.

Repeat steps:
build project
Error Code:
https://github.com/344089386/WpfTest