HOME hace 2 meses
padre
commit
04e27b9417
Se han modificado 2 ficheros con 30 adiciones y 21 borrados
  1. 2 1
      IpAddressExpander/IpAddressExpander.csproj
  2. 28 20
      IpAddressExpander/Program.cs

+ 2 - 1
IpAddressExpander/IpAddressExpander.csproj

@@ -2,7 +2,8 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>net8.0</TargetFramework>
+    <TargetFramework>net8.0-windows</TargetFramework>
+    <UseWindowsForms>true</UseWindowsForms>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
   </PropertyGroup>

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 28 - 20
IpAddressExpander/Program.cs