Disable ImplicitUsings

This commit is contained in:
2025-06-04 16:55:16 -03:00
parent 58f300e39b
commit e4986367e7
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<IsPublishable>false</IsPublishable> <IsPublishable>false</IsPublishable>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>

View File

@ -8,7 +8,6 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<ImplicitUsings>enable</ImplicitUsings>
<IsPublishable>false</IsPublishable> <IsPublishable>false</IsPublishable>
<Nullable>annotations</Nullable> <Nullable>annotations</Nullable>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>