Skip to content

Commit

Permalink
Upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 20, 2024
1 parent a27fad3 commit 3c4a7f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions src/Cogito.Seq.Autofac/Cogito.Seq.Autofac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cogito.Autofac" Version="5.0.4" />
<PackageReference Include="Cogito.Extensions.Options.Configuration.Autofac" Version="3.0.3" />
<PackageReference Include="Cogito.Autofac" Version="6.0.0" />
<PackageReference Include="Cogito.Extensions.Options.Configuration.Autofac" Version="4.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<Description>Various utilities for Seq.</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Cogito.Seq.Autofac\Cogito.Seq.Autofac.csproj" />
<ProjectReference Include="..\Cogito.Seq.Serilog\Cogito.Seq.Serilog.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions src/Cogito.Seq.Serilog/Cogito.Seq.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cogito.Serilog" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.3" />
<PackageReference Include="Cogito.Serilog" Version="4.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Serilog.Sinks.Seq" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3c4a7f5

Please sign in to comment.