IdentityShroud/IdentityShroud.Core/IdentityShroud.Core.csproj

29 lines
1 KiB
XML
Raw Permalink Normal View History

2026-02-06 19:58:01 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="10.0.1" />
<PackageReference Include="FluentResults" Version="4.0.0" />
<PackageReference Include="FluentValidation" Version="12.1.1" />
2026-02-06 19:58:01 +01:00
<PackageReference Include="jose-jwt" Version="5.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.2" />
2026-02-06 19:58:01 +01:00
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
<Using Include="FluentResults" />
</ItemGroup>
2026-02-06 19:58:01 +01:00
<ItemGroup>
<Reference Include="Microsoft.AspNetCore.WebUtilities">
<HintPath>..\..\..\.nuget\packages\microsoft.aspnetcore.webutilities\10.0.2\lib\net10.0\Microsoft.AspNetCore.WebUtilities.dll</HintPath>
</Reference>
</ItemGroup>
</Project>