Files
KinginfoGateway/framework/admin/ThingsGateway.Admin.Application/ThingsGateway.Admin.Application.csproj
Kimdiego2098 415aae44b6 更新依赖
2023-11-21 08:44:47 +08:00

18 lines
579 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<Content Include="SeedData\Json\sys_relation.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="SeedData\Json\sys_resource.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ThingsGateway.Admin.Core\ThingsGateway.Admin.Core.csproj" />
<PackageReference Include="MiniExcel" Version="1.31.2" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.7" />
</ItemGroup>
</Project>