Skip to content

Commit 9e501aa

Browse files
committed
Update dependencies
1 parent 195aa60 commit 9e501aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A highly configurable [Spectre.Console](https://github.com/spectreconsole/spectr
55

66
## Features
77
- Highly configurable
8-
- Simple dependency to `Microsoft.Extensions.Logging` and `Spectre.Console`
8+
- Simple dependency to `Microsoft.Extensions.Logging`/`6.0.0+` and `Spectre.Console`/`0.44+`
99
- Add log markup methods (e.g `LogInformationMarkup`, `LogWarningMarkup`...) that can take additional `Spectre.Console` renderable objects.
1010
- Compatible with other loggers. Ansi colors will be removed from output.
1111
- Compatible with `netstandard2.0+`

src/Lunet.Extensions.Logging.SpectreConsole.Tests/Lunet.Extensions.Logging.SpectreConsole.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
12-
<PackageReference Include="NUnit" Version="3.13.2" />
12+
<PackageReference Include="NUnit" Version="3.13.3" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
1414
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
1515
</ItemGroup>

src/Lunet.Extensions.Logging.SpectreConsole/Lunet.Extensions.Logging.SpectreConsole.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525

2626
<ItemGroup>
2727
<None Include="../../img/logo.png" Pack="true" PackagePath="" />
28-
<None Include="../../readme.md" Pack="true" PackagePath="/"/>
28+
<None Include="../../readme.md" Pack="true" PackagePath="/" />
2929
</ItemGroup>
3030

3131
<ItemGroup>
3232
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
33-
<PackageReference Include="Spectre.Console" Version="0.43.0" />
33+
<PackageReference Include="Spectre.Console" Version="0.44.0" />
3434
<PackageReference Include="Wcwidth.Sources" Version="0.6.0">
3535
<PrivateAssets>all</PrivateAssets>
3636
</PackageReference>
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="MinVer" Version="3.0.0">
40+
<PackageReference Include="MinVer" Version="3.1.0">
4141
<PrivateAssets>all</PrivateAssets>
4242
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4343
</PackageReference>

0 commit comments

Comments
 (0)