mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 16:05:41 +00:00
15 lines
409 B
XML
15 lines
409 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="*" />
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="*" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|