Initial DeepDrft Models Project

- Track Entity & DTO
 - Paging models
This commit is contained in:
2025-08-30 21:43:15 -04:00
parent c86632e979
commit aac0004e03
5 changed files with 99 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="C:\lib\NetBlocks\NetBlocks.csproj" />
</ItemGroup>
</Project>