GethConnector.csproj
1 <Project Sdk="Microsoft.NET.Sdk"> 2 3 <PropertyGroup> 4 <TargetFramework>net8.0</TargetFramework> 5 <ImplicitUsings>enable</ImplicitUsings> 6 <Nullable>enable</Nullable> 7 </PropertyGroup> 8 9 <ItemGroup> 10 <ProjectReference Include="..\..\Framework\Logging\Logging.csproj" /> 11 <ProjectReference Include="..\..\ProjectPlugins\CodexContractsPlugin\CodexContractsPlugin.csproj" /> 12 <ProjectReference Include="..\..\ProjectPlugins\GethPlugin\GethPlugin.csproj" /> 13 </ItemGroup> 14 15 </Project>