2024-09-18 16:32:45 +10:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-10-08 10:29:34 +10:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PARR.Constants\PARR.Constants.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-09-18 16:32:45 +10:00
|
|
|
</Project>
|