Files
Fixiy/Fixiy.Web/Fixiy.Web.csproj
T

19 lines
478 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IntegryApiClient.Blazor" Version="2.2.4" />
<PackageReference Include="MudBlazor" Version="9.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Fixiy.Shared\Fixiy.Shared.csproj" />
</ItemGroup>
</Project>