Skip to content

Commit 2bb269f

Browse files
Update NuGet Packages - Minor Updates (#200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddb5968 commit 2bb269f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Markdown.ColorCode/Markdown.ColorCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ItemGroup>
4949
<PackageReference Include="ColorCode.Core" Version="2.0.15" />
5050
<PackageReference Include="ColorCode.HTML" Version="2.0.15" />
51-
<PackageReference Include="Markdig" Version="0.41.2" />
51+
<PackageReference Include="Markdig" Version="0.41.3" />
5252
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
5353
<PrivateAssets>all</PrivateAssets>
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/Markdown.ColorCode.UnitTests/Markdown.ColorCode.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
20-
<PackageReference Include="FluentAssertions" Version="8.3.0" />
20+
<PackageReference Include="FluentAssertions" Version="8.4.0" />
2121
<PackageReference Include="FluentAssertions.Analyzers" Version="0.34.1">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)