Skip to content

Commit ed7b620

Browse files
Update NuGet Packages - Major Updates
1 parent 83bd435 commit ed7b620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Markdown.ColorCode.CSharpToColoredHtml/Markdown.ColorCode.CSharpToColoredHtml.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<ItemGroup>
4848
<PackageReference Include="ColorCode.Core" Version="2.0.15" />
49-
<PackageReference Include="CsharpToColouredHTML.Core" Version="1.0.44" />
49+
<PackageReference Include="CsharpToColouredHTML.Core" Version="3.0.1" />
5050
</ItemGroup>
5151

5252
<ItemGroup>

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="7.1.0" />
20+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
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)