- <Project Sdk="Microsoft.NET.Sdk.Web">
- <PropertyGroup>
- <OutputType>exe</OutputType>
- <TargetFramework>net8.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWindowsForms>true</UseWindowsForms>
- <ImplicitUsings>enable</ImplicitUsings>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2210.55" />
- </ItemGroup>
- </Project>
|