2
0
mirror of synced 2025-02-04 12:44:13 +00:00

14 lines
306 B
XML
Raw Normal View History

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