2024-01-22 09:27:07 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-01-29 16:02:47 +00:00
|
|
|
<ProjectReference Include="..\..\Framework\Utils\Utils.csproj" />
|
2024-01-22 09:27:07 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|