/
afanasevn
/
RedisLab
Обзор
Документация
Войти
/
afanasevn
/
RedisLab
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/RedisLab.Infrastructure/RedisLab.Infrastructure.csproj
25 строк
1015 B
IBS\NAfanasev
Solution commit
24 июн 2026, 16:45
24 июн 2026, 16:45
bab80b7
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <ItemGroup> <ProjectReference Include="..\RedisLab.Application\RedisLab.Application.csproj" /> <ProjectReference Include="..\RedisLab.Domain\RedisLab.Domain.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="BCrypt.Net-Next" Version="4.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.9" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.9"> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <PrivateAssets>all</PrivateAssets> </PackageReference> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.2" /> <PackageReference Include="StackExchange.Redis" Version="2.8.58" /> </ItemGroup> <PropertyGroup> <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> </Project>