Skip to content

Commit 4632471

Browse files
authored
Play it safe, try to ensure the latest patch is installed
1 parent 8a77959 commit 4632471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Extensions.Hosting/Serilog.Extensions.Hosting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>Serilog support for .NET Core logging in hosted services</Description>
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Serilog" Version="2.8.0" />
27-
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.0" />
27+
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" />
2828
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="2.1.0" />
2929
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.0" />
3030
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.0" />

0 commit comments

Comments
 (0)