Skip to content

Commit

Permalink
Try to fix YamlDotNet trim warnings caused by implicit upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que committed Dec 25, 2024
1 parent 7a682f5 commit 04175df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Import Project="$(MSBuildThisFileDirectory)../Lib/Common.Build.props" />

<ItemGroup>
<PackageReference Include="Vecc.YamlDotNet.Analyzers.StaticGenerator" Version="13.0.2" />
<PackageReference Include="YamlDotNet" Version="13.1.0" />
<PackageReference Include="Vecc.YamlDotNet.Analyzers.StaticGenerator" Version="16.3.0" />
<PackageReference Include="YamlDotNet" Version="16.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions UET/uet/uet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Crayon" Version="2.0.69" />

<!-- Necessary to use a newer version of YamlDotNet for KubernetesClient.Aot. -->
<PackageReference Include="Vecc.YamlDotNet.Analyzers.StaticGenerator" Version="16.3.0" />
<PackageReference Include="YamlDotNet" Version="16.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 04175df

Please sign in to comment.