Files
BimAI/BimAI.UI.Shared/BimAI.UI.Shared.csproj

31 lines
959 B
XML
Raw Permalink Normal View History

2025-11-21 14:09:06 +01:00
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
2025-11-21 14:19:44 +01:00
<TargetFramework>net10.0</TargetFramework>
2025-11-21 14:09:06 +01:00
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
2025-11-21 14:19:44 +01:00
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.0-rc.1.25451.107" />
2025-11-21 14:09:06 +01:00
<PackageReference Include="MudBlazor" Version="8.8.0" />
2025-11-21 14:19:44 +01:00
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="10.0.0-rc.1.25451.107" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0-rc.1.25451.107" />
2025-11-21 14:09:06 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BimAI.Domain\BimAI.Domain.csproj" />
<ProjectReference Include="..\BimAI.Application\BimAI.Application.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\images\" />
</ItemGroup>
</Project>