Files
ThingsGateway/framework/admin/ThingsGateway.Components/ThingsGateway.Components.csproj
Kimdiego2098 c1e064f06d 迁移4.0
2023-11-18 22:43:36 +08:00

20 lines
468 B
XML

<Project Sdk="Microsoft.NET.Sdk.Razor">
<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.2.2" />
<PackageReference Include="Masa.Blazor.SomethingSkia" Version="1.2.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ThingsGateway.Core\ThingsGateway.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>