Skip to content

Commit

Permalink
chore: bump postgres orm (serilog-contrib#118)
Browse files Browse the repository at this point in the history
* Bump postgres orm

* Update Serilog.Ui.Common.Tests.csproj
  • Loading branch information
followynne authored Jul 31, 2024
1 parent 9a8a613 commit fce2d20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<Version>2.3.0</Version>
<Version>2.3.1</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.4" />
<PackageReference Include="Npgsql" Version="7.0.6" />
<PackageReference Include="Npgsql" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/Serilog.Ui.Common.Tests/Serilog.Ui.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="MySql.Data" Version="8.0.23" />
<PackageReference Include="Npgsql" Version="6.0.9" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Serilog" Version="3.0.1" />
</ItemGroup>

Expand Down

0 comments on commit fce2d20

Please sign in to comment.