persistence/Persistence/Persistence.csproj

14 lines
321 B
XML
Raw Normal View History

2024-10-31 15:01:12 +05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
</ItemGroup>
2024-10-31 15:01:12 +05:00
</Project>