45 lines
1.9 KiB
XML
45 lines
1.9 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>net9.0</TargetFramework>
|
|||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|||
|
|
<Nullable>enable</Nullable>
|
|||
|
|
<Company>Cowain Zhusenlin</Company>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="AspectInjector" />
|
|||
|
|
<PackageReference Include="CommunityToolkit.Mvvm" />
|
|||
|
|
<PackageReference Include="Dapper" />
|
|||
|
|
<PackageReference Include="Fody">
|
|||
|
|
<PrivateAssets>all</PrivateAssets>
|
|||
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|||
|
|
</PackageReference>
|
|||
|
|
<PackageReference Include="Irihi.Ursa" />
|
|||
|
|
<PackageReference Include="Ke.Bee.Localization" />
|
|||
|
|
<PackageReference Include="MethodBoundaryAspect.Fody" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
|
|||
|
|
<PrivateAssets>all</PrivateAssets>
|
|||
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|||
|
|
</PackageReference>
|
|||
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" />
|
|||
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" />
|
|||
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
|
|||
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
|
|||
|
|
<PackageReference Include="Microsoft.Extensions.Options" />
|
|||
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
|
|||
|
|
<PackageReference Include="NPOI" />
|
|||
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" />
|
|||
|
|
<PackageReference Include="Serilog" />
|
|||
|
|
<PackageReference Include="Xaml.Behaviors.Avalonia" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Folder Include="Themes\" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
|
|||
|
|
</Project>
|