Files
Radzen.FluentValidation/Directory.Build.props
2026-02-22 10:30:42 -06:00

11 lines
355 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DotNetVersion>10.0.*</DotNetVersion>
<Authors>Drew Cavanaugh</Authors>
<Company />
<Product>Radzen FluentValidation</Product>
</PropertyGroup>
</Project>