添加项目文件。

This commit is contained in:
2025-02-25 22:28:49 +08:00
parent 07e26cc93e
commit 1a7bdb585a
32 changed files with 1601 additions and 0 deletions

23
MegghysAPI.csproj Normal file
View File

@@ -0,0 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FreeSql.Extensions.JsonMap" Version="3.5.104" />
<PackageReference Include="FreeSql.Provider.PostgreSQL" Version="3.5.104" />
<PackageReference Include="Masuit.Tools.Core" Version="2025.1.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.11.3" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.11.3" />
<PackageReference Include="Minio" Version="6.0.4" />
</ItemGroup>
<ItemGroup>
<Using Include="Masuit.Tools" />
<Using Include="MegghysAPI" />
<Using Include="MegghysAPI.Core" />
</ItemGroup>
</Project>