Skip to content

Commit

Permalink
Merge pull request #43 from microsoftgraph/dependabot/nuget/YamlDotNe…
Browse files Browse the repository at this point in the history
…t-16.2.0

Bump YamlDotNet from 16.1.3 to 16.2.0
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
2 parents 8332c7c + 7808e54 commit 6e72e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GenerateTOC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="YamlDotNet" Version="16.1.3" />
<PackageReference Include="YamlDotNet" Version="16.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tools/split-toc/SplitTOC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="YamlDotNet" Version="16.1.3" />
<PackageReference Include="YamlDotNet" Version="16.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6e72e1b

Please sign in to comment.