Files
Yi.Admin/Yi.Furion.Rbac/Yi.Furion.Rbac.Core/Yi.Furion.Rbac.Core.csproj

31 lines
525 B
XML
Raw Normal View History

2023-04-12 22:30:42 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>Yi.Furion.Rbac.Core.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Remove="Yi.Furion.Rbac.Core.xml" />
</ItemGroup>
2023-04-13 21:12:06 +08:00
2023-04-12 22:30:42 +08:00
<ItemGroup>
2023-04-13 21:12:06 +08:00
<PackageReference Include="UAParser" Version="3.1.47" />
2023-04-12 22:30:42 +08:00
</ItemGroup>
2023-04-13 21:12:06 +08:00
<ItemGroup>
<ProjectReference Include="..\Yi.Framework.Infrastructure\Yi.Framework.Infrastructure.csproj" />
</ItemGroup>
2023-04-12 22:30:42 +08:00
</Project>