2022-08-21 13:29:36 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-11-01 12:30:51 -08:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
<RootNamespace>k8s.E2E</RootNamespace>
|
2025-01-07 07:12:29 -08:00
|
|
|
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
2020-11-01 12:30:51 -08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
2024-06-16 12:41:28 +08:00
|
|
|
<PackageReference Include="JsonPatch.Net" />
|
|
|
|
|
<PackageReference Include="SharpZipLib" />
|
2020-11-17 10:38:05 -08:00
|
|
|
|
2024-06-16 12:41:28 +08:00
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
2020-11-25 08:16:39 -08:00
|
|
|
|
2024-06-16 12:41:28 +08:00
|
|
|
<PackageReference Include="Nito.AsyncEx.Coordination" />
|
|
|
|
|
<PackageReference Include="xunit" />
|
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio">
|
2020-11-01 12:30:51 -08:00
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\src\KubernetesClient\KubernetesClient.csproj" />
|
2023-03-13 13:46:48 -07:00
|
|
|
<ProjectReference Include="..\..\src\KubernetesClient.Kubectl\KubernetesClient.Kubectl.csproj" />
|
2020-11-01 12:30:51 -08:00
|
|
|
<ProjectReference Include="..\SkipTestLogger\SkipTestLogger.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-06-16 12:41:28 +08:00
|
|
|
|
2020-11-01 12:30:51 -08:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|