0
0
RhSolutions-Api/RhSolutions.Api/RhSolutions.Api.csproj

22 lines
890 B
XML
Raw Normal View History

2022-12-14 09:53:10 +03:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>1c307973-55cf-4d5c-a4f8-1def6b58ee3c</UserSecretsId>
</PropertyGroup>
<ItemGroup>
2023-05-12 08:26:49 +03:00
<PackageReference Include="ClosedXML" Version="0.100.0" />
2023-05-11 07:55:26 +03:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.5">
2022-12-14 09:53:10 +03:00
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
2023-05-11 07:55:26 +03:00
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
2022-12-14 09:53:10 +03:00
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" />
2023-05-12 07:19:16 +03:00
<PackageReference Include="Rhsolutions.ProductSku" Version="1.0.0" />
2022-12-14 09:53:10 +03:00
</ItemGroup>
</Project>