HOME 2 meses atrás
pai
commit
04e27b9417

+ 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>

Diferenças do arquivo suprimidas por serem muito extensas
+ 28 - 20
IpAddressExpander/Program.cs