Disable Implicit Namespace Imports
This commit is contained in:
Родитель
e8a79364ca
Коммит
c408bf73e5
|
@ -14,6 +14,9 @@
|
||||||
|
|
||||||
<Product>$(AssemblyName) ($(TargetFramework))</Product>
|
<Product>$(AssemblyName) ($(TargetFramework))</Product>
|
||||||
<DefaultLanguage>en-US</DefaultLanguage>
|
<DefaultLanguage>en-US</DefaultLanguage>
|
||||||
|
|
||||||
|
<!-- Remove after .NET 6 RC1 update -->
|
||||||
|
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче