Skip to content

Commit

Permalink
chore(deps): update dependency serilog.aspnetcore to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 8d7ad1f commit 9df2213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arcus.Templates.WebApi/Arcus.Templates.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<PackageReference Include="Arcus.WebApi.Security" Version="2.0.0" Condition="'$(Auth)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" Condition="'$(JwtAuth)' == 'true'" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" Condition="'$(Serilog_AppInsights)' == 'true'" />
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" Condition="'$(Serilog_AppInsights)' == 'true'" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" Condition="'$(OpenApi)' == 'true'" />
<PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="8.0.2" Condition="'$(OpenApi)' == 'true' and '$(Correlation)' == 'true'" />
</ItemGroup>
Expand Down

0 comments on commit 9df2213

Please sign in to comment.