Bump YamlDotNet from 13.0.1 to 13.0.2 (#1232)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](https://github.com/aaubry/YamlDotNet/compare/v13.0.1...v13.0.2)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-13 04:28:45 -07:00
committed by GitHub
parent 4aa6728871
commit 6b34392f52

View File

@@ -13,6 +13,6 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.2" /> <PackageReference Include="System.Text.Json" Version="7.0.2" />
<PackageReference Include="Fractions" Version="7.2.1" /> <PackageReference Include="Fractions" Version="7.2.1" />
<PackageReference Include="YamlDotNet" Version="13.0.1" /> <PackageReference Include="YamlDotNet" Version="13.0.2" />
</ItemGroup> </ItemGroup>
</Project> </Project>