/
h0tnanny
/
DeliveryService
Обзор
Документация
Войти
/
h0tnanny
/
DeliveryService
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
DeliveryService.RazorApp/DeliveryService.RazorApp.csproj
42 строки
2 KB
Хатнянский Максим
sha256
13 мар 2024, 21:43
13 мар 2024, 21:43
69d4c79
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="8.0.2" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" /> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.2" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\DeliveryService.Persistence\DeliveryService.Persistence.csproj" /> </ItemGroup> <ItemGroup> <_ContentIncludedByDefault Remove="Pages\Products\ProductCategoryPage\Create.cshtml" /> <_ContentIncludedByDefault Remove="Pages\Products\ProductCategoryPage\Delete.cshtml" /> <_ContentIncludedByDefault Remove="Pages\Products\ProductCategoryPage\Details.cshtml" /> <_ContentIncludedByDefault Remove="Pages\Products\ProductCategoryPage\Edit.cshtml" /> <_ContentIncludedByDefault Remove="Pages\Products\ProductCategoryPage\Index.cshtml" /> <_ContentIncludedByDefault Remove="Pages\Products\ProductPage\Create.cshtml" /> <_ContentIncludedByDefault Remove="Pages\Products\ProductPage\Delete.cshtml" /> <_ContentIncludedByDefault Remove="Pages\Products\ProductPage\Details.cshtml" /> <_ContentIncludedByDefault Remove="Pages\Products\ProductPage\Edit.cshtml" /> <_ContentIncludedByDefault Remove="Pages\Products\ProductPage\Index.cshtml" /> </ItemGroup> </Project>