Mejoras y consola para recuperar y enviar a dga

This commit is contained in:
bcastrogallardo 2025-06-25 08:39:23 -04:00
parent 1cf9bfe5b3
commit ff88af6835
5 changed files with 33 additions and 15 deletions

View file

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>