Skip to content

Commit 314891a

Browse files
Bump Markdig from 0.37.0 to 0.40.0
Bumps [Markdig](https://github.com/xoofx/markdig) from 0.37.0 to 0.40.0. - [Release notes](https://github.com/xoofx/markdig/releases) - [Changelog](https://github.com/xoofx/markdig/blob/master/changelog.md) - [Commits](xoofx/markdig@0.37.0...0.40.0) --- updated-dependencies: - dependency-name: Markdig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7525d57 commit 314891a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<ItemGroup>
5353
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
54-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.173">
54+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.176">
5555
<PrivateAssets>all</PrivateAssets>
5656
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5757
</PackageReference>

src/redmuffin.Blazor.Static/redmuffin.Blazor.Static.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Markdig" Version="0.37.0" />
21+
<PackageReference Include="Markdig" Version="0.40.0" />
2222
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.10" />
2323
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all" />
2424
</ItemGroup>

0 commit comments

Comments
 (0)