cs-codex-dist-tests/ProjectPlugins/GethPlugin/GethPlugin.csproj

16 lines
494 B
XML
Raw Normal View History

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