HOME 2 ヶ月 前
コミット
04e27b9417
2 ファイル変更30 行追加21 行削除
  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>

ファイルの差分が大きいため隠しています
+ 28 - 20
IpAddressExpander/Program.cs