PIbd-23_Bogdanov_D.S._Compu.../AbstractComputerDataModel/ComputerShopDataModels.csproj

22 lines
898 B
XML
Raw Normal View History

2023-01-29 18:03:10 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-03-26 17:06:05 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
2023-03-26 15:40:54 +04:00
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2023-01-29 18:03:10 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
2023-03-26 17:06:05 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2023-01-29 18:03:10 +04:00
</ItemGroup>
</Project>