2022-03-28 16:57:12 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-03-23 16:25:20 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
|
|
|
|
<RootNamespace>k8s.Models</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CompilerVisibleItemMetadata Include="AdditionalFiles" MetadataName="Generator" />
|
|
|
|
|
<AdditionalFiles Include="..\..\swagger.json" Generator="model,modelext,versionconverter" />
|
|
|
|
|
<ProjectReference Include="..\LibKubernetesGenerator\LibKubernetesGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-03-28 16:57:12 -07:00
|
|
|
<PackageReference Include="System.Text.Json" Version="6.0.2" />
|
2022-03-23 16:25:20 -07:00
|
|
|
<PackageReference Include="AutoMapper" Version="10.1.1" />
|
|
|
|
|
<PackageReference Include="Fractions" Version="7.0.0" />
|
2022-03-28 16:57:12 -07:00
|
|
|
<PackageReference Include="YamlDotNet" Version="11.2.1" />
|
2022-03-23 16:25:20 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|