mirror of
https://github.com/azaion/admin.git
synced 2026-04-23 03:36:34 +00:00
121052a3ef
add security encryption and hashing: WIP add endpoints: register user, get and save resources add db main operations, User entity
15 lines
392 B
XML
15 lines
392 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentValidation" Version="11.10.0" />
|
|
<PackageReference Include="linq2db" Version="5.4.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|