Skip to content

Commit

Permalink
updated nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
marklauter committed Jun 26, 2024
1 parent 18d5e6a commit efc687b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="Microsoft.Extensions.Diagnostics.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.6" />
<PackageReference Include="MSL.Plumber.Pipeline" Version="2.0.1" />
<PackageReference Include="MSL.Plumber.Pipeline" Version="2.0.2" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Build Status
[![.NET Tests](https://github.com/marklauter/plumber.serilog.extensions/actions/workflows/dotnet.tests.yml/badge.svg)](https://github.com/marklauter/plumber.serilog.extensions/actions/workflows/dotnet.tests.yml)
[![.NET Publish](https://github.com/marklauter/plumber.serilog.extensions/actions/workflows/dotnet.publish.yml/badge.svg?event=release)](https://github.com/marklauter/plumber.serilog.extensions/actions/workflows/dotnet.publish.yml)
[![Nuget](https://img.shields.io/badge/Nuget-v2.0.1-blue)](https://www.nuget.org/packages/MSL.Plumber.Serilog.Extensions/)
[![Nuget](https://img.shields.io/badge/Nuget-v2.0.2-blue)](https://www.nuget.org/packages/MSL.Plumber.Serilog.Extensions/)
[![Nuget](https://img.shields.io/badge/.NET-6.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
[![Nuget](https://img.shields.io/badge/.NET-7.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
[![Nuget](https://img.shields.io/badge/.NET-8.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/)
Expand Down

0 comments on commit efc687b

Please sign in to comment.