source: ChapterX.API/ChapterX.API.csproj@ 877c13c

main
Last change on this file since 877c13c was 877c13c, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added files

  • Property mode set to 100644
File size: 854 bytes
Line 
1<Project Sdk="Microsoft.NET.Sdk.Web">
2
3 <PropertyGroup>
4 <TargetFramework>net9.0</TargetFramework>
5 <Nullable>enable</Nullable>
6 <ImplicitUsings>enable</ImplicitUsings>
7 </PropertyGroup>
8
9 <ItemGroup>
10 <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
11 <PrivateAssets>all</PrivateAssets>
12 <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
13 </PackageReference>
14 <PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
15 </ItemGroup>
16
17 <ItemGroup>
18 <ProjectReference Include="..\ChapterX.Application\ChapterX.Application.csproj" />
19 <ProjectReference Include="..\ChapterX.Domain\ChapterX.Domain.csproj" />
20 <ProjectReference Include="..\ChapterX.Infrastructure\ChapterX.Infrastructure.csproj" />
21 </ItemGroup>
22
23</Project>
Note: See TracBrowser for help on using the repository browser.