Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 0a20cea

Browse files
Bump YamlDotNet from 12.0.2 to 13.0.2 (#94)
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 12.0.2 to 13.0.2. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v12.0.2...v13.0.2) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zijian Zhang <futrime@outlook.com>
1 parent 8138476 commit 0a20cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EdcHost.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
@@ -27,7 +27,7 @@
2727
<PackageReference Include="OpenCvSharp4.Extensions" Version="4.6.0.20220608" />
2828
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.6.0.20220608" />
2929
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
30-
<PackageReference Include="YamlDotNet" Version="12.0.2" />
30+
<PackageReference Include="YamlDotNet" Version="13.0.2" />
3131
</ItemGroup>
3232

3333
</Project>

0 commit comments

Comments
 (0)