2
0
mirror of synced 2025-02-10 07:27:14 +00:00

16 lines
494 B
XML
Raw Normal View History

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