PIbd23_Ivanova_Yakobchuk_Co.../LawCompany/LawCompanyDatabaseImplement/LawCompanyDatabaseImplement.csproj

19 lines
502 B
XML
Raw Normal View History

2024-05-01 01:21:19 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2024-05-01 02:32:04 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.18" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LawCompanyDataModels\LawCompanyDataModels.csproj" />
<ProjectReference Include="..\LawCompanyContracts\LawCompanyContracts.csproj" />
</ItemGroup>
2024-05-01 01:21:19 +04:00
</Project>