2
0
mirror of synced 2025-01-10 16:46:05 +00:00

15 lines
371 B
XML
Raw Normal View History

2023-09-15 16:27:08 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-09-20 10:59:52 +02:00
<ProjectReference Include="..\..\Framework\Core\Core.csproj" />
2023-09-15 16:27:08 +02:00
<ProjectReference Include="..\GethPlugin\GethPlugin.csproj" />
</ItemGroup>
</Project>