refactor: modify into client server model

This commit is contained in:
2026-05-20 12:08:12 -04:00
parent 0b677fd991
commit 3e6426c655
9 changed files with 59 additions and 7 deletions
+15
View File
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>Server</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Tmds.Systemd" Version="0.8.0" />
</ItemGroup>
</Project>