source: ChapterX.Application/ChapterX.Application.csproj@ a7550ca

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

Added JWT authentication

  • Property mode set to 100644
File size: 551 bytes
RevLine 
[877c13c]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>
[e294f7d]10 <PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
[877c13c]11 <PackageReference Include="MediatR" Version="14.1.0" />
12 <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
13 </ItemGroup>
14
15 <ItemGroup>
16 <ProjectReference Include="..\ChapterX.Domain\ChapterX.Domain.csproj" />
17 </ItemGroup>
18
19</Project>
Note: See TracBrowser for help on using the repository browser.