InkForge/migrations/InkForge.Api.Sqlite/InkForge.Api.Sqlite.csproj

18 lines
425 B
XML
Raw Normal View History

2024-02-07 22:16:59 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\InkForge.Api.Data\InkForge.Api.Data.csproj" />
</ItemGroup>
</Project>