2023-03-03 09:14:58 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2025-01-07 07:12:29 -08:00
|
|
|
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
2023-03-03 09:14:58 -08:00
|
|
|
<RootNamespace>k8s.ModelConverter</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-09-04 02:56:05 +08:00
|
|
|
<ProjectReference Include="..\LibKubernetesGenerator\generators\LibKubernetesGenerator.Automapper\LibKubernetesGenerator.Automapper.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
2023-03-03 09:14:58 -08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-09-04 02:56:05 +08:00
|
|
|
<ProjectReference Include="..\KubernetesClient\KubernetesClient.csproj" />
|
|
|
|
|
<PackageReference Include="AutoMapper" />
|
2023-03-03 09:14:58 -08:00
|
|
|
</ItemGroup>
|
2024-09-04 02:56:05 +08:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<InternalsVisibleTo Include="KubernetesClient.Tests" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-03-03 09:14:58 -08:00
|
|
|
</Project>
|