Initial project commit

This commit is contained in:
2026-02-22 10:30:42 -06:00
commit a9e785e2bc
7 changed files with 765 additions and 0 deletions

11
Directory.Build.props Normal file
View File

@@ -0,0 +1,11 @@
<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>