CompetitionAPI_dotnet/Competition.DAL/Competition.DAL.csproj

23 lines
571 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="SYSTEM\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.22" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Competition.IDAL\Competition.IDAL.csproj" />
<ProjectReference Include="..\Competition.Model\Competition.Model.csproj" />
</ItemGroup>
</Project>