Skip to content

Commit

Permalink
Update Serilog.AspNetCore.csproj to non-prerelease dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed May 11, 2023
1 parent 96ce395 commit e6e51d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Serilog.AspNetCore/Serilog.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

<ItemGroup>
<!-- The versions of all references in this group must match the major and minor components of the package version prefix. -->
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0-dev-*" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.0-dev-*" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
</ItemGroup>
Expand Down

0 comments on commit e6e51d8

Please sign in to comment.