2022-05-05 01:33:56 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2022-05-05 02:00:55 +02:00
|
|
|
<ItemGroup>
|
2022-05-05 16:26:15 +02:00
|
|
|
<ProjectReference Include="..\Graph\Graph.csproj" />
|
2022-05-05 02:00:55 +02:00
|
|
|
<ProjectReference Include="..\Logging\Logging.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2022-05-05 01:33:56 +02:00
|
|
|
</Project>
|