chore: initialize backend solution

This commit is contained in:
xiong
2026-07-26 04:29:58 +08:00
commit f5109de879
29 changed files with 774 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace Tiku.Infrastructure;
public class Class1
{
}

View File

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