mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-30 15:43:39 -05:00
17 lines
490 B
XML
17 lines
490 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<LoginRoot>../Kyoo.WebLogin/</LoginRoot>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.12" />
|
|
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
|
|
<ProjectReference Include="../Kyoo.Abstractions/Kyoo.Abstractions.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|