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

18 lines
417 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" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Fixiy.Shared\Fixiy.Shared.csproj" />
</ItemGroup>
</Project>