Files
ZonyLrcToolsX/src/ZonyLrcTools.Api/ZonyLrcTools.Api.csproj
2025-07-25 23:01:53 +08:00

19 lines
575 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FastEndpoints" />
<PackageReference Include="FastEndpoints.Swagger" />
<PackageReference Include="FreeSql" />
<PackageReference Include="FreeSql.Provider.SqliteCore" />
<PackageReference Include="Microsoft.Data.Sqlite" />
</ItemGroup>
</Project>