Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c349bab3

Přidáno uživatelem Lukáš Vlček před asi 2 roky(ů)

Backend - JWT Authentication done

Zobrazit rozdíly:

Backend/Core/Core.csproj
14 14
      <PrivateAssets>all</PrivateAssets>
15 15
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16 16
    </PackageReference>
17
    <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.10.0" />
17 18
    <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.3" />
18 19
    <PackageReference Include="Serilog" Version="2.10.0" />
19 20
    <PackageReference Include="Serilog.AspNetCore" Version="5.0.0" />
20 21
    <PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
22
    <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.10.0" />
23
  </ItemGroup>
24

  
25
  <ItemGroup>
26
    <ProjectReference Include="..\Models\Models.csproj" />
21 27
  </ItemGroup>
22 28

  
23 29
</Project>

Také k dispozici: Unified diff