/
inhosin
/
ProductAPI
Обзор
Документация
Войти
/
inhosin
/
ProductAPI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ProductAPI.Service/ProductAPI.Service.csproj
20 строк
630 B
Andrej-Gorlov
Addendum image в cloudinary
01 сен 2023, 16:12
01 сен 2023, 16:12
06a1122
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="CloudinaryDotNet" Version="1.22.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.7" /> <PackageReference Include="WatchDog.NET" Version="1.4.3" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Product.DAL\ProductAPI.DAL.csproj" /> <ProjectReference Include="..\Product.Domain\ProductAPI.Domain.csproj" /> </ItemGroup> </Project>