profileShare

rasmusjy / splitapp-backend-clean-onion

Read-only snapshot

No repository description.

main default branch 429 files Expires Sep 13, 2026, 9:06 AM
App.DTO.csproj 368 bytes
1 <Project Sdk="Microsoft.NET.Sdk">
2
3 <ItemGroup>
4 <ProjectReference Include="..\App.Domain\App.Domain.csproj" />
5 <ProjectReference Include="..\App.BLL\App.BLL.csproj" />
6 </ItemGroup>
7
8 <PropertyGroup>
9 <TargetFramework>net10.0</TargetFramework>
10 <ImplicitUsings>enable</ImplicitUsings>
11 <Nullable>enable</Nullable>
12 </PropertyGroup>
13
14 </Project>
15