Skip to content

Commit

Permalink
update serilog to 8.0.1 (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjun3 authored Mar 7, 2024
1 parent 844939c commit 1e5e675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TASVideos/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
pipeline.AddScssBundle("/css/forum.css", "/css/forum.scss");
});

builder.WebHost.UseSerilog();
builder.Host.UseSerilog();

// We use <GenerateAssemblyInfo>false</GenerateAssemblyInfo> to support GitVersionTask.
// This also suppresses the creation of [assembly: UserSecretsId("...")], so builder.Configuration.AddUserSecrets<T>() will not work.
Expand Down
2 changes: 1 addition & 1 deletion TASVideos/TASVideos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
<PackageReference Include="Namotion.Reflection" Version="3.1.1" />
<PackageReference Include="RoslynCodeTaskFactory" Version="2.0.7" />
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 1e5e675

Please sign in to comment.