source: ChapterX.Application/ChapterX.Application.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: 484 bytes
Line 
1<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <TargetFramework>net9.0</TargetFramework>
5 <ImplicitUsings>enable</ImplicitUsings>
6 <Nullable>enable</Nullable>
7 </PropertyGroup>
8
9 <ItemGroup>
10 <PackageReference Include="MediatR" Version="14.1.0" />
11 <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
12 </ItemGroup>
13
14 <ItemGroup>
15 <ProjectReference Include="..\ChapterX.Domain\ChapterX.Domain.csproj" />
16 </ItemGroup>
17
18</Project>
Note: See TracBrowser for help on using the repository browser.