HOME 2 mesi fa
parent
commit
04e27b9417
2 ha cambiato i file con 30 aggiunte e 21 eliminazioni
  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>

File diff suppressed because it is too large
+ 28 - 20
IpAddressExpander/Program.cs