We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9042e5 commit 93a1f16Copy full SHA for 93a1f16
src/KubernetesClient.Models/KubernetesClient.Models.csproj
@@ -11,7 +11,7 @@
11
</ItemGroup>
12
13
<ItemGroup>
14
- <PackageReference Include="System.Text.Json" Version="7.0.0" />
+ <PackageReference Include="System.Text.Json" Version="7.0.1" />
15
<PackageReference Include="AutoMapper" Version="12.0.0" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
16
<PackageReference Include="AutoMapper" Version="10.1.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
17
<PackageReference Include="Fractions" Version="7.2.1" />
0 commit comments