furniture-dal/src/Furniture.DAL.Host/Furniture.DAL.Host.csproj
2026-03-09 11:57:46 -06:00

14 lines
314 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Furniture.DAL\Furniture.DAL.csproj" />
</ItemGroup>
</Project>