Skip to content

Commit

Permalink
Bump YamlDotNet from 13.7.0 to 13.7.1
Browse files Browse the repository at this point in the history
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.7.0 to 13.7.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v13.7.0...v13.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jas88 committed Oct 16, 2023
1 parent 57bca37 commit 6303501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rdmp.Core/Rdmp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
<PackageReference Include="SSH.NET" Version="2023.0.0" />
<PackageReference Include="Terminal.Gui" Version="1.14.0" />
<PackageReference Include="YamlDotNet" Version="13.7.0" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.XmlSerializer.Generator" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Tools/rdmp/rdmp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ItemGroup>
<PackageReference Include="Terminal.Gui" Version="1.14.0" />
<PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
<PackageReference Include="YamlDotNet" Version="13.7.0" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Rdmp.Core\Rdmp.Core.csproj" />
Expand Down

0 comments on commit 6303501

Please sign in to comment.