Initial project commit
This commit is contained in:
11
Directory.Build.props
Normal file
11
Directory.Build.props
Normal 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>
|
||||
Reference in New Issue
Block a user