mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-02 22:22:28 +00:00
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
|
|
<AssemblyName>LBPUnion.ProjectLighthouse</AssemblyName>
|
|
<RootNamespace>LBPUnion.ProjectLighthouse</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="BCrypt.Net-Next" Version="4.0.2"/>
|
|
<PackageReference Include="Kettu" Version="1.1.0"/>
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.11"/>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.11"/>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.11">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.2"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Types\SlotXsd.cs"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="logs"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|