2023-06-21 06:28:40 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-06-26 12:44:21 +00:00
|
|
|
<ProjectReference Include="..\ArgsUniform\ArgsUniform.csproj" />
|
2023-06-21 06:28:40 +00:00
|
|
|
<ProjectReference Include="..\DistTestCore\DistTestCore.csproj" />
|
2023-06-26 14:00:16 +00:00
|
|
|
<ProjectReference Include="..\KubernetesWorkflow\KubernetesWorkflow.csproj" />
|
2023-06-21 06:28:40 +00:00
|
|
|
<ProjectReference Include="..\Logging\Logging.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|