Files
ThingsGateway/framework/Web/ThingsGateway.Components/ThingsGateway.Components.csproj
2023-10-24 20:50:39 +08:00

23 lines
652 B
XML

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