2023-09-20 16:51:29 +10:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-09-21 15:21:33 +10:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PARR.BLL\PARR.BLL.csproj" />
|
|
|
|
|
<ProjectReference Include="..\PARR.DAL\PARR.DAL.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-09-20 16:51:29 +10:00
|
|
|
</Project>
|