Add domain project and update references

This commit is contained in:
Aaron Po
2026-02-11 00:23:13 -05:00
parent 2b0f9876bc
commit c74b20079b
24 changed files with 110 additions and 77 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Domain.Validation</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Domain.Core\Domain.Core.csproj" />
</ItemGroup>
</Project>