Skip to content

Commit 2d636f6

Browse files
Bump Npgsql from 9.0.4 to 10.0.1 (#4038)
* Bump Npgsql from 9.0.4 to 10.0.1 --- updated-dependencies: - dependency-name: Npgsql dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update mocked queries --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Knut Olav Løite <koloite@gmail.com>
1 parent edb3c96 commit 2d636f6

File tree

2 files changed

+230
-1
lines changed

2 files changed

+230
-1
lines changed

src/test/csharp/pgadapter_npgsql_tests/npgsql_tests/npgsql_tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
<Nullable>enable</Nullable>
77
<OutputType>Exe</OutputType>
88
<LangVersion>10.0</LangVersion>
9+
<RollForward>LatestMajor</RollForward>
910
</PropertyGroup>
1011

1112
<ItemGroup>
12-
<PackageReference Include="Npgsql" Version="9.0.4" />
13+
<PackageReference Include="Npgsql" Version="10.0.1" />
1314
</ItemGroup>
1415

1516
</Project>

0 commit comments

Comments
 (0)