mirror of
https://gitee.com/dotnetchina/Furion.git
synced 2025-12-06 15:59:25 +08:00
23 lines
591 B
XML
23 lines
591 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
<DocumentationFile>Furion.Core.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Furion.Core.xml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.221" />
|
|
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.221" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\framework\Furion\Furion.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|