SimpleCarApp.csproj 303 B

12345678910
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net8.0-windows</TargetFramework>
  5. <UseWindowsForms>true</UseWindowsForms>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Npgsql" Version="8.0.3" />
  9. </ItemGroup>
  10. </Project>