/ ProjectPlugins / GethPlugin / GethPlugin.csproj
GethPlugin.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\Core\Core.csproj" />
11      <ProjectReference Include="..\..\Framework\KubernetesWorkflow\KubernetesWorkflow.csproj" />
12      <ProjectReference Include="..\..\Framework\NethereumWorkflow\NethereumWorkflow.csproj" />
13    </ItemGroup>
14  
15  </Project>