2022-03-28 16:57:12 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-03-23 16:25:20 -07:00
|
|
|
<PropertyGroup>
|
2022-12-05 08:59:04 -08:00
|
|
|
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
|
2022-03-23 16:25:20 -07:00
|
|
|
<RootNamespace>k8s.Models</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CompilerVisibleItemMetadata Include="AdditionalFiles" MetadataName="Generator" />
|
2022-04-18 14:55:51 -07:00
|
|
|
<AdditionalFiles Include="..\..\swagger.json" Generator="model,modelext,versionconverter,version" />
|
2022-03-23 16:25:20 -07:00
|
|
|
<ProjectReference Include="..\LibKubernetesGenerator\LibKubernetesGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-12-15 05:45:36 -08:00
|
|
|
<PackageReference Include="System.Text.Json" Version="7.0.1" />
|
2022-12-05 08:59:04 -08:00
|
|
|
<PackageReference Include="AutoMapper" Version="12.0.0" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
|
|
|
|
|
<PackageReference Include="AutoMapper" Version="10.1.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
|
2022-12-12 02:37:34 -08:00
|
|
|
<PackageReference Include="Fractions" Version="7.2.1" />
|
2022-12-15 03:33:36 -08:00
|
|
|
<PackageReference Include="YamlDotNet" Version="12.2.1" />
|
2022-03-23 16:25:20 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|