Files
prefab-page-detail/Prefab.Base/Prefab.Base.csproj
2025-10-27 17:39:18 -04:00

14 lines
361 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="12.0.0" />
<PackageReference Include="Scrutor" Version="6.1.0" />
</ItemGroup>
</Project>