Skip to content

Commit

Permalink
Move to RTM dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Sep 13, 2022
1 parent c84f6f0 commit 3bbf96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Serilog.Sinks.Seq/Serilog.Sinks.Seq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="2.12.0-dev-*" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="3.0.0-dev-*" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="3.0.0" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.1.0" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 3bbf96c

Please sign in to comment.