mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-03 03:26:53 +00:00
19 lines
575 B
XML
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>
|