2024-02-05 16:05:02 +10:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2026-05-19 11:43:05 +10:00
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
2024-02-05 16:05:02 +10:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PARR.DAL\PARR.DAL.csproj" />
|
2026-04-14 13:49:43 +10:00
|
|
|
<ProjectReference Include="..\PARR.Domain\PARR.Domain.csproj" />
|
|
|
|
|
<ProjectReference Include="..\PARR.Infrastructure\PARR.Infrastructure.csproj" />
|
2024-02-05 16:05:02 +10:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|