summary refs log tree commit diff
path: root/extra/admin-api/Models/Spacebar.Models.Db/Spacebar.Models.Db.csproj
blob: 40a53a102348b9100cd0540d72501823fb65fdf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="*" />
  </ItemGroup>

</Project>