2023-09-11 09:59:33 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-09-20 08:59:52 +00:00
|
|
|
<ProjectReference Include="..\..\Framework\Core\Core.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Framework\KubernetesWorkflow\KubernetesWorkflow.csproj" />
|
2023-09-19 08:24:43 +00:00
|
|
|
<ProjectReference Include="..\CodexContractsPlugin\CodexContractsPlugin.csproj" />
|
|
|
|
<ProjectReference Include="..\GethPlugin\GethPlugin.csproj" />
|
2023-09-13 09:59:21 +00:00
|
|
|
<ProjectReference Include="..\MetricsPlugin\MetricsPlugin.csproj" />
|
2023-09-11 09:59:33 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|