add: WebApplication控制服务

This commit is contained in:
2024-01-20 12:26:30 +08:00
parent cc3e7f1e4b
commit 71b4549ce4
6 changed files with 123 additions and 4 deletions

View File

@@ -10,6 +10,10 @@
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.34.0" />