survey-webapp/SurveyBackend/SurveyBackend.Core/SurveyBackend.Core.csproj
2025-04-18 17:32:47 +05:00

13 lines
363 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.15" />
</ItemGroup>
</Project>