Skip to content

Commit a569694

Browse files
authored
Merge pull request #1177 from mikependon/dependabot/nuget/RepoDb.Benchmarks/RepoDb.Benchmarks.PostgreSql/Npgsql-8.0.3
Bump Npgsql from 7.0.6 to 8.0.3 in /RepoDb.Benchmarks/RepoDb.Benchmarks.PostgreSql
2 parents c7480da + c7dcd39 commit a569694

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

RepoDb.Benchmarks/RepoDb.Benchmarks.PostgreSql/RepoDb.Benchmarks.PostgreSql.csproj

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="BenchmarkDotNet" />
9-
<PackageReference Include="Dapper" />
10-
<PackageReference Include="Dapper.Contrib" />
11-
<PackageReference Include="linq2db" />
12-
<PackageReference Include="linq2db.PostgreSQL" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore" />
14-
<PackageReference Include="NHibernate" />
15-
<PackageReference Include="Npgsql" />
16-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
17-
</ItemGroup>
18-
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
19-
<PackageReference Remove="System.Linq.Async" />
8+
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
9+
<PackageReference Include="Dapper" Version="2.1.21" />
10+
<PackageReference Include="Dapper.Contrib" Version="2.0.78" />
11+
<PackageReference Include="linq2db" Version="5.3.2" />
12+
<PackageReference Include="linq2db.PostgreSQL" Version="5.3.2" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
14+
<PackageReference Include="NHibernate" Version="5.4.6" />
15+
<PackageReference Include="Npgsql" Version="8.0.3" />
16+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.0" />
2017
</ItemGroup>
2118
<ItemGroup>
2219
<ProjectReference Include="..\..\RepoDb.PostgreSql\RepoDb.PostgreSql\RepoDb.PostgreSql.csproj" />

0 commit comments

Comments
 (0)