/
n1kolas
/
VendAPI
Обзор
Документация
Войти
/
n1kolas
/
VendAPI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
VMSAPI.csproj
26 строк
836 B
Nicolai
Initial commit
08 дек 2025, 08:28
08 дек 2025, 08:28
6a49801
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net9.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\DBEntitites\DBEntitites.csproj" /> </ItemGroup> <ItemGroup> <Folder Include="Services\" /> </ItemGroup> </Project>