Correção do Projeto e melhoria no código

This commit is contained in:
2025-03-13 10:37:18 -03:00
parent 587920de02
commit 583b15b0a3
42 changed files with 171 additions and 197 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>