phronCare/phronCare.UIBlazor/phronCare.UIBlazor.csproj
Leandro Hernan Rojas ca229ed6cb
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 9m49s
Update UI Chart, Update Quote order
2025-06-09 11:32:32 -03:00

33 lines
1.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Remove="wwwroot\css\fontawesome\**" />
<Content Remove="wwwroot\css\fontawesome\**" />
<EmbeddedResource Remove="wwwroot\css\fontawesome\**" />
<None Remove="wwwroot\css\fontawesome\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Blazored.Modal" Version="7.3.1" />
<PackageReference Include="Blazored.Toast" Version="4.2.1" />
<PackageReference Include="Blazored.Typeahead" Version="4.7.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
<PackageReference Include="PSC.Blazor.Components.Chartjs" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<!--<ProjectReference Include="..\Core\Core.csproj" />-->
<ProjectReference Include="..\Domain\Domain.csproj" />
<ProjectReference Include="..\Transversal\Transversal.csproj" />
</ItemGroup>
</Project>