投稿者 魔界の仮面弁士  (社会人) 投稿日時 2023/10/2 22:05:13
ソリューション エクスプローラーから WinFormsApp1 を開き、
.csproj の内容を下記のように書き換えてみてください。

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows</TargetFramework>
    <Nullable>enable</Nullable>
 
    <UseWindowsForms>true</UseWindowsForms>
    <UseWPF>true</UseWPF>
 
   <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>
</Project>
https://learn.microsoft.com/ja-jp/dotnet/core/project-sdk/msbuild-props-desktop