PIbd22_NikiforovaMV_Automob.../AutomobilePlantDatabaseImplement/AutomobilePlantDatabaseImplement.csproj

28 lines
949 B
XML
Raw Normal View History

2024-05-11 13:35:30 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-05-11 13:39:57 +04:00
<TargetFramework>net6.0</TargetFramework>
2024-05-11 13:35:30 +04:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutomobilePlantContracts\AutomobilePlantContracts.csproj" />
<ProjectReference Include="..\AutomobilePlantDataModels\AutomobilePlantDataModels.csproj" />
</ItemGroup>
2024-06-22 22:30:26 +04:00
<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>
2024-05-11 13:35:30 +04:00
</Project>