Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.5 to 6.0.6. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v6.0.5...v6.0.6) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
835 B
XML
20 lines
835 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<RootNamespace>k8s.Models</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<CompilerVisibleItemMetadata Include="AdditionalFiles" MetadataName="Generator" />
|
|
<AdditionalFiles Include="..\..\swagger.json" Generator="model,modelext,versionconverter,version" />
|
|
<ProjectReference Include="..\LibKubernetesGenerator\LibKubernetesGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Text.Json" Version="6.0.6" />
|
|
<PackageReference Include="AutoMapper" Version="10.1.1" />
|
|
<PackageReference Include="Fractions" Version="7.1.0" />
|
|
<PackageReference Include="YamlDotNet" Version="12.0.0" />
|
|
</ItemGroup>
|
|
</Project>
|