2026-08-18 08:05:19 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2026-02-06 19:58:01 +01:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2026-08-18 08:05:19 +02:00
|
|
|
<PackageReference Include="EFCore.NamingConventions" />
|
|
|
|
|
<PackageReference Include="FluentResults" />
|
|
|
|
|
<PackageReference Include="FluentValidation" />
|
|
|
|
|
<PackageReference Include="LanguageExt.Core" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" />
|
|
|
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
|
|
|
|
|
<PackageReference Include="Scrutor" />
|
|
|
|
|
<PackageReference Include="Shouldly" />
|
2026-02-06 19:58:01 +01:00
|
|
|
</ItemGroup>
|
2026-02-08 11:57:57 +01:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Using Include="FluentResults" />
|
|
|
|
|
</ItemGroup>
|
2026-08-18 07:40:24 +02:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\IdentityShroud.PluginSupport\IdentityShroud.PluginSupport.csproj" />
|
|
|
|
|
</ItemGroup>
|
2026-02-06 19:58:01 +01:00
|
|
|
|
|
|
|
|
</Project>
|