Remove ImplicitUsings label, not supported by Net 6.0

This commit is contained in:
Óscar San José
2025-01-17 11:35:34 +01:00
parent bb47f5b6de
commit 8ef4c2c229
2 changed files with 3 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
| Program.cs:0:0:0:0 | Program.cs |
| obj/Debug/net9.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs:0:0:0:0 | obj/Debug/net9.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs |
| obj/Debug/net9.0/autobuild.AssemblyInfo.cs:0:0:0:0 | obj/Debug/net9.0/autobuild.AssemblyInfo.cs |
| obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs:0:0:0:0 | obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs |
| obj/Debug/net5.0/autobuild.AssemblyInfo.cs:0:0:0:0 | obj/Debug/net5.0/autobuild.AssemblyInfo.cs |

View File

@@ -2,8 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>