first commit and delete token

This commit is contained in:
2025-07-11 22:03:31 +08:00
commit 51c1218a93
15 changed files with 1160 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2"/>
<PackageReference Include="System.Text.Json" Version="10.0.0-preview.5.25277.114" />
</ItemGroup>
</Project>