DataTransmission.csproj 512 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWindowsForms>true</UseWindowsForms>
  7. <ImplicitUsings>enable</ImplicitUsings>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Abp" Version="9.1.1" />
  11. <PackageReference Include="Npgsql" Version="8.0.2" />
  12. <PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
  13. </ItemGroup>
  14. </Project>